Allgemein Linux

Debian Jessie mit Kernel 3.19-rc2 für BananaPi M1Debian Jessie with Kernel 3.19-rc2 for BananaPi M1

Sorry, this entry is only available in Deutsch. Als erstes möchte ich noch allen ein gesundes und frohes neues Jahr wünschen und als zweites habe ich mal den Jahreswechsel genutzt für ein neues Image mit aktuellem Kernel. Benutzername und Passwort sind wieder bpi:bpi bzw. root:root Neben dem Kernel selbst , sind auch jetzt dvbsky und […]

Linux

Debian Jessie with Kernel-3.18 final for Banana PiDebian Jessie with Kernel-3.18 final for Banana Pi

Today i build an new image with final kernel and cec and fbtft enabled i updated git also https://github.com/a1d3s/linuxlinux this one changed to kernel-3.19-rc2 ( no changes from original tree for now) https://github.com/a1d3s/linux-3.18 is the old one Download Image Username:bpi password:bpi for root root:root root is diabled over ssh for security , use sudo insteed […]

Linux

(Deutsch) Banana Pi Kernel 3.18-rc bauen

Sorry, this entry is only available in Deutsch. Hier erstmal eine grobe Zusammenfassung der Schritte, eine genau Beschreibung folgt noch cat < 2048,524288,L 526336,,L EOT mkfs.vfat /dev/mmcblk0p1 mkfs.ext4 /dev/mmcblk0p2 apt-get install bc libncurses5-dev gcc-arm-gnueabihf u-boot-tools build-essential binutils-arm-linux-gnueabihf libusb-1.0-0 libusb-1.0-0-dev git wget fakeroot mkdir bpi cd bpi git clone -b sunxi-next https://github.com/linux-sunxi/linux-sunxi cd linux-sunxi make ARCH=arm […]