Hi.
If you run the command as a query you should see something like:
at!apppartchg?
Total APP partition size: 261886 kB
APPSBL,PAD,APPS,PAD,SYSTEM,PAD,USERDATA,PAD,USERAPP,PAD =
768,50,20000,384,50000,300,38000,2560,149440,384
That will list the sizes of the partitions. The one you care about for your rootfs is “SYSTEM”. Depending on how large it is you can steal some space from the subsequent partitions without too many consequences. e.g. increase size by 10MB …
AT!APPPARTCHG=768,50,20000,384,60000,300,38000,2560,139440,384
Some stuff you should be aware of:
- This is destructive. If you move a boundary for a partition it will be deleted.
- Be very careful to make sure the numbers add up. You don’t want to brick your device which is entirely possible.
- Maybe you should try booting from NFS or SD card first. There are examples in the README for the Yocto build.
Regards,
Andrew