[lx2160ardb] Flashing SD card with composite firmware image in HOST_PC

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

[lx2160ardb] Flashing SD card with composite firmware image in HOST_PC

664 Views
jhkim2
Contributor III

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

0 Kudos
1 Reply

657 Views
ufedor
NXP Employee
NXP Employee

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

0 Kudos