Hello,
We are trying to bring up an image on a FRWY LS1012A that we compiled on Yocto but we are getting a Kernel panic.
These are the steps we followed to compile with Yocto:
mkdir distro
cd distro
repo init -u https://github.com/nxp-qoriq/yocto-sdk.git -b langdale -m ls-6.1.1-1.0.0_distro.xml
repo sync
source distro-setup-env -m ls1012afrwy
bitbake ls-image-main
bitbake qoriq-composite-firmware
bitbake generate-boottgz
These are the steps we followed to flash the SD card:
Our first attempt did not include a firmware binary, and the boot script took around 40 seconds to jump to Kernel.
flex-installer -F -b boot_ls1012afrwy_lts_6.1.tgz -r ls-image-main-ls1012afrwy.tar.gz -d /dev/sdc
Our second attempt included the firmware binary, and it made the script jump to the Kernel faster, but still got the Kernel panic.
flex-installer -F -b boot_ls1012afrwy_lts_6.1.tgz -r ls-image-main-ls1012afrwy.tar.gz -f firmware_ls1012afrwy_uboot_qspiboot.img -d /dev/sdc
Attached are both logs.
We haven’t changed the source code, so we wondered if something in our process could be wrong or missing. Can you help us get the board to boot correctly to Kernel?
Any help will be appreciated, best regards,
Bruno