dear nxp
When I modifed setup.c on `tmp/work-shared/imx8mn-lpddr4-evk/kernel-sourcearch/arm64/kernel/setup.c` as below.
pr_info("BBBooting Linux on physical CPU 0x%010lx [0x%08x]\n",
(unsigned long)mpidr, read_cpuid_id());
then, I have executed below command.
$ bitbake -c compile -f linux-imx && bitbake -c deploy linux-imx
$ bitbake core-image-base
then I have flash the image as below.
tmp\deploy\images\imx8mn-lpddr4-evk> uuu -b emmc_all imx-boot-imx8mn-lpddr4-evk-sd.bin-flash_evk imx-image-core-imx8mn-lpddr4-evk.wic.zst
BUT, It still present not `BBBooting ` but `Booting`.
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 6.1.36+g04b05c5527e9 (oe-user@oe-host) (aarch64-poky-linux-gcc (GCC) 12.3.0, GNU ld (GNU Binutils) 2.40.0.20230620) #1 SMP PREEMPT Mon Sep 4 21:11:15 UTC 2023
How to apply changes in setup.c to the kernel.
Thanks,
Bryan