Hello.
I updated u-boot and kernel that I built by the following way, and I checked that it updated successfully.
$ cd ${PSDKL_PATH} $ make u-boot $ make linux ### install to SDCard $ sudo make u-boot_install $ sudo make linux_install
BTW how can I create tisdk-edgeai-image-j721e-evm.wic.xz with u-boot and kernel that I built?
I did copy files from board-support/built-images/ to board-support/prebuilt-images/ and rebuild(yocto),
$ ls board-support/built-images/ Image, sysfw.itb, tiboot3.bin, tispl.bin, u-boot.img, k3-fpdlink-imx390-rcm-0-0.dtbo ... $ cp board-support/built-images/* board-support/prebuilt-images ### Full build from clean @yocto-build/build $ MACHINE=j721e-evm bitbake -k tisdk-edgeai-image
but u-boot and kernel were not updated-still contain prebuilt image.
U-Boot 2023.04-g71b8c840ca (Nov 27 2023 - 08:55:35 +0000) ...... [ 0.000000] Linux version 6.1.46-g5892b80d6b (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Mon Nov 27 16:11:04 UTC 2023
Please check it.
Thanks,
BRs.
JB