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.

AM623: how to rebuild the kernel and where is the kernel source / u-boot source ?

Part Number: AM623


Dear experts,

 I follow the introduction to download the source and build the image.

   https://software-dl.ti.com/processor-sdk-linux/esd/AM62X/08_06_00_42/exports/docs/linux/Overview_Building_the_SDK.html

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