Update TI bsp#1132
Conversation
145a09b to
2583157
Compare
am62xx-evm is now alligned with am64xx-evm using the same set of k3r5 variants Signed-off-by: Jose Quaresma <[email protected]>
…-evm am62xx-evm is now alligned with am64xx-evm using the same set of k3r5 variants Signed-off-by: Jose Quaresma <[email protected]>
… am64xx-evm am62xx-evm is now alligned with am64xx-evm using the same set of k3r5 variants Signed-off-by: Jose Quaresma <[email protected]>
…ll k3r5 variants am62xx-evm is now alligned with am64xx-evm using the same set of k3r5 variants Signed-off-by: Jose Quaresma <[email protected]>
Upstream meta-ti layer moves from do_image_wic to do_image_complete so we need to update our mcdepends to use lmp-k3r5 machine variant hack. Signed-off-by: Jose Quaresma <[email protected]>
Instaed of keep in sync with the recipes on meta-ti-bsp layer exclude all of them as we dont use anyone in lmp. Signed-off-by: Jose Quaresma <[email protected]>
Signed-off-by: Jose Quaresma <[email protected]>
Signed-off-by: Jose Quaresma <[email protected]>
ricardosalveti
left a comment
There was a problem hiding this comment.
Just missing one change in order to boot correctly but I will follow that up in another PR.
One other major difference here is that the default build for AM62XX is now HS-FS, which won't work right on GP (most AM62XX variants we have).
Had to force another tiboot3.bin for my GP device to continue to boot:
# TI
IMAGE_BOOT_FILES:append:am62xx-evm = " tiboot3-am62x-gp-evm.bin;tiboot3.bin"
IMAGE_BOOT_FILES:remove:am62xx-evm = "tiboot3.bin"
This will have to be documented properly.
I have to do some tests on my board |
No description provided.