Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

flashing new u-boot on the pico-8m #6

Open
kapollo opened this issue Apr 4, 2019 · 1 comment
Open

flashing new u-boot on the pico-8m #6

kapollo opened this issue Apr 4, 2019 · 1 comment

Comments

@kapollo
Copy link

kapollo commented Apr 4, 2019

Hi how to flash the u-boot only with the poky already on the emmc?

@kapollo
Copy link
Author

kapollo commented Apr 5, 2019

Ok I found the way:
bitbake u-boot-edm -c compile -f && bitbake u-boot-edm -c deploy -f && bitbake imx-boot -c build -f
and then
copy the imx-boot-pico-imx8m-sd.bin-flash_evk
from <build_dir>/tmp/deploy/images/pico-imx8m to the target and then
on the device:
dd if=imx-boot-pico-imx8m-sd.bin-flash_evk of=/dev/mmcblk0 conv=notrunc seek=33 bs=1K

reboot

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant