|
2013-12-26
, 09:48
|
Posts: 697 |
Thanked: 137 times |
Joined on Jul 2012
@ Hillerød, DK
|
#1002
|
Well, it seems that you managed to get it working at least once, as this attempt you got into the device just fine:
~ # apt-get update
-sh: apt-get: not found
~ # [/INDENT][/SIZE][/FONT]
Only, there's no command "apt-get" in ubiboot maintanance console as it is not a debian distribution, so naturally the command fails
|
2013-12-26
, 10:33
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#1003
|
|
2013-12-26
, 16:27
|
Posts: 697 |
Thanked: 137 times |
Joined on Jul 2012
@ Hillerød, DK
|
#1004
|
|
2013-12-26
, 18:21
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#1005
|
@juiceme Thanks, it works!
Another Q due to this http://talk.maemo.org/showpost.php?p...postcount=1076
Does it mean installing new Sailfish version (ex. r4) in 7 partitions N9 don't need to delete all in Sailfish partition, make tar --numeric-owner -xf etc with new tar.bz2 file (and change config.conf) and start all over again in Sailfish, but only copy new version of bzImage file into Sailfish /boot/ and new version of modules folder to lib/modules in Sailfish partition and change ubiboot.conf?
The Following User Says Thank You to juiceme For This Useful Post: | ||
|
2013-12-26
, 19:59
|
Posts: 697 |
Thanked: 137 times |
Joined on Jul 2012
@ Hillerød, DK
|
#1006
|
That's a different thing
In the post you are quoting, @max83 asked about using a self-compiled new kernel with an existing Sailfish installation.
Answer to that is, yes, just put modules and kernel to ALT_OS partition (normally the mmcblk0p4 partition) and make a new kernel menu line to "Sailfish" section in ubiboot.conf.
What you are talking about here, I suppose, is having 2 different Sailfish versions on the device at the same time, on different partitions?
And the answer to that, too is "of course it is possible"
If you want to do that, you need of course partitions for both your installations, and the preparation is similar as for ALT_OS, untarring the images to partitions and then making ubiboot configuration entries for the partitions.
(Additionally, you could change the menu graphics (boot icons) so that you'd have for example "sailfish r3" and "sailfish r4" in your top menu...)
|
2013-12-26
, 20:49
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#1007
|
No then I didn't made it clear. I only have and want to have ONE Sailfish partition together with one Nemo, Harmattan, Nitdroid, Firefox. I only talk about when install new version ex. Sailfish r4 instead of Sailfish r3!
|
2013-12-26
, 23:20
|
Posts: 697 |
Thanked: 137 times |
Joined on Jul 2012
@ Hillerød, DK
|
#1008
|
Well, then you only need to replace the current SailfishOS r3 with r4, right?
Here's one way of doing it, altough there are many possibilities:
- get the filesystem image, for example vgrade-sailfish_r4.tar.bz2
- unpack the archive with bunzip2 to get the tar archive vgrade-sailfish_r4.tar (or if using windows use 7-zip or whatever similar tool?)
- copy the tarfile image somewhere on your N9, for example to your MyDocs/
- go to Harmattan console, and go to root with "devel-su"
- mount your ALT_OS partition with command "mount /dev/mmcblk0p4 /mnt" (now I am assuming your ALT_OS is partition 4...)
- check that you have the correct partition mounted: "ls -l /mnt" (you should see the SailfishOS partition, I assume you know what it looks like)
- delete all files from there with command "rm -rf /mnt"
- check again with command "ls -l /mnt", it should be empty now
- untar the new r4 files there with command "tar -xvf /home/user/MyDocs/vgrade-sailfish_r4.tar --numeric-owner -C /mnt"
- check that all is in order there with "ls -l /mnt"
- sync and umount; "sync ; umount /mnt"
|
2013-12-27
, 01:10
|
Posts: 12 |
Thanked: 5 times |
Joined on Dec 2013
|
#1009
|
|
2013-12-27
, 09:13
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#1010
|
The only error indicators I see are:
"ERROR: SU_GET_UPDATE_STATUS_REQ terminated with error code 1: Unknown error"
and:
Image too big to fit partition: image 219776+11952768 bytes
The Following User Says Thank You to juiceme For This Useful Post: | ||
Only, there's no command "apt-get" in ubiboot maintanance console as it is not a debian distribution, so naturally the command fails