[U-Boot] U-Boot hangs in start_armboot()
Roman Mashak
romez777 at gmail.com
Fri Dec 12 01:30:42 CET 2008
Hello
2008/12/12 Roman Mashak <romez777 at gmail.com>:
> Certainly.
>
> * CPU is arm926ejs based processor with standard peripherals (UART,
> I2C, timers etc.)
> * our custom board
> * U-Boot-1.3.4
Forgot to mention the serial settings in my board's configuration file:
#define CONFIG_BAUDRATE 115200
#define CFG_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
#define CFG_SERIAL0 0xFE000000
#define CFG_SERIAL1 0xFE100000
So I believe 'default_environment[]' has correct "baudrate"
environment set and on startup it will be picked up by
'init_baudrate()' from $(UBOOT)/lib_arm/board.c
--
Roman Mashak
More information about the U-Boot
mailing list