Deniil wrote:@nbache
Ok, I see. But my primary question; the serial speed, this setting in U-Boot affected U-Boot, or at least the SLB as well. Surely there must be a similar setting for CFE itself.
I would think that each component which uses the serial (or
a serial) port, would set its own speed. For instance, I remember using a serial terminal link to install Linux on the X1000, and there a step in the procedure was to set the bootargs to use the serial port with a specific bps rate.
But you are talking about the boot procedure into OS4, as I understand it. Do you have any evidence that this actually does output to serial? Have you tried hooking up a cable and a terminal program at the other end? There is the os4_commandline CFE variable (or UBoot variable; again, they are the same), which sets the boot output to go either to the memory debug buffer (default) or to serial. But I don't think it has any speed setting arguments?
More general, in CFE you can always enter "help" at the prompt to get a list of supported commands. Entering "help" followed by a specific command gives you a short documentation on that command. I'd recommend outputting the command list over the serial link and capture and print it at the other end - nice list to have handy, as big parts of it scrolls off the screen when entering "help" in CFE.
And of course there's "printenv" to give you the CFE variables already set.
Best regards,
Niels