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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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

1,266 次查看
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 项奖励
回复
1 回复

1,259 次查看
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 项奖励
回复