Part Number: TDA4VM-Q1
Other Parts Discussed in Thread: TDA4VM
Dear,
I am building the "Processor SDK Linux for J721e 09_01_00" in your site. ( https://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-jacinto7/latest/exports/docs/linux/Overview_Building_the_SDK.html#quick-start )
I follow the order in your site and this building was completed.
Also, this image work in your EVK board.
Then, I want to change the customizing the linux kernel and pleaes let me know " What do I do for the customizing the linux kernel ? ".
As the "the customizing the linux kernel" is " work with our own kernel source ".
It's for example in " https://variwiki.com/index.php?title=Yocto_Customizing_the_Linux_kernel&release=mx8mp-yocto-mickledore-6.1.36_2.1.0-v1.1 "
As this site is " Use a local repository"
>> Setup Yocto
$ cd ~/var-fsl-yocto $ MACHINE=imx8mp-var-dart DISTRO=fsl-imx-xwayland . var-setup-release.sh build_xwayland
>> Get the source code
$ bitbake -c patch virtual/kernel $ mkdir -p ../local_repos/linux-imx $ cp -a tmp/work-shared/imx8mp-var-dart/kernel-source/. ../local_repos/linux-imx $ cd ../local_repos/linux-imx $ git reset --hard $ git clean -fdx
>> Make your changes in the source code and commit them.
$ cd ~/var-fsl-yocto/local_repos/linux-imx $ gedit arch/arm64/boot/dts/freescale/imx8mp-var-dart.dts edit and save $ git commit -a -m "my device tree changes"
best regards,
hosung shin.
