View Single Post
jellyroll's Avatar
Posts: 435 | Thanked: 684 times | Joined on Apr 2012 @ Netherlands 020
#79
Originally Posted by justmemory View Post
Hi,

that is great. And could you share that kali image, please?

Thanks,

jm
https://dl.dropboxusercontent.com/u/.../Kali.tar.lzma

This is an upgraded of the Kali image that was posted by rapol.goutham.
I canceled keyboard-configuration during the installation process and added connman to fix wifi issues. http://talk.maemo.org/showthread.php?t=93878

From a linux pc.

Code:
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
Errors:
Unsupported ioctl: cmd=0x5331
qemu: Unsupported syscall: 374
https://bugs.launchpad.net/linaro-im...ls/+bug/697684
 

The Following 5 Users Say Thank You to jellyroll For This Useful Post: