Update uboot binary from kernel

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

Update uboot binary from kernel

748 次查看
vinothkumars
Senior Contributor IV

Dear All,

I able to flash uboot binary (imx-boot-) using uuu tool for IMX8MN evk board. But, I unable to do it from kernel using dd command

$ dd if=imx-boot of=/dev/mmcblk2 bs=1k seek=33

$ sync

 

Board: IMX8MN-EVK

EMMC Chip: mmcblk2

 

Will you please guide me to flash u-boot binary from kernel for IMX8MNano EVK ?

Regards,
Vinothkumar Sekar
标记 (4)
0 项奖励
2 回复数

727 次查看
nxf63675
NXP TechSupport
NXP TechSupport

Hi vinothkumars,

 

What error are you getting when you do this?

 

Also, you should take a look at the Linux user manual, chapter 4.3.2, It will be very helpful.

https://www.nxp.com/docs/en/user-guide/IMX_LINUX_USERS_GUIDE.pdf

 

Regards,

Israel H.

0 项奖励

719 次查看
vinothkumars
Senior Contributor IV

Thank you @nxf63675 for the reply,

 

I am not getting any error. After I flashed using this following command u-boot not booting from updated (currently) flashed one.

dd if=imx-boot of=/dev/mmcblk2 bs=1k seek=33

 

 

Regards,
Vinothkumar Sekar
0 项奖励