Copying a bootloader image

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

Copying a bootloader image

1,608件の閲覧回数
sota
Contributor I

Which file is specified for the U-Boot image in Chapter 4.3.4 of imx_linux_users_guide (Rev.L5.4.47_2.2.0)? The board uses iMX8M mini.Specifying u-boot-imx8mmevk.bin did not boot on the board.

sudo dd if=<U-Boot image> of=/dev/sdx bs=1k seek=<offset> conv=fsync

ラベル(1)
0 件の賞賛
返信
1 返信

1,598件の閲覧回数
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello Sota,

 

Try to burn uboot again:

sudo dd if=<uboot-image> of=/dev/<path to your sd> bs=1024 seek=33

If you can not seen it is working, try to compile and rebuild uboot and make sure that your sdcard is erased.

 

Regards

 

0 件の賞賛
返信