You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)?
sorry for my eng
The text was updated successfully, but these errors were encountered:
vishwamartur
added a commit
to vishwamartur/meta-riscv
that referenced
this issue
Nov 1, 2024
Related to riscv#487
Add support for creating NAND image for Milk-V Duo in Yocto layer.
* **conf/machine/milkv-duo.conf**
- Add NAND-specific configurations.
- Update `IMAGE_BOOT_FILES` to include `boot.spinand`, `fip.bin`, `rootfs.spinand`, and `system.spinand`.
- Update `WKS_FILE` to use `milkv-duo-spinand.wks`.
* **wic/milkv-duo-spinand.wks**
- Create a new `wic/milkv-duo-spinand.wks` file for NAND image creation.
- Add partitions for `boot.spinand`, `fip.bin`, `rootfs.spinand`, and `system.spinand`.
* **recipes-bsp/u-boot/files/milkv-duo-support-files.patch**
- Add NAND-specific configurations.
- Update `milkv-duo_defconfig` to include NAND support.
* **recipes-bsp/milkv-duo-fsbl/milkv-duo-fsbl.bb**
- Add NAND-specific configurations.
- Update `do_compile` to include NAND-specific parameters.
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)?
sorry for my eng
The text was updated successfully, but these errors were encountered: