-
-
- Posts: 1
- Joined: 2026-07-09 8:50
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.
-
- Posts: 2076
- Joined: 2024-01-23 7:21
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.