The Following User Says Thank You to justmemory For This Useful Post: | ||
![]() |
2015-10-20
, 15:34
|
Posts: 45 |
Thanked: 136 times |
Joined on Jan 2012
@ Hyderabad
|
#72
|
Hi,
First of all, nice work!
I'm trying to install U-Boot but i'm afraid of bricking my N900. How do i install it? Because this is all new for me, i just have my N900 for like 2 months. It's a new world for meSo please bear with me.
It won't let me install in extras devel. It's conflicting with Kernel-Maemo and KP53. I currently have KP53 flashed.
Can someone please help me out and give me some basic instructions? I will be a happy man when i can run Kali Linux on my N900
![]() |
2015-10-24
, 08:48
|
Posts: 26 |
Thanked: 33 times |
Joined on Oct 2014
@ Bulgaria
|
#73
|
![]() |
2015-11-05
, 18:37
|
Posts: 45 |
Thanked: 136 times |
Joined on Jan 2012
@ Hyderabad
|
#74
|
The Following 4 Users Say Thank You to rapol.goutham For This Useful Post: | ||
![]() |
2015-11-20
, 22:51
|
Posts: 92 |
Thanked: 144 times |
Joined on Apr 2014
|
#75
|
Hi,
the image file that the .zip contains is "chrootable", so it can be used via a vnc viewer (I use PresenceVNC), so it is not necessary to install it via U-Boot.
If you want graphical interface, you have to install vncserver on kali,
/EDIT (2015.11.03): As you may noticed, there is Kali 2.0 and the repos have changed to sana. Because of this you cannot install anything with the stock repos. If you change your sources.list to sana it may break your kali 1.1.0 distro so be careful!
The Following User Says Thank You to Dongle Fongle For This Useful Post: | ||
![]() |
2015-11-21
, 04:24
|
Posts: 391 |
Thanked: 912 times |
Joined on Aug 2011
@ suncity
|
#76
|
Thanks for this detailed post. I've run into a problem after dedicating the day to this however. the .img is chrooted and mounted from ext3 partition on sd card, succes! Next challenge:
What is the most do-able way to install vnc-server on the chrootable .img now that repos have changed? vim the sources list did not work, what do you suggest?
The Following User Says Thank You to justmemory For This Useful Post: | ||
![]() |
2015-12-31
, 17:52
|
|
Posts: 435 |
Thanked: 684 times |
Joined on Apr 2012
@ Netherlands 020
|
#77
|
The Following 5 Users Say Thank You to jellyroll For This Useful Post: | ||
![]() |
2016-01-08
, 13:58
|
Posts: 391 |
Thanked: 912 times |
Joined on Aug 2011
@ suncity
|
#78
|
I did the distribution upgrade from a Linux pc. u-boot.
https://www.raspberrypi.org/forums/v...hp?f=31&t=8478
The Following 3 Users Say Thank You to justmemory For This Useful Post: | ||
![]() |
2016-01-10
, 06:44
|
|
Posts: 435 |
Thanked: 684 times |
Joined on Apr 2012
@ Netherlands 020
|
#79
|
Hi,
that is great. And could you share that kali image, please?
Thanks,
jm
apt-get install qemu qemu-user qemu-user-static mkdir /mnt/kali losetup /dev/loop0 /home/jellyroll/Desktop/kali-1.1.0a-armhf-n900.img -o 128974848 mount -o loop -t ext4 /dev/loop0 /mnt/kali/ cp /usr/bin/qemu-arm-static /mnt/kali/usr/bin mount -o bind /dev/pts /mnt/kali/dev/pts mount -t proc proc /mnt/kali/proc mount -o bind /dev /mnt/kali/dev mount -t sysfs sysfs /mnt/kali/sys mount -o bind /tmp /mnt/kali/tmp chroot /mnt/kali /bin/bash Changed the content of /etc/apt/sources.list into: deb http://http.kali.org/kali sana main non-free contrib deb http://security.kali.org/kali-security sana/updates main contrib non-free apt-get update apt-get upgrade apt-get dist-upgrade apt-get install connman
The Following 5 Users Say Thank You to jellyroll For This Useful Post: | ||
![]() |
2016-01-12
, 10:35
|
Posts: 391 |
Thanked: 912 times |
Joined on Aug 2011
@ suncity
|
#80
|
The Following 2 Users Say Thank You to justmemory For This Useful Post: | ||
![]() |
Tags |
kali armhf, kali n900, kali nokia n900, kali rx51, linux n900 |
|
I answered to your P.M.; hope that helped.
Easy deb chroot has nothing to do with the process above as you need easy chroot! Easy Deb chroot is for easy debian chroot-ing...
(((You can have easy debian-like scripts of course you just need to edit 6 or 7 files for that. I made this and there are some issues as you have to make some changes in Kali to make stylus "tap and hold" function and keyboard input in XFCE to work. That is only from curiousity; command line is the real environment for kali tools...
jm
Last edited by justmemory; 2015-10-15 at 09:59.