mirzak / meta-coral

Yocto/OE-core BSP Layer for Coral Dev Board
MIT License
40 stars 21 forks source link

Update coral-bootpart.wks.in for emmc flashing #38

Closed benjydel closed 4 years ago

benjydel commented 4 years ago

According to this issue, we were unable to flash the Coral emmc with the generated wic image and it was only compatible with an sdcard. To make it compatible, I modified the wks file to add a part uuid to correspond to the original coral mendel partitions and change bootloader partition table to gpt.

Works both on emmc and sdcard

Fixes #37

Signed-off-by: Benjamin DELATTRE benjamin.delattre@outlook.com

benjydel commented 4 years ago

please attach the according issue to make it closed, I seem not allowed to.

mirzak commented 4 years ago

Thanks. Changes look good but could you make sure that your commit message is signed off? E.g by running:

git commit --amend --signoff

And then do a force push to your branch.

benjydel commented 4 years ago

I think I've done it, but not quite sure ahah