From f96a53039269479079209a7e4488fb4a701c941d Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Fri, 1 Feb 2013 13:42:14 +0100 Subject: doc/local-flash: Add info about ubi on n900 --- doc/local-flash | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc') diff --git a/doc/local-flash b/doc/local-flash index a1a44fa..937a7bd 100644 --- a/doc/local-flash +++ b/doc/local-flash @@ -22,3 +22,15 @@ that it is dangerous and you can brick your device. But feel free to send feedback to provide a full support for local flashing on 770 and n800. + + +Nokia N900 using ubi layout on top of /dev/mtd5 rootfs partition. Therefor +formatting rootfs should be done via ubiformat tool which preserve erase counters. + +Erasing N900 rootfs: + + $ ubiformat /dev/mtd5 + +Flashing new ubi image to N900 rootfs: + + $ ubiformat /dev/mtd5 -s 512 -O 512 -f image.ubi -- cgit v1.2.3