-
Notifications
You must be signed in to change notification settings - Fork 78
fix(U-Boot): Fix U-Boot A53 build instructions for AM62A #456
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
Conversation
* This commit updates the AM62A u-boot A53 build instructions to explicitly highlight the usage of TI_DM variable to select the EdgeAI DM R5 firmware (dm_edgeai_mcu1_0_release_strip.out). This clarification helps avoid the confusion reported by users in E2E forum [1] * The update makes it clear that the custom EdgeAI DM firmware should be used for these builds, ensuring users can successfully compile and use the u-boot with the correct firmware. [1] - https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1559528/am62a7-sdk-11-1-u-boot-ipc_echo-firmware-missing-from-prebuilts-directory Signed-off-by: Chirag Shilwant <[email protected]>
nsaulnier-ti
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's wait to merge until after we align on how we want to do this for AM62Ax. This does not seem to have been tested or thought through before the SDK release.
@nsaulnier-ti can you comment more on the concern with this change |
|
@nsaulnier-ti can you please ack this if no further comments |
This commit updates the AM62A u-boot A53 build instructions to explicitly highlight the usage of TI_DM variable to select the EdgeAI DM R5 firmware (dm_edgeai_mcu1_0_release_strip.out). This clarification helps avoid the confusion reported by users in E2E forum [1]
The update makes it clear that the custom EdgeAI DM firmware should be used for these builds, ensuring users can successfully compile and use the u-boot with the correct firmware.
[1] - https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1559528/am62a7-sdk-11-1-u-boot-ipc_echo-firmware-missing-from-prebuilts-directory