How to upgrade rootfs(ubifs) in linux

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to upgrade rootfs(ubifs) in linux

985件の閲覧回数
guochgz
Contributor III

hello, everyone:

      I have a custom board with imx6ull,  there is four patition.

      1. uboot partition

      2. kernel partition

      3. dtb partition

      4. rootfs partition (ubifs)

     now I need to upgrade this system when the system is running. but at this time, the /dev/mtd3 is already mounted by kernel. when I flash_erase this partition(rootfs), all the bins(executable programs) will be lost.  and the status of /dev/ubi0_0 is "Device or resource busy" .

     what am I supposed to do? 

ラベル(2)
0 件の賞賛
返信
1 返信

878件の閲覧回数
b36401
NXP Employee
NXP Employee

You can create another rootfs partition for upgrade.
I mean you can make a small OS that can perform the upgrade of original rootfs and place it on separate one.

0 件の賞賛
返信