Differences between revisions 10 and 11
Revision 10 as of 2014-03-24 19:37:05
Size: 1129
Editor: BrenoLeitao
Comment:
Revision 11 as of 2014-03-24 19:38:39
Size: 1138
Editor: BrenoLeitao
Comment:
Deletions are marked like this. Additions are marked like this.
Line 23: Line 23:

==== Binary ====
Line 25: Line 28:
=== Source code === ==== Source code ====
Line 32: Line 35:
debootstrap --no-check-gpg --arch=ppc64el --variant=buildd unstable /chroots/unstable-ppc64el http://ftp.unicamp.br/pub/ppc64el/debian/archive/ debootstrap --arch=ppc64el --variant=buildd unstable /chroots/unstable-ppc64el http://ftp.unicamp.br/pub/ppc64el/debian/archive/

Debian/ppc64el *unnoficial port)

This wiki page tracks the progress of the ppc64el platform for Debian.

All the binaries found here are based on Debian snapshot from 2014-01-23.

ABI Documentation

An Overview of the Open Power ELFv2 ABI.ppt

Rootfs

The public rootfs can be found at http://ftp.unicamp.br/pub/ppc64el/debian/rootfs/.

User: root

Password: abc123

Archive

Binary

The binaries-only archive could be found at http://ftp.unicamp.br/pub/ppc64el/debian/archive/

Source code

The binary is based on the source code from the from 2014-01-23 snapshot plus the debdiffs found at http://ftp.unicamp.br/pub/ppc64el/debian/debdiff

Debootstrap

debootstrap --arch=ppc64el --variant=buildd unstable /chroots/unstable-ppc64el http://ftp.unicamp.br/pub/ppc64el/debian/archive/
chroot /chroots/unstable-ppc64
mount -t proc proc /proc

Developers

...

Mailing List

To be created.