Hi,
I have built Russell King's bios-1.10 and programmed it into block 0 of the EBSA-285 flash
In the Makefile:
TEXTADDR = 0x410000c0
DATAADDR = 0x1000
The only boot device defined is CONFIG_BOOT_NET
 
The bios hangs when it comes to initialise this device:
 
    bootdevs[i]->init();                   /* when i=0 */
 
In fact adding a statement:
 
    debug_printf("bootdevs[%d]->name: %s\n", i, bootdevs[i]->name);
 
produces a string of gobbledegook.
 
What are we doing wrong?
 
TIA
 
Paul Robertson
LocSoft Limited
"The key to your embedded solutions"
www.locsoft.com
Phone +44 (0) 1793 784784
Fax     +44 (0) 1793 784789

Reply via email to