People, I have used fconfig on redboot to change the IP Address of my board, but now Linux don’t boot anymore. I think that I have to write a new script file to boot it using exec command, but I don’t know the star address, can anyone give me the factory script of the Olimex Board to put it original again…
leomecma
Assuming you haven’t changed anything with the flash images…
fis load ramdisk.gz
fis load zImage
exec -r 0x800000 -s 0x800000 -c “console=ttyAM root=/dev/ram”
To change only the boot script, run:
fconfig boot_script_data
You’ll have to make sure the boot script is enabled, too:
fconfig boot_script
should be set to true.