Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jul 29, 2020

Conversation

benjydel
Copy link
Contributor

@benjydel benjydel commented Jul 29, 2020

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 [email protected]

@benjydel
Copy link
Contributor Author

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

@mirzak mirzak self-requested a review July 29, 2020 11:06
@mirzak mirzak self-assigned this Jul 29, 2020
@mirzak
Copy link
Owner

mirzak commented Jul 29, 2020

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.

Add a part uuid to correspond to the original coral mendel partitions and change bootloader partition table to gpt to be able to flash the emmc.

Signed-off-by: Benjamin DELATTRE <[email protected]>
@benjydel
Copy link
Contributor Author

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

@mirzak mirzak merged commit 0bfffa5 into mirzak:master Jul 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Flash yocto image to Coral emmc
2 participants