Hi All,
May i know which bb file that we need to refer for am335x changes?
As i am seeing below below content in u-boot-ti-staging_2023.04.bb.
its showing am62xx() install and deploy
please let me know which file we have to refer for am335x?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi All,
May i know which bb file that we need to refer for am335x changes?
As i am seeing below below content in u-boot-ti-staging_2023.04.bb.
its showing am62xx() install and deploy
please let me know which file we have to refer for am335x?
its showing am62xx() install and deploy
please let me know which file we have to refer for am335x?
Same u-boot-ti-staging_2023.04.bb recipe is used across the different TI SoCs. What you see with am62xx install/deploy are just additional items/customizations for that device family. Those are not used in an am335x build, hence they are not present.
Regards, Andreas
Thanks Andreas,
I also observed that there is a change on build steps where we are not finding downloading of toolchain.
it was present in earlier version 8.2.0.24 (1.2. Building the SDK — Processor SDK Linux for AM335X Documentation)
please let me know how its handliing in latest version (1.2. Building the SDK with Yocto — Processor SDK Linux for AM335X Documentation)
as i am not seeing toolchain directory
I also observed that there is a change on build steps where we are not finding downloading of toolchain.
it was present in earlier version 8.2.0.24 (1.2. Building the SDK — Processor SDK Linux for AM335X Documentation)
please let me know how its handliing in latest version (1.2. Building the SDK with Yocto — Processor SDK Linux for AM335X Documentation)
as i am not seeing toolchain directory
In SDK v9.x we switched to using "Yocto internal toolchains", so there's no downloading / installing of a toolchain anymore like it was required in SDK v8.x.
Regards, Andreas
Ok thanks,
you mean to say that there is no need to download toolcahain sperately and integrate yocto build system? am i rite?
may i know why its improvised for Yocto internal toolchains" ?
toolchains
you mean to say that there is no need to download toolcahain sperately and integrate yocto build system? am i rite?
For SDK v9.x, correct.
Regards, Andreas