The Following 39 Users Say Thank You to rapol.goutham For This Useful Post: | ||
Boemien, Brodyga, chill, DA5, Dongle Fongle, endsormeans, epninety, explit, Fatalist, freemangordon, Halftux, hrbani, immi.shk, jellyroll, justmemory, Kabouik, Macros, MINKIN2, napaDokc, nieldk, panjgoori, Redouan, reinob, rewan, RiD, Roth, santeira, saponga, shawnjefferson, sLumPia, Sohil876, ste-phan, t-b, tcbl50, Tiran, tmi, wicket, xes, xiskillo |
|
2016-03-29
, 14:50
|
Posts: 368 |
Thanked: 975 times |
Joined on Aug 2013
|
#3
|
The Following 3 Users Say Thank You to t-b For This Useful Post: | ||
|
2016-03-29
, 16:10
|
|
Posts: 3,141 |
Thanked: 8,161 times |
Joined on Feb 2013
@ From my Gabriola Island hermitage, near the Edge of the World
|
#4
|
The Following User Says Thank You to endsormeans For This Useful Post: | ||
|
2016-03-29
, 18:35
|
Posts: 45 |
Thanked: 136 times |
Joined on Jan 2012
@ Hyderabad
|
#5
|
|
2016-03-29
, 18:41
|
Posts: 368 |
Thanked: 975 times |
Joined on Aug 2013
|
#6
|
The Following 4 Users Say Thank You to t-b For This Useful Post: | ||
|
2016-03-29
, 18:48
|
Posts: 45 |
Thanked: 136 times |
Joined on Jan 2012
@ Hyderabad
|
#7
|
Just checked http://elinux.org/N900/Changelog
Seems to have speech since 4.1
The Following 4 Users Say Thank You to rapol.goutham For This Useful Post: | ||
|
2016-03-29
, 18:56
|
Posts: 368 |
Thanked: 975 times |
Joined on Aug 2013
|
#8
|
The Following 3 Users Say Thank You to t-b For This Useful Post: | ||
|
2016-03-29
, 19:41
|
Posts: 45 |
Thanked: 136 times |
Joined on Jan 2012
@ Hyderabad
|
#9
|
Not sure - maybe this helps someone?
http://pavelmachek.livejournal.com/130784.html#comments
The Following User Says Thank You to rapol.goutham For This Useful Post: | ||
|
2016-03-29
, 22:17
|
Posts: 1,335 |
Thanked: 3,931 times |
Joined on Jul 2010
@ Brittany, France
|
#10
|
Tags |
kali armhf, kali latest, kali n900, kali rolling |
|
Here is a working port of Kali Linux Rolling Edition with Kernel 4.5 for our Nokia N900 device.
This port is much more stable than my previous port, I have not faced any kernel panic errors, segmentation faults etc.
Everything that worked in my previous port should work in this port.
I have attached working kali-rolling rootfs image to this post along with installation instructions.
Installation instructions:
Step 1: Get a 8GB or more sized memory card.
Step 2: Extract 'kali-rolling.7z' file, it will give you 'kali-rolling.img' file.
Step 3: Insert your memory card to a linux system.
Step 4: Write the extracted 'kali-rolling.img' file to your sdcard (sudo dd if=/path to the extracted .img file/kali-rolling.img of=/dev/sdx bs=1M (here replace x with your sdcard device letter)).
Step 5: Install pali's U-Boot in your phone (Maemo).
Step 6: Copy 'configure_u-boot.sh' file to your phone memory, and run it as root user ('$ sudo gainroot' then '# ./configure_u-boot.sh').
Step 7: Insert your sdcard into your phone.
Step 8: Switch off and slide up your phone then switch on. And choose Kali-Rolling OS from the list.
Step 9: Configure your Kali OS on your first boot.
Step 10: Login with username 'user' and password with the password that you have specified during configuration.
Step 11: After everything works fine, shutdown your device and resize your sdcard's existing partition using any partition managing tool and you can add a 'swap' partition to your sdcard if you want.
Dowload link:
Kali Linux Rolling Edition for Nokia N900
I have built this using the official documentation from kali
I thank every person who put their effort on this device. Especially wicket, I have used his scripts for patching the kali's rootfs.
Hope you enjoy!
Last edited by rapol.goutham; 2016-03-31 at 17:44. Reason: Updated instructions