From mboxrd@z Thu Jan 1 00:00:00 1970 From: Amir Date: Tue, 16 Sep 2014 13:13:55 +0430 Subject: [Buildroot] how to make the Buildroot embedded linux file system persistence? Message-ID: <5417F84B.8050705@yahoo.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net I have built an embedded linux using buildroot. after generating rootfs.tar file system, I have tested the embedded linux and figured out that every change I made to the linux is not taking place after reboot. my question is: how to enable buildroot linux to have a persistence file system and can save changes? I have generated: rootfs.tar , rootfs.cpio , bzImage of kernel. any help appreciated.