Hi, Is the alpine Linux image you have compatible to install on the micro-SD?
Thank you
How to install Alpine Linux on the micro-SD?
Hello, Alpine Linux is a community-provided solution, and currently, we do not have plans to maintain it. You can refer to https://wiki.luckfox.com/Luckfox-Pico/L ... -Linux-2/ for more details.
However, if you plan to port it to a micro-SD card, according to the author, resizing the root file system is not possible after porting to an SD card. The approach we use in the Buildroot system is to mount the partitions and then adjust the partition size using tools like resize2fs after the kernel has booted. You can refer to the S20linkmount script generated in the output/out directory after compilation. Add relevant scripts during Alpine Linux startup to expand the root file system partition size.