Hi,
I'd like to boot from SD card with LX2160ardb board.
How can I flash the composite firmware image to SD card in HOST PC?
Thanks,
JeongHwan Kim
Composite firmware image "firmware_lx2160ardb_rev2_uboot_sdboot.img" is available at:
https://lsdk.github.io/components.html
section LSDK IMAGES.
Using a Linux/Windows machine write composite firmware image to SD card at offset block (512-byte) 8:
dd if=firmware_lx2160ardb_rev2_uboot_sdboot.img of=/dev/sdx seek=8 bs=512