I use norflash-writer.out to write uboot successfully.After that,I use tftp to download uImage to nor flash.But when I have written the uImage,I cannot boot from nor flash.
So I use norflash-writer.out to flash uboot again,then I use tftp to download uImage to nor flash,again.After I use cmp command to check the norflash where store the uboot, I find it is all 'FF' there.So I flash the uboot from the uboot that already runs.Then I turn off and turn on,the uImage boots successfully!
I wonder if the uboot of Norflash have bugs,when I write the Image,It erase other place which I don't want to erase.I totally follows the datasheet of uboot.
Another promblem is when I flash the file system image to noflash,It prints "flash not erased".What is wrong?