Update uboot binary from kernel

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

Update uboot binary from kernel

684 Views
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
Tags (4)
0 Kudos
2 Replies

663 Views
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 Kudos

655 Views
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 Kudos