In buildroot I can compile image for SPI NAND next command:
./build.sh milkv-duo-spinand
and in the folder out//
I will receive the files for the firmware nand (boot.spinand, fip.bin, rootfs.spinand, system.spinand)
I load this into nand and it works
How can create an image for nand using this layer (yocto)?
In buildroot I can compile image for SPI NAND next command: ./build.sh milkv-duo-spinand and in the folder out//
I will receive the files for the firmware nand (boot.spinand, fip.bin, rootfs.spinand, system.spinand)
I load this into nand and it works
How can create an image for nand using this layer (yocto)?