UPDATED kernel image - Building the Linux kernel for the A10 July 16, 2012 09:00AM |
Moderator Registered: 12 years ago Posts: 378 |
# cat /proc/version Linux version 3.0.36+ (gnexus@a10linux.org) (gcc version 4.6.1 (Sourcery CodeBench Lite 2011.09-70) ) #34 PREEMPTsha256sum: a9ffda1e8c92f3258d842c750031a08ff1c6dc5d6087515e03224976eb8fba10
tar xjvf [kernelname]
mount /dev/mmcblk0p1 /mnt/misc
cp uImage /mnt/misc
umount /mnt/misc
mount /dev/mmcblk0p2 /mnt/misc
tar xjvf [kernelname] /mnt/misc
# /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot time, one per line. Lines beginning with "#" are ignored. # Parameters can be specified after the module name. 8192cu mali # the following modules should only be enabled on the Mele or other devices that have the hardware support # sw_ahci_platform # sun4i_wemac
Re: UPDATED kernel image - Building the Linux kernel for the A10 July 24, 2012 12:23PM |
Moderator Registered: 12 years ago Posts: 378 |
Domenic Troilo
Re: UPDATED kernel image - Building the Linux kernel for the A10 July 28, 2012 06:53AM |
Quote
Hi Toby,
Just want to say thanks for all your great work on this armhf Ubuntu image. I have it working on both a 1GB MK802 and a 7" tablet with the A10 and 1GB ram. For the tablet, the only thing I had to do to boot your image was to change the evb.bin and script.bin files to the ones included with the tablet's Android distribution!
BTW you may be wondering why you had to disable the cpufreq code in your kernel build: it's because the MK802 doesn't have an AXP209 power controller and so basically you can't switch frequencies. If you have the cpufreq code enabled, the Linux kernel will oops during boot on the MK802.
Re: UPDATED kernel image - Building the Linux kernel for the A10 July 28, 2012 10:39AM |
Registered: 12 years ago Posts: 378 |
Quote
Would it be possible to build your kernel to without cpufreq support so that your images and kernels also work on the MK802?
Domenic Troilo
Re: UPDATED kernel image - Building the Linux kernel for the A10 July 28, 2012 05:41PM |
Re: UPDATED kernel image - Building the Linux kernel for the A10 July 29, 2012 04:53AM |
Registered: 12 years ago Posts: 378 |
Quote
I will attempt to build your kernel without cpufreq in the config
Domenic Troilo
Re: UPDATED kernel image - Building the Linux kernel for the A10 August 01, 2012 02:25PM |
config ARCH_SUN4I bool "AllWinner SUN4I Platform" select CPU_V7 select ARM_AMBA select HAVE_CLK select CLKDEV_LOOKUP select CLKSRC_MMIO select GENERIC_CLOCKEVENTS #select ARCH_HAS_CPUFREQ select ARM_L1_CACHE_SHIFT_6 help This enables support for Allwinner Technology Co., Ltd A10 SoC based systems
config ARCH_SUN4I bool "AllWinner SUN4I Platform MK802" select CPU_V7 select ARM_AMBA select HAVE_CLK select CLKDEV_LOOKUP select CLKSRC_MMIO select GENERIC_CLOCKEVENTS #select ARCH_HAS_CPUFREQ select ARM_L1_CACHE_SHIFT_6 help This enables support for Allwinner Technology Co., Ltd A10 SoC based MK802 System
Domenic Troilo
Re: UPDATED kernel image - Building the Linux kernel for the A10 August 01, 2012 02:48PM |
Antonio
Re: UPDATED kernel image - Building the Linux kernel for the A10 April 26, 2016 08:30PM |
Re: UPDATED kernel image - Building the Linux kernel for the A10 April 27, 2016 05:44PM |
Registered: 10 years ago Posts: 1,037 |