
HI !
U-boot-1.1.1 (started out with ml300 config) toolchain from EDK6.2 (gcc-2.95.3,binutils-2.11.2).
I'm bringing up u-boot on a 2VP4_FG456 REV4 (memec board) - for now the setup is reduced to ram+serail (uart-lite) - the problem I have is that I get the correct output but it seems like it is being read back as input in an infinite loop just starting the board without ever typing anything in minicom gives me:
U-Boot 1.1.1 (Feb 18 2005 - 19:05:13)
### No HW ID - assuming ML300 DRAM: 16 MB Top of RAM usable for U-Boot at: 01000000 Reserving 95k for U-Boot at: 00fe8000 Reserving 136k for malloc() at: 00fc6000 Reserving 112 Bytes for Board Info at: 00fc5f90 Reserving 48 Bytes for Global Data at: 00fc5f60 Stack Pointer at: 00fc5f48 New Stack Pointer is: 00fc5f48 Now running in RAM - U-Boot at: 00fe8000 Using default environment
In: serial Out: serial Err: serial U-Boot relocated to 00fe8000 ### main_loop entered: bootdelay=3
### main_loop: bootcmd="" Hit any key to stop autoboot: 3 0 => => Unknown command '=>' - try 'help' => => => => Unknown command '=>' - try 'help' => => => => tt: -' ...
Does anybody have an idea how I can pinpoint that problem - any idea what could be the cause of the problem ?
thx ! hofrat