LS1043A-RGWは、SDカードからの起動が可能です。
SDカードへのブートイメージの書き込みと起動は、
17.1 Preparing SD card と 17.2 Booting the board from SD card Follow の手順で行います。
以下がドキュメントからの抜粋です---
17.1 Preparing SD card
Flash the required images to an empty (without any partitions) Micro SD card using a Linux environment.
Assuming that your SD card is attached on /dev/sdc. Use the following commands to:
1. Copy the U-Boot to SD card
sudo dd if=u-boot-sdcard.bin of=/dev/sdc bs=512 seek=8 && sync
2. Copy the fman code to SD card
sudo dd if=fsl_fman_ucode_ls1043_r1.0_108_4_9.bin of=/dev/sdc bs=512 seek=1500 && sync
3. Copy the Microcode to SD card
sudo dd if=iram_Type_A_LS1021a_r1.0.bin of=/dev/sdc bs=512 seek=1580 && sync
---
fmanのマイクロコード
QuiccEngineのマイクロコード