Hello,
failed a few times during update the bootloader uboot ( u-boot-efusa9_V1.2 ).
In short, what I did; first I liked to flash custom build uboot.
- tftp uboot.bin
- nand erase UBoot
- nand write $loadaddr UBoot $filsize
nand write was acknowledged with
- NAND write: device 0 offset 0x0, size 0x50a3c
- Attempt to write non page aligned data
- 330300 bytes written: ERROR
Now i ran into problems, because I erased the whole UBoot partition.
With the MfgTool2, and bootselect jumper setting, I was able to stepp into F&S Nand Loader ( built May 23 2014, 11:41:56 ).
First I totaly erased the flash by pressing "E". Then I started download binary file u-boot-efusa9_V1.2.bin. Followed by pressing "f" for save and "x" for restart.
Now, I'm able to stepp into uboot ( F&S and also the custom build ), but only with the closed bootselect jumper and the trigger by the MfgTool2.
If I remove the bootselect jumper and restart the board, the board failed to boot. I get every few seconds a "\0" character on serial line.
Where Is my mistake, what did I wrong? I played a little bit with bootselect, but more or less without effects.