I am attempting to build a linux image for an ls1012afrwy board, but am having trouble getting the board to boot with the image. I properly setup my environment for the ls1012afrwy board (using the setup environment script) and used the "bitbake fsl-image-networking" command to build the image. I then partitioned a micro SD card with a boot partition and a root file system partition. and attached the following images in the following partitions:
boot
Image
Image.gz
fsl-ls1012a-frwy.dtb
root
core-image-minimal-ls1012afrwy.rootfs.ext4
I have also tried using "uImage" rather than "Image" in the boot partition, and I have tried to expand the file system in the root partition as well. When I try entering u-boot and loading the kernel using the command "load mmc 0:1 0x42000000 Image", I receive the error "Error reading cluster. Unable to read file Image". Similarly, I am unable to read the .dtb file. U boot is able to see the files in the boot partition, as it successfully notes them when I use the "fatls" command. Any help is greatly appreciated!
Hello,
You can try with the pre-build image available in https://lsdk.github.io/components.html
Regards.