I have a LS1012ARDB Board with me. Using flex-builder I have prepared a build for yocto-devel using following commands:
flex-builder -i mkrfs -r yocto:devel
flex-builder -i mkfw -m ls1012ardb
flex-builder -i mkboot
Post this inside the build/images folder a file is created named "firmware_ls1012ardb_qspiboot.img". Using tftp server I provided this file to the board. I tried to upgrade the QSPI Flash using the command
"sf erase 0 +$filesize && sf write 0xa0000000 0 $filesize"
Post this there was no response from the console. Post board reset also the board did not responded. Could anyone help me how can I bring back my board from this failure?