Hi,
We currently are running on a standard LS1043A-RGW and have received ASK binaries to load a SD Card :
dd if=uboot-xxxxx.bin of=/dev/mmcblk0 bs=512 seek=8 && sync
dd if=fsl_fman_ucode_t2080_r1.1_108_4_5.bin of=/dev/mmcblk0 bs=512 seek=1500 && sync
dd if=iram_Type_A_LS1021a_r1.0.bin of=/dev/mmcblk0 bs=512 seek=1580 && sync
Now, I am trying to bring up a custom LS1043A-RGW board using Flex-builder and a LS1043A-RDB:
<flex-builder -m ls1043ardb -a arm645 -c firmware - b sd>
I customized the RCW and SPL's ddr.c/ddr.h (based upon QCVS DDR tool) and when
I build, it creates a <uboot_ls1043ardb_sdcard.bin>.
So, using the above script to build the SD Card and put the sdcard onto our board, and nothing comes out.
I have the following questions:
- Is this the right procedure to follow
- Is there another way to install on flash than the above.
Thank you for your help