Filesystem type / partition table

  • Hello, the file system type on SD card is ext4. The partition on Luckfox-pico is different from the common software partition used by other embedded devices. Instead, use dd command to write each image to the specified address, and write the location and size of each image to env.img.
    So if you need to add a new partition, you need to divide it when building the mirror. <Luckfox Pico SDK>BoardConfig.mk Add the partition size and name you need in RK_PARTITION_CMD_IN_ENV of/. www.example.com, and add the partition type in RK_PARTITION_FS_TYPE_CFG.