What is the correct file to write to Pico-Mini-RV1103?
I get an error message "meta is not not exist in the partition table" when writing files to SD card.
Testing on brand new 64GB Sandisk card.
This was working fine i January 2024 with my first 2 boards using older software.
Any tips or hints?
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
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