| The Following User Says Thank You to don_falcone For This Useful Post: | ||
|
|
2011-11-19
, 11:09
|
|
Posts: 1,523 |
Thanked: 1,997 times |
Joined on Jul 2011
@ not your mom's FOSS basement
|
#533
|
| The Following 4 Users Say Thank You to don_falcone For This Useful Post: | ||
|
|
2011-11-19
, 11:39
|
|
Posts: 1,523 |
Thanked: 1,997 times |
Joined on Jul 2011
@ not your mom's FOSS basement
|
#534
|
|
|
2011-11-19
, 19:19
|
|
Posts: 559 |
Thanked: 166 times |
Joined on Jan 2010
@ Cyprus
|
#535
|
Check from here: http://talk.maemo.org/showpost.php?p...&postcount=549
This is getting more interesting everyday, thank you freemangordon and pali and everybody testing and collaborating!
I`m no guru on this.I`ll just wait for an easier solution
|
|
2011-11-19
, 19:32
|
|
Posts: 669 |
Thanked: 433 times |
Joined on May 2010
|
#536
|
|
|
2011-11-19
, 19:55
|
|
|
Posts: 117 |
Thanked: 76 times |
Joined on Aug 2010
@ Samnan,Sharjah,U.A.E.
|
#537
|
[1|root@Nokia-N900|~/n900_720p]./mount_n950_rootfs.sh umount: cannot umount /tmp/n950loop: Invalid argument losetup: /tmp/n950loop: No such device or address Reading package lists... Done Building dependency tree Reading state information... Done wget is already the newest version. liblzo2-2 is already the newest version. p7zip-full is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded. /usr/bin/7z: exec: line 2: /usr/lib/p7zip/7z: Too many levels of symbolic links 7z archiver not found. On n900 it is a part of p7zip-full package You may try to install it with "sudo apt-get install p7zip-full" [1|root@Nokia-N900|~/n900_720p]
|
|
2011-11-19
, 19:56
|
|
Posts: 2,145 |
Thanked: 8,424 times |
Joined on May 2010
|
#538
|
Have no clue, why you ask me. On the other hand if we can include those binaries in CSSU that would be great (along with transforming KP to community kernel once it is stable enough). TBH I don't believe they will allow us to distribute it, most probably those DSP binaries are not owned by Nokia but by TI/ARICENT
Maybe it is better to ask Nokia/Quim/whoever can answer.
| The Following 5 Users Say Thank You to pali For This Useful Post: | ||
|
|
2011-11-19
, 20:12
|
|
Posts: 3,058 |
Thanked: 12,894 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#539
|
|
|
2011-11-19
, 20:59
|
|
Posts: 130 |
Thanked: 24 times |
Joined on Jan 2011
|
#540
|
![]() |
| Tags |
| balls, gpl violation, hackjobs, lgpl violation, nokia, upgrade..., video player |
| Thread Tools | |
|
Necessary changes to the script IMHO, as the explicitely created new node/ loopback device /tmp/n950loop was not writable on my aptosid (=Debian sid) VM:
#edit that as appropriate for your system LOOPBACK_DEVICE=/dev/loop0 test -w / if [ $? != 0 ]; then echo 'You must run this script as root' exit 1 fi umount $LOOPBACK_DEVICE # losetup -d $LOOPBACK_DEVICE rm -f $LOOPBACK_DEVICE rm -rf $RX71TMP # mknod $LOOPBACK_DEVICE b 7 99 if [ $? != 0 ]; then echo 'Unable to create loopback device '$LOOPBACK_DEVICE exit 1 fiAnd as Nokia removed the Beta 2 firmware, we need to adapt for:
Win_OCF_39-5_RM680-RM680-OEM1.exe 953 MiB ffe09a83dc5c09afd28ba9152d049290
- or, even better, switch to the binary file that's available and omit some extraction -
Linux_OCF_39-5_RM680-RM680-OEM1.bin 945 MiB 7adf7e021647afa9349a8a4294021296
Sounds good?
Last edited by don_falcone; 2011-11-19 at 09:47.