Please download image lsdk2012_yocto_tiny_LS_arm64.itb to do verification on your target board.
wget https://www.nxp.com/lgfiles/sdk/lsdk2012/lsdk2012_yocto_tiny_LS_arm64.itb
You also could get it
链接: https://pan.baidu.com/s/1IyuUe0PHXbYiIb1RVHdSzw 提取码: 9n7z
Then run the following command on the target board.
=> pri bootargs
bootargs=console=ttyAMA0,115200 root=/dev/ram0 earlycon=pl011,mmio32,0x21c0000 ramdisk_size=0x2000000
=> tftp 0xa0000000 lsdk2012_yocto_tiny_LS_arm64.itb
=> bootm 0xa0000000#lx2160ardb
If this problem remains, please create a bareboard project in CodeWarrior, then run and debug the program on the second core. Please refer to the section "3.2 Working with bareboard application" in C:\Freescale\CW4NET_v2020.06\CW_ARMv8\ARMv8\Help\Getting_Started_for_CW_ARMv8.pdf.
yipingwang_0-1627631411801.png