Problems writing to SD card, meta is not not exist in the partition table. Pico-Mini-A-RV1103

  • Hello, the meta partition is generated only during the rapid startup image construction and APP construction. The configuration of RV1103 will eventually be merged into the rootfs. This situation may occur when the output directory is not cleaned before compilation, resulting in the residual meta image in the construction of other images. To solve this error, simply do not select meta.img during the burning process.
  • Hello,

    I removed the meta file and the SD card was written without any error messages.
    The board booted successfully and I could ssh into it.

    Thanks,

    Nils