Part Number: PROCESSOR-SDK-AM62X
Hello,
I performed build by using Yocto project with bitbake.
At first I believed that linux kernel will be built by performing following command, however, it seemed that output include prebuild kernel image.
$ MACHINE=am62xx-evm bitbake tisdk-base-image
Q1, Is my above understanding correct ?
Q2, If so, how I can build linux kernel ?
(Now, one of appling build linux kernel to linux system is using "make linux" under "ti-processor-sdk-linux-am62xx-evm-08.05.00.21/" folder by using following command.
$ make linux
and perform following command after completing build to SD card which is implemented "tisdk-base-image".
$ sudo DESTDIR=/media/users/rootfs make linux_install
However, I would like to know how linux kernel should be built by using bitbake instead of make command.
BR,