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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

677件の閲覧回数
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 返信

670件の閲覧回数
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 件の賞賛