OS
(Created page with "==== SAILFISH OS ==== * http://talk.maemo.org/forumdisplay.php?f=9 * http://araya.su/sailfish/sailfish_n9_0.0.2.tar.bz2 * http://talk.maemo.org/showthread.php?p=1383721#po…") |
(→SAILFISH OS) |
||
Line 1: | Line 1: | ||
- | ==== SAILFISH OS ==== | + | ==== SAILFISH OS on n9(50)==== |
* http://talk.maemo.org/forumdisplay.php?f=9 | * http://talk.maemo.org/forumdisplay.php?f=9 | ||
* http://araya.su/sailfish/sailfish_n9_0.0.2.tar.bz2 | * http://araya.su/sailfish/sailfish_n9_0.0.2.tar.bz2 | ||
* http://talk.maemo.org/showthread.php?p=1383721#post1383721 | * http://talk.maemo.org/showthread.php?p=1383721#post1383721 | ||
+ | * http://rzr.online.fr/q/n950club | ||
+ | Read and install : | ||
+ | |||
+ | http://www.swagman.org/juice/ubiboot/README | ||
+ | |||
+ | <pre> | ||
+ | cd / | ||
+ | dir="./home/user/MyDocs/boot" | ||
+ | url='http://www.swagman.org/juice/ubiboot/ubiboot-02/ubiboot-02_0.3.5_301013.tar' | ||
+ | mkdir -p "$dir.tmp" | ||
+ | wget -O- "$url" | tar xfv - -C "$dir.tmp" && mv -f "$dir" "$dir.bak" && mv "$dir.tmp" "$dir" | ||
+ | |||
+ | |||
+ | url="http://www.swagman.org/juice/ubiboot/ubiboot-02/zImage_2.6.32.54-ubiboot-02_040613" | ||
+ | wget $url | ||
+ | unp *.tar | ||
+ | file=zImage_2.6.32.54-ubiboot-02_301013 | ||
+ | firmware=DFL61_HARMATTAN_40.2012.21-3_PR_LEGACY_RM680-OEM1-916_ARM.bin | ||
+ | |||
+ | sudo flasher -a "$firmware" -k "$file" --flash-only=kernel -f -R | ||
+ | |||
+ | cd /media/rzr/Alt_OS | ||
+ | url="http://araya.su/sailfish/sailfish_n9_0.0.2.tar.bz2" | ||
+ | wget -O- "$url" | tar xfvj - -C . | ||
+ | |||
+ | </pre> | ||
==== MORE ==== | ==== MORE ==== | ||
[[Maemo]] [[MeeGo]] [[Mer]] [[Nemo]] [[Debian]] | [[Maemo]] [[MeeGo]] [[Mer]] [[Nemo]] [[Debian]] |
Revision as of 15:06, 1 November 2013
SAILFISH OS on n9(50)
* http://talk.maemo.org/forumdisplay.php?f=9 * http://araya.su/sailfish/sailfish_n9_0.0.2.tar.bz2 * http://talk.maemo.org/showthread.php?p=1383721#post1383721 * http://rzr.online.fr/q/n950club
Read and install :
http://www.swagman.org/juice/ubiboot/README
cd / dir="./home/user/MyDocs/boot" url='http://www.swagman.org/juice/ubiboot/ubiboot-02/ubiboot-02_0.3.5_301013.tar' mkdir -p "$dir.tmp" wget -O- "$url" | tar xfv - -C "$dir.tmp" && mv -f "$dir" "$dir.bak" && mv "$dir.tmp" "$dir" url="http://www.swagman.org/juice/ubiboot/ubiboot-02/zImage_2.6.32.54-ubiboot-02_040613" wget $url unp *.tar file=zImage_2.6.32.54-ubiboot-02_301013 firmware=DFL61_HARMATTAN_40.2012.21-3_PR_LEGACY_RM680-OEM1-916_ARM.bin sudo flasher -a "$firmware" -k "$file" --flash-only=kernel -f -R cd /media/rzr/Alt_OS url="http://araya.su/sailfish/sailfish_n9_0.0.2.tar.bz2" wget -O- "$url" | tar xfvj - -C .