|
2010-06-02
, 12:53
|
Posts: 284 |
Thanked: 320 times |
Joined on May 2010
@ Peterborough, UK
|
#62
|
cd /home/user/MyDocs 7z e maemo-sdk-v1_2.img.ext2.lzma mkdir /floppy qmount /home/user/MyDocs/maemo-sdk-v1_2.img.ext2 /floppy mkdir /floppy/dev mkdir /floppy/dev/pts mkdir /floppy/dev/shm mkdir /floppy/usr/share/X11 mkdir /floppy/usr/share/X11/xkb mkdir /floppy/var/run/dbus mkdir /floppy/var/lib/dbus mkdir /floppy/var/run/pulse cp /bin/busybox /floppy/bin cp /etc/hosts /floppy/etc/hosts cp /etc/ld.so.conf /floppy/etc/ld.so.conf CHROOT=/floppy synchroot echo "exit 101" > /floppy/usr/sbin/policy-rc.d echo "deb http://repository.maemo.org/ fremantle/<your token code here> nokia-binaries" >> /floppy/etc/apt/sources.list qumount /floppy mkdir /sdk qchroot /home/user/MyDocs/maemo-sdk-v1_2.img.ext2 /sdk apt-get update apt-get install nokia-binaries
The Following 11 Users Say Thank You to Tigerite For This Useful Post: | ||
|
2010-06-02
, 14:45
|
|
Posts: 2,427 |
Thanked: 2,986 times |
Joined on Dec 2007
|
#63
|
|
2010-06-03
, 20:53
|
Posts: 284 |
Thanked: 320 times |
Joined on May 2010
@ Peterborough, UK
|
#64
|
|
2010-06-04
, 03:22
|
|
Posts: 664 |
Thanked: 160 times |
Joined on Jul 2008
@ Australia
|
#65
|
Code:cd /home/user/MyDocs 7z e maemo-sdk-v1_2.img.ext2.lzma mkdir /floppy qmount /home/user/MyDocs/maemo-sdk-v1_2.img.ext2 /floppy mkdir /floppy/dev mkdir /floppy/dev/pts mkdir /floppy/dev/shm mkdir /floppy/usr/share/X11 mkdir /floppy/usr/share/X11/xkb mkdir /floppy/var/run/dbus mkdir /floppy/var/lib/dbus mkdir /floppy/var/run/pulse cp /bin/busybox /floppy/bin cp /etc/hosts /floppy/etc/hosts cp /etc/ld.so.conf /floppy/etc/ld.so.conf CHROOT=/floppy synchroot echo "exit 101" > /floppy/usr/sbin/policy-rc.d echo "deb http://repository.maemo.org/ fremantle/<your token code here> nokia-binaries" >> /floppy/etc/apt/sources.list qumount /floppy mkdir /sdk qchroot /home/user/MyDocs/maemo-sdk-v1_2.img.ext2 /sdk apt-get update apt-get install nokia-binaries
|
2010-06-04
, 09:09
|
Posts: 284 |
Thanked: 320 times |
Joined on May 2010
@ Peterborough, UK
|
#66
|
|
2010-06-04
, 13:54
|
Posts: 2,014 |
Thanked: 1,581 times |
Joined on Sep 2009
|
#67
|
|
2010-06-04
, 13:58
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#68
|
|
2010-06-04
, 14:17
|
|
Posts: 2,427 |
Thanked: 2,986 times |
Joined on Dec 2007
|
#69
|
For users who have an existing SDK environment wouldn't it be enough to tar the contents of /scratchbox/users/mohammad/targets/FREMANTLE_ARMEL ?
|
2010-06-05
, 01:44
|
|
Posts: 664 |
Thanked: 160 times |
Joined on Jul 2008
@ Australia
|
#70
|
Glad you figured it out I can confirm that the commands I posted are also relevant for the new SDK rootstrap image, i.e. you still need to create the same directories and copy the same files, no more and no less.. there's a little bit of work involved to create your own .ext2 image from the tgz'd image, though (until qole is kind enough to host one - I would do it myself but I'd have to use something like RapidShare, which I loathe).
If I can bring myself to installing everything one more time, I'll try again later on today and use the policy-rc.d fix instead.