Reply
Thread Tools
Posts: 2 | Thanked: 1 time | Joined on Jan 2013
#1
# Device: N900

My steps:

0. flash device to PR 1.3.1 (21.2011.38-1) and install required software
Code:
sudo flasher-3.5 -F RX-51_2009SE_21.2011.38-1_PR_COMBINED_MR0_ARM.bin -f

sudo flasher-3.5 -F RX-51_2009SE_10.2010.13-2.VANILLA_PR_EMMC_MR0_ARM.bin -f

sudo flasher-3.5 -F RX-51_2009SE_21.2011.38-1_PR_COMBINED_MR0_ARM.bin -f -R

# install bzip2, leafpad and then add extras-devel && extral-testing
1. Copy fdisk to /home/user
2. umount /home/user/MyDocs
3. cd /home/user/ && ./fdisk /dev/mmcblk0
Code:
d
1

n
p
1
2
834865

n
p
834866
884865

t
1
76
t
4
76

w
# new partition size about 1,6Gb

4. reboot

5. cd /home/user/ && ./fdisk /dev/mmcblk0
Code:
t
1
0c
t
4
83
w
6 mkfs.vfat -F 32 /dev/mmcblk0p1

7. mke2fs -L NITDroid -j -m0 /dev/mmcblk0p4

8. reboot

9. copy N12_UMay.tar and nitdroid-kernel-2.6.28-07_7-rc7_armel.deb to /home/user/MyDocs

10. cd / && mkdir /and

11. mount -t ext3 -o noatime,rw /dev/mmcblk0p4 /and

12. cd /and && tar xf /home/user/MyDocs/N12_UMay.tar

13. apt-get install multiboot multiboot-kernel-maemo

14. dpkg -i /home/user/MyDocs/nitdroid-kernel-2.6.28-07_7-rc7_armel.deb

15. leafpad /etc/multiboot.d/11-NITDroid-mmcblk0p4-2.6.28.NIT.07
Code:
replace:
ITEM_DEVICE=${INT_CARD}p4 -> ITEM_DEVICE=mmcblk0p4
and save it
16. cd / && umount /and && rm /and -r

17. reboot

18. press button 2

19. and now I see only nokia logo. 2, 5, 10 minutes whatever nothing changes. Then I pull out battery and press button 1 to boot maemo.

What I doing wrong?

Last edited by NullPointerException; 2013-01-12 at 15:31.
 

The Following User Says Thank You to NullPointerException For This Useful Post:
Posts: 2 | Thanked: 1 time | Joined on Jan 2013
#2
> mount /home /and

install at /home does not seem a good idea. Once installed, maemo usually no longer runs.
 
Reply


 
Forum Jump


All times are GMT. The time now is 10:00.