I can build a Yocto thud image, and flash the target. It hangs at:
`[ 3.238452] Waiting for root device /dev/mmcblk1p2...`
Changing u-boot variable mender_boot_part to 1, switches the hang to:
`[ 3.238452] Waiting for root device /dev/mmcblk1p1...`
In the meantime, you can change the following variable :
MENDER_STORAGE_DEVICE = "/dev/mmcblk1"
by
MENDER_STORAGE_DEVICE = "/dev/mmcblk2".
1 Like
I create a PR for fix this problem
Iām currently using warrior
branch and I still have this boot hangs issue with the message āWaiting for root device mmcblk2p2
and my local.conf file has the variable set to MENDER_STORAGE_DEVICE = "/dev/mmcblk2"
The PR referenced above was for the thud branch so you may need to cherry pick it into your warrior branch checkout.
Drew