Dear experts,
I follow the introduction to download the source and build the image.
But I wonder where the kernel source and uboot source are, and can I build the kernel / image / rootfs separately?
Is it necessary to install the "ti-processor-sdk-linux-am62xx-evm-08.06.00.42-Linux-x86-Install.bin"?
Or I get the source code from the steps?
1.2.2.2. Build Steps
$ git clone git.ti.com/.../oe-layersetup.git tisdk $ cd tisdk $ ./oe-layertool-setup.sh -f configs/processor-sdk/processor-sdk-08.06.00-config.txt $ cd build $ . conf/setenv $ export TOOLCHAIN_PATH_ARMV7=$HOME/gcc-arm-9.2-2019.12-x86_64-arm-none-linux-gnueabihf $ export TOOLCHAIN_PATH_ARMV8=$HOME/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu $ git clone git.ti.com/.../core-secdev-k3.git -b master $ export TI_SECURE_DEV_PKG=./core-secdev-k3 $ MACHINE=<machine> bitbake -k tisdk-default-image
Best regards,
Jesse