Thread
:
copying main filesystem from one N800 to another
View Single Post
fanoush
2009-06-23 , 12:15
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#
5
Yes, exactly. if you still have access to old system, make backup again not via tar but via mkfs.jffs2 directly to card as explained above (trick with mounting /dev/mtdblock4 again to /opt is intentional to get rid of /proc /sys etc)
The restore part is a bit tricky, you can't boot from system you want to erase and reflash so either you copy system to card and boot from it just to do the restore or you can try the emergency usb networking mode of bootmenu to boot only to initfs, ssh in via usb networking and try to restore backup from there.
The only catch with using the recovery mode is that flash_eraseall and nandwrite is not installed in initfs so you need
special binaries
(initfs is uclibc based) and scp them to device to some temporary ram storage (/tmp) and run them from there.
Also for windows you need .inf driver file for RNDIS (google for linux rndis inf)
__________________
Newbies click
here
before posting. Thanks.
If you really need to PM me with troubleshooting question please consider posting it to the forum instead. It is OK to PM me a link to such post then. Thank you.
Last edited by fanoush; 2009-06-23 at
12:31
.
Quote & Reply
|
The Following 2 Users Say Thank You to fanoush For This Useful Post:
mrcrispin
,
timsamoff
fanoush
View Public Profile
Send a private message to fanoush
Visit fanoush's homepage!
Find all posts by fanoush