The Compiler
Mele A2000 - can't boot anything but Android September 06, 2012 03:17AM |
Quote
=====================================
[ BUG: bad unlock balance detected! ]
-------------------------------------
swapper/0 is trying to release lock (&(&zone->lock)->rlock) at:
[<c00ab6bc>] free_hot_cold_page+0x160/0x19c
but there are no more locks to release!
<1>Unable to handle kernel paging request at virtual address e1a00164
Quote
<6>Total Detected Memory: 512MB with 1 banks
<6>64 MB reserved for MALI
Re: Mele A2000 - can't boot anything but Android September 06, 2012 04:03AM |
Registered: 12 years ago Posts: 73 |
The Compiler
Re: Mele A2000 - can't boot anything but Android September 06, 2012 04:42AM |
Re: Mele A2000 - can't boot anything but Android September 06, 2012 05:45AM |
Registered: 12 years ago Posts: 73 |
The Compiler
Re: Mele A2000 - can't boot anything but Android September 06, 2012 06:17AM |
Re: Mele A2000 - can't boot anything but Android September 06, 2012 10:15AM |
Registered: 12 years ago Posts: 378 |
Re: Mele A2000 - can't boot anything but Android September 06, 2012 04:03PM |
Registered: 12 years ago Posts: 73 |
The Compiler
Re: Mele A2000 - can't boot anything but Android September 06, 2012 05:14PM |
Quote
guillaume
In my second post in the thread, you will see my
ttl boot log with test run between Android ICS and
my kernel.
I'm getting the same error as yours like this
one:
Quote
guillaume
I will try this week-end to make a full test with
a nanda boot (if i get it to boot one time on my
linux mmc):
Put my uImage in nanda/linux/ and using only the
uboot and script.bin from ICS.
At least it will clear the script.bin / uboot from
the suspect list.
fatload nand a 0x48000000 uimage extraargs=rootwait bootm 0x48000000
I can try with an U-Boot from there tomorrow. But as said, I'm unable to provide you with a working configuration, as I can't boot a Linux kernel even with the stock uboot.Quote
gnexus
Would you be good enough to try an SD image, or manually made SD with the u-boot from http://a10linux.org, and let me know if that works. If there is a problem with the existing Mele script.bin on the new Mele's it needs to be confirmed so we can get a new one posted for people to use. If the existing script.bin.mele does not work please post a link to a script.bin that does so I can get it in the a10linux download section. That will help everybody.
Re: Mele A2000 - can't boot anything but Android September 06, 2012 06:52PM |
Registered: 12 years ago Posts: 73 |
Quote
The Computer
Tried copying the uImage to /sdcard via android and booting it with the stock uboot using fatload.
Quote
The Computer
You could also put uImage to /sdcard in android, and then do this in the android uboot:
Re: Mele A2000 - can't boot anything but Android September 07, 2012 02:10PM |
Registered: 12 years ago Posts: 73 |
Re: Mele A2000 - can't boot anything but Android September 08, 2012 02:13PM |
Registered: 12 years ago Posts: 378 |
Re: Mele A2000 - can't boot anything but Android September 09, 2012 05:10AM |
Registered: 12 years ago Posts: 73 |
The Compiler
Re: Mele A2000 - can't boot anything but Android September 09, 2012 05:28PM |
Re: Mele A2000 - can't boot anything but Android September 11, 2012 12:44PM |
Registered: 12 years ago Posts: 73 |
Quote
Tom
this is interesting.
you can try boot the kernel you compiled with the stock u-boot in nanda
and boot the stock kernel with u-boot you compiled. There is a bug in u-boot
spl that the clock is set to 1G that the voltage is not enough, but it
can boot in most chips. i don't know if it's related. if you can boot
the kernel you compiled with stock u-boot, the kernel is ok. then it's
the problem of u-boot spl.
The Compiler
Re: Mele A2000 - can't boot anything but Android September 11, 2012 01:25PM |
Re: Mele A2000 - can't boot anything but Android September 11, 2012 01:47PM |
Registered: 12 years ago Posts: 73 |
Quote
The Compiler
If anyone gets it to work, you are my hero and will probably receive a little donation if you want to.
Re: Mele A2000 - can't boot anything but Android September 12, 2012 12:43PM |
Registered: 12 years ago Posts: 73 |
Quote
Tom
hi, can you do a modification of u-boot when booting from sd card with the u-boot
and kernel you compiled?
https://github.com/hno/uboot-allwinner/blob/sun4i/arch/arm/include/asm/arch-sunxi/clock.h#L141
change
#define PLL1_FACTOR_N 21
to
#define PLL1_FACTOR_N 16
Re: Mele A2000 - can't boot anything but Android September 12, 2012 01:18PM |
Registered: 12 years ago Posts: 378 |
Quote
I have tried the kernel 3.0.39+ and u-boot multi. Same effect on the V1.7 board. kernel Oops. Sorry :-(
Re: Mele A2000 - can't boot anything but Android September 12, 2012 01:45PM |
Registered: 12 years ago Posts: 73 |
Re: Mele A2000 - can't boot anything but Android September 13, 2012 12:02PM |
Registered: 12 years ago Posts: 378 |
ithanium2
Re: Mele A2000 - can't boot anything but Android September 13, 2012 12:48PM |
Re: Mele A2000 - can't boot anything but Android September 13, 2012 01:14PM |
Registered: 12 years ago Posts: 73 |
Quote
ithanium2
If so is the case, any plans for an updated Ubuntu image that works?
Quote
Gnexus
Looks like Hipboi may have managed to save his Mele business. . . ;)
ithanium2
Re: Mele A2000 - can't boot anything but Android September 13, 2012 01:47PM |
Re: Mele A2000 - can't boot anything but Android September 13, 2012 03:03PM |
Registered: 12 years ago Posts: 73 |
Quote
ithanium2
I thought I only have to burn that image to SD card plug it into Mele and presto...Linux box.
wget -nd http://db.tt/6QB7geWV -O u-boot.bin wget -nd http://db.tt/vANm95EH -O sun4i-spl.bin dd if=sun4i-spl.bin of=/dev/${DEV} bs=1024 seek=8 dd if=u-boot.bin of=/dev/${DEV} bs=1024 seek=32
Re: Mele A2000 - can't boot anything but Android September 14, 2012 10:54AM |
Registered: 12 years ago Posts: 378 |
mount /dev/nanda /mnt/misc cp u-boot.bin /mnt/misc/linux
Re: Mele A2000 - can't boot anything but Android September 14, 2012 10:58AM |
Registered: 12 years ago Posts: 378 |
Re: Mele A2000 - can't boot anything but Android September 14, 2012 11:10AM |
Registered: 12 years ago Posts: 378 |
Re: Mele A2000 - can't boot anything but Android September 14, 2012 11:23AM |
Registered: 12 years ago Posts: 73 |
Re: Mele A2000 - can't boot anything but Android September 14, 2012 04:43PM |
Registered: 12 years ago Posts: 378 |
Quote
The u-boot / v1.7 issue solved by Tom was a clock PLL1 problem in u-boot.
PLL1 is the core PLL.
Re: Mele A2000 - can't boot anything but Android September 15, 2012 08:02AM |
Registered: 12 years ago Posts: 73 |