Hi, As mentioned on the standup, I just got an armhf chroot going, thanks to markos for pointing me at using multistrap I put the following in a armhfmultistrap.conf and did
multistrap -f armhfmultistrap.conf
Once that's done, chroot in and then do
dpkg --configure -a
it's pretty sparse in there, but it's enough to get going.
Dave
============================================== [General] arch=armhf directory=/discs/more/armhf cleanup=true noauth=true unpack=true explicitsuite=false
aptsources=unstable unreleased bootstrap=unstable unreleased
[unstable] packages= source=http://ftp.de.debian.org/debian-ports/ keyring=debian-archive-keyring suite=unstable omitdebsrc=true
[unreleased] packages= source=http://ftp.de.debian.org/debian-ports/ keyring=debian-archive-keyring suite=unreleased omitdebsrc=true
On Wed, Dec 08, 2010, David Gilbert wrote:
multistrap -f armhfmultistrap.conf
FTR, I was also successful in the past in creating armhf chroots with qemu-debootstrap.
Something like: sudo qemu-debootstrap \ --arch=armhf sid sid-armhf http://ftp.debian-ports.org/debian/ should work
linaro-toolchain@lists.linaro.org