This page recors my tries to get Debian working on a N810 Nokia Internet Tablet. Maemo is as good as dead, there is no support for the n810 anymore, so it would be great to get Debian running on N810.

One would use the Easy Debian package, but you don't get ride of maemo, so I'd like to try the hard way.

Links

Step by step

First try

Note: I'm using Debian on my desktop, so I'll use it for debootstrap and so on.

debootstrap --include "sudo" --verbose --arch=armel sid /mnt/debian/ http://ftp.fr.debian.org/debian/
  • This failed: you need to have the same architecture between host and guest:
W: Failure trying to run: chroot /mnt/debian mount -t proc proc /proc

I tried http://wiki.debian.org/EmDebian/CrossDebootstrap#QEMU.2BAC8-debootstrap_approach to cross debootstrap, but it did not work for me

Second try

On the n810 as root

Failure again !

I'll have to try with debian stable (third try...)

Third try

I'm trying (again) to cross debootstrap, this time not directly on a sd card.

Page last modified on 04 décembre 2011 à 19h52