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

rework the stm32mp1 integration #16

Open
texierp opened this issue Mar 13, 2020 · 2 comments
Open

rework the stm32mp1 integration #16

texierp opened this issue Mar 13, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@texierp
Copy link
Contributor

texierp commented Mar 13, 2020

No description provided.

@texierp texierp added the enhancement New feature or request label Mar 13, 2020
@jorisoffouga
Copy link
Contributor

Please write more infomations for rework

@texierp
Copy link
Contributor Author

texierp commented Mar 13, 2020

Since the stmp32mp1 uses the distro boot, we can use the devplist to indicate from which partition the extlinux.conf is read instead of using a custom boot script.

To do this, a new entry is needed in sw-description for the scan_dev_for_boot_part, you can check [0] for further informations.

Also, keep in mind that we have to override the default extlinux.conf with something like this:

UBOOT_EXTLINUX_ROOT = "root=/dev/mmcblk0p${devplist}" (not tested)

Voilà ;)

[0] - https://github.com/sbabic/meta-swupdate-boards/blob/master/recipes-extended/images/update-image/wandboard/sw-description#L34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants