hi,
I want to boot from nand flash,so I need to flash uImage and file system to nand flash.
Now I know the adress where I need to write the uImage,it is 0xa0000,and use the command:
nand erase 0xa0000 $(filesize)
nand write 0x80700000 0xa0000 $(filesize)
I flash the uImage successfully.
Now I have a problem where I need to write the file system (ramdisk.gz) and what's the bootargs.I want to know the adress of nand flash that the file system should be in.
Or are there other methods to restore the 6467 Nand Flash?
Thank you!