Please post the boot script that you are using.
You should be using the following:
1. To boot from onboard ROM (i.e. your "original state") fis load vmlinux exec -c "console=ttyAM0,115200 root=/dev/mtdblock1"
2. To boot from flash fis load vmlinux exec -c "console=ttyAM0,115200 root=/dev/hda1"
Jamie
More information about formatting options
Subscribe to Scimatic Software
Follow us on Twitter
Please post the boot script
Please post the boot script that you are using.
You should be using the following:
1. To boot from onboard ROM (i.e. your "original state")
fis load vmlinux
exec -c "console=ttyAM0,115200 root=/dev/mtdblock1"
2. To boot from flash
fis load vmlinux
exec -c "console=ttyAM0,115200 root=/dev/hda1"
Jamie