|
2011-07-14
, 05:20
|
Posts: 73 |
Thanked: 0 times |
Joined on Jun 2011
|
#12
|
|
2011-07-14
, 12:58
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#13
|
|
2011-07-14
, 14:34
|
Posts: 73 |
Thanked: 0 times |
Joined on Jun 2011
|
#14
|
|
2011-07-14
, 15:59
|
Posts: 73 |
Thanked: 0 times |
Joined on Jun 2011
|
#15
|
|
2011-07-14
, 16:09
|
Posts: 73 |
Thanked: 0 times |
Joined on Jun 2011
|
#16
|
|
2011-07-14
, 16:53
|
Posts: 73 |
Thanked: 0 times |
Joined on Jun 2011
|
#17
|
|
2011-07-14
, 18:49
|
Posts: 154 |
Thanked: 73 times |
Joined on Jan 2009
@ Toronto
|
#18
|
I believe that nupgrade.sh is a script that gathers into one place all of the procedures detailed in http://schmots.blogspot.com/2008/04/...tual-dual.html
with some updating that you will have to do if you follow Schmots instead of the instructions that you have.
GNUtar is available through App Manager now (in Diablo Extras, I think), and so all of Schmots' material from "apt-get -d install tar" to "dpkg -x tar*.deb /tar-temp/" can be replaced by installing GNUtar through App Manager.
If you install it that way, GNUtar is invoked with the command "gtar". So, wherever Schmots has written "/tar-temp/bin/tar", you need to replace it with "gtar". The command for the actual cloning (after the insmod and mount business) is:
There is a typo in the first "insmod" line, where he is telling you to use 2.6.21 for OS2008 instead of 2.6.18 for OS2007. The typo is in the "omap1", where he has put a letter "l" that should be a number "1". You also have to use 2.6.21-omap1 for the second "insmod" command.
Don't worry if any of the "insmod" commands return an error saying that the module is not available for insertion. That probably just means that it has already been inserted into the kernel. You can check this by coding
(In "lsmod", it's a letter "l", not a number "1".)
Equally, don't worry if a "mkdir" command returns an error saying that the directory already exists. It might be worth checking that /opt and /floppy are empty in this case, because you don't want any extraneous junk corrupting your newly cloned OS.
If you want to scrap the whole thing, reflash the initfs to its former condition and reformat the SD card. (But you will regret not following through with your plans.)