| Summary: | imx8m bootloader image generation broken since update to imx-mkimage 6.1.36_2.1.0 | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Martin Whitaker <buildroot> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | blocker | CC: | buildroot |
| Priority: | P5 | ||
| Version: | 2024.02 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | Patch to fix this bug | ||
|
Description
Martin Whitaker
2024-03-06 15:47:17 UTC
Bumped `imx-mkimage` from `lf-5.10.72_2.2.0` to `lf-6.1.36-2.1.0` in commit: https://git.busybox.net/buildroot/commit/package/imx-mkimage?id=72de7890233026f020de4aba3e8e86c156e55773 introduces i.MX9 support. Now all i.MX8M? based targets are broken (boards using 'board/freescale/common/imx/imx8-bootloader-prepare.sh' to generate boot image). The initial report by Martin Whitaker proposes a fix, but I don't fully understand what the fix is (and I anyway don't have any imx8 board to test it on). So can someone provide a patch? Created attachment 9733 [details]
Patch to fix this bug
Here is a patch that works for me, tested on an IMX8MN platform.
(In reply to Martin Whitaker from comment #3) Can confirm that the patch fixes the issue for IMX8MM too. |