Page 1 of 1

Rootfs buildroot not updated after flash

Posted: 2026-07-09 8:56
by NikitaMank

Hello everyone,

I am using Luckfox Aura with EMMC,i did buildroot image, when i am flashing it with `./upgrade_tools uf Aura-sdk/output/image/update.img` everything seems nice, but the rootfs is not updated, i do not have files which i added with buildroot or manualy adding with to the `Aura-sdk/output/image/rootfs.img`, its not appearing in Luckfox Aura.


Re: Rootfs buildroot not updated after flash

Posted: 2026-07-18 6:50
by Crocodile

If you use ./build.sh buildrootconfig to add software packages and then execute ./build.sh rootfs, there is no packaging operation after compilation, so the rootfs.img and update.img remain the old images. You need to additionally run ./build.sh firmware to package the new rootfs.img and update.img.