Debian Installer July 24, 2012 11:43AM |
Admin Registered: 14 years ago Posts: 304 |
cd /tmp wget http://projects.doozan.com/debian/sun4i.debian-wheezy.sh chmod +x sun4i.debian-wheezy.sh ./sun4i.debian-wheezy.sh
Building the Debian Kernel July 24, 2012 11:58AM |
Admin Registered: 14 years ago Posts: 304 |
cd ~/src git clone https://github.com/amery/linux-allwinner.git cd linux-allwinner git checkout sunxi-v3.0.36-r1 wget https://raw.github.com/doozan/Kernel/master/config-3.0.36-sun4i-1.1 cp config-3.0.36-sun4i-1.1 .config DEB_HOST_ARCH=armhf make-kpkg --rootcmd fakeroot --arch arm --cross-compile arm-linux-gnueabi- --append-to-version=-sun4i --revision=1.1 --initrd kernel_image
J. Carlos
Re: Debian Installer July 24, 2012 03:35PM |
Re: Debian Installer July 25, 2012 08:42AM |
Moderator Registered: 12 years ago Posts: 378 |
APT::Install-Recommends 0; APT::Install-Suggests 0;Good for non-gui rootfs install. Very bad for a GUI install.
Re: Building the Debian Kernel July 26, 2012 01:04PM |
Admin Registered: 14 years ago Posts: 304 |
Re: Building the Debian Kernel July 26, 2012 03:33PM |
Moderator Registered: 12 years ago Posts: 378 |
Quote
I also adjusted the apt configuration per gnexus' suggestion.
Re: Debian Installer August 03, 2012 11:00PM |
Admin Registered: 14 years ago Posts: 304 |
Re: Debian Installer August 28, 2012 12:54AM |
Registered: 14 years ago Posts: 12 |
Re: Debian Installer now with x11 mali August 29, 2012 12:18PM |
Admin Registered: 14 years ago Posts: 304 |
apt-get install make gcc libdrm-dev xorg-dev cd /usr/src wget --no-check-certificate https://dl.dropbox.com/u/65312725/mali_opengl_hf_lib.tgz tar -xzvf mali_opengl_hf_lib.tgz cp mali_opengl_hf_lib/* /usr/lib/ wget http://www.malideveloper.com/files/DX910-SW-99006-r2p4-02rel1.tgz wget http://www.malideveloper.com/files/DX910-SW-99003-r2p4-02rel1.tgz tar -xzvf DX910-SW-99006-r2p4-02rel1.tgz tar -xzvf DX910-SW-99003-r2p4-02rel1.tgz cd DX910-SW-99003-r2p4-02rel1/x11/xf86-video-mali-0.0.1/ chmod +x configure CFLAGS="-O3 -Wall -W -Wextra -I/usr/include/libdrm -I/usr/src/DX910-SW-99006-r2p4-02rel1/driver/src/ump/include" LDFLAGS="-L/usr/lib -lMali -lUMP -lpthread" ./configure --prefix=/usr --x-includes=/usr/include --x-libraries=/usr/lib make make install
cd ~/src git clone https://github.com/amery/linux-allwinner.git cd linux-allwinner git checkout 3ca6f758e9 wget https://raw.github.com/doozan/Kernel/master/config-3.0.39-sun4i-1.0 cp config-3.0.39-sun4i-1.0 .config DEB_HOST_ARCH=armhf make-kpkg --rootcmd fakeroot --arch arm --cross-compile arm-linux-gnueabi- --append-to-version=-sun4i --revision=1.0 --initrd kernel_image kernel_headers
Re: Debian Installer now with x11 mali October 29, 2012 08:27AM |
Registered: 12 years ago Posts: 378 |
matthieu
Re: Debian Installer November 12, 2012 05:29PM |
matthieu
Re: Debian Installer November 12, 2012 06:31PM |
matthieu
Re: Debian Installer November 14, 2012 06:10PM |
matthieu
Re: Debian Installer November 14, 2012 06:41PM |
Re: Debian Installer March 06, 2013 11:31PM |
Registered: 11 years ago Posts: 3 |