Reply
Thread Tools
Posts: 335 | Thanked: 285 times | Joined on Sep 2012 @ Trento, Italy
#501
Originally Posted by juiceme View Post
No need to reflash it, just boot with the MOSLO kernel&rootfs to repartition your mmcblk0. (remember you need to have enough free space on partition 1 for this tu succeed... and of course take backup of everything...)

When the partitioning is done and you boot the device, your ubiboot environment works just like before.

When you have repartitioned the device, you can extract the Nemo rootFS to your mmcblk0p4 either via the MOSLO export or ubiboot maintanance console. (or you can do it in the device console, whatever...)
I'm not sure about what to do, isn't it ok if i do (in ubuntu)
wget -r -l1 -nd --no-parent -Amoslo-0.*.rpm http://releases.nemomobile.org/snaps...mv7hl/armv7hl/
rpm2cpio moslo-*.armv7hl.rpm | cpio -vidu
sudo flasher -k usr/share/moslo/zImage-moslo -n usr/share/moslo/initrd-moslo -l -b

and then when finished:

sudo tar --numeric-owner -xf nemo-handset-armv7hl-n950-*.tar.bz2 -C /media/Alt_OS/
which are steps in the wiki?
__________________
Petition to get bug fixing for N9:
http://www.change.org/en-GB/petition...g-for-nokia-n9
 
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#502
Originally Posted by Lucazz990 View Post
I'm not sure about what to do, isn't it ok if i do (in ubuntu)
wget -r -l1 -nd --no-parent -Amoslo-0.*.rpm http://releases.nemomobile.org/snaps...mv7hl/armv7hl/
rpm2cpio moslo-*.armv7hl.rpm | cpio -vidu
sudo flasher -k usr/share/moslo/zImage-moslo -n usr/share/moslo/initrd-moslo -l -b

and then when finished:

sudo tar --numeric-owner -xf nemo-handset-armv7hl-n950-*.tar.bz2 -C /media/Alt_OS/
which are steps in the wiki?
That is more or less correct as I remember it

In the wiki the steps are under the section "Install Nemo Mobile OS" before you hit the section "Flash the Device with Ubiboot-02"
 

The Following User Says Thank You to juiceme For This Useful Post:
Posts: 335 | Thanked: 285 times | Joined on Sep 2012 @ Trento, Italy
#503
@juiceme ok thanks
__________________
Petition to get bug fixing for N9:
http://www.change.org/en-GB/petition...g-for-nokia-n9
 
TMavica's Avatar
Posts: 2,021 | Thanked: 1,060 times | Joined on Apr 2010 @ Hong Kong
#504
@juiceme I tried, but boot script still said not found
__________________
The Glorious Lady T.Mavica
Twitter https://twitter.com/TMavica
 
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#505
Originally Posted by TMavica View Post
@juiceme I tried, but boot script still said not found
I'll need to get one of my partitions formatted to exfat and try it myself, then.
Can you show me your /var/log/ubiboot.log, what does it say about mounting partitions?
 
Ancelad's Avatar
Posts: 1,552 | Thanked: 3,108 times | Joined on Jun 2012 @ Russia, 96
#506
Originally Posted by TMavica View Post
@juiceme I tried, but boot script still said not found
Same one...
 
TMavica's Avatar
Posts: 2,021 | Thanked: 1,060 times | Joined on Apr 2010 @ Hong Kong
#507
Originally Posted by juiceme View Post
I'll need to get one of my partitions formatted to exfat and try it myself, then.
Can you show me your /var/log/ubiboot.log, what does it say about mounting partitions?
****
forget mark it..
__________________
The Glorious Lady T.Mavica
Twitter https://twitter.com/TMavica
 
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#508
Originally Posted by TMavica View Post
****
forget mark it..
It should be still available, as it is on your root partition /var/log directory....
 
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#509
I figured out how to easily do this without windows
  • installed exfat-utils to my Easy Debian sandbox
  • formatted a partition to exfat and verified it's mountable
  • booted to ubiboot console and mounted it as exfat
-> everything works OK for me.

So, Tmavica, there must be some glitch in the ubiboot-02_230913 alpha that causes this to not behave correctly for you.

Can you try the following:
  • go to ubiboot maintanance console
  • unmount all exported filesystems (if any) from your PC (this is important or the next command does not work)
  • remove the exports on N9 by command "echo "" > /sys/devices/platform/musb_hdrc/gadget/lun0/file"
  • check that there are no mounts of mmcblk0 by command "mount"
  • try to mount the partition with command "mount -t exfat /dev/mmcblk0p1 /mnt/1" (assuming that it is your partition 1 that is exfat)
  • check with command "mount" that the partition is mounted correctly

and you should see something like this:
/ #
/ # mount -t exfat /dev/mmcblk0p1 /mnt/1
/ # mount
rootfs on / type rootfs (rw)
none on /dev type devtmpfs (rw,relatime,size=498796k,nr_inodes=124699,mode=75 5)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
none on /tmp type tmpfs (rw,relatime,size=10240k)
/proc/sys/debug on /proc/sys/debug type debugfs (rw,relatime)
none on /var/run type tmpfs (rw,nosuid,noatime,size=256k,mode=755)
devpts on /dev/pts type devpts (rw,relatime,mode=600)
/dev/mmcblk0p1 on /mnt/1 type exfat (rw,relatime,fmask=0022,dmask=0022,iocharset=utf8, namecase=0,errors=remount-ro)
/ #
 
Ancelad's Avatar
Posts: 1,552 | Thanked: 3,108 times | Joined on Jun 2012 @ Russia, 96
#510
ubiboot-02_230913 alpha? Any link?
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 08:38.