--
You received this message because you are subscribed to the Google Groups "linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Interestingly, I have same results, but I cant use anything Serial/UART related on my A20-olinuxino, while both boards should be pretty much same (except NAND/DDR used etc..). I tried both cubieboard2 kernel and "vanilla" git dump from allwinner, same results - if I have UART enabled - system hangs and panics on switch from bootconsole (earlyprintk) to the actual console, same goes for both 8250 standard driver and "winners serial driver".
I had issue with other arm device, some toolchain builded kernel worked some not. oliver just try use other toolchain.
cheers.
--
I am using same: "gcc version 4.7.3 20130328 (prerelease) (crosstool-NG linaro-1.13.1-4.7-2013.04-20130415 - Linaro GCC 2013.04)"My setup is hno's uboot wip/a20 branch + cubieboard2 kernel. I didnt try the standard one.
For those of you who, like me, have been trouble booting their
cubieboard2, because it is hanging on serial port output. I've
good news. This is the infamous designware uart busy bit problem,
and I've fixed this (in an ugly manner by simply copying over
8250_sunxi.c from sunxi-3.4 since that already has a fix)
> if you're using .fex
> from https://github.com/linux-sunxi/sunxi-boards/commit/894b9d7aefa9731a4d382ca334a2866f582265c4
> (probably it's from factory ubuntu image), you can see only 1st
> "aw_clkevt_init: ..." line. it seems [usbc0] section has a problem. if
> you modify whole [usbc0] section as same as Android image, problem will
> be fixed.
This is interesting. Because my device DOES boot when booting with tons
of power available.
If i boot an A20 device and stock android nand (olimex now, will double
the cubie2 soon) via USB-otg; i get 1 line.
If I boot via a much more powerfull 1 Amp powerblock over OTG, I get
about 5 seconds in (with uart output) and it just reboots there.
> http://forum.cubietech.com/forum.php?mod=viewthread&tid=653
> script.bin in Android 4.2.2 firmware v1.02 has many difference from v1.01.
> I think it's better(but I'm not sure everything is perfect).
Can you perhaps put up the new script.bin somewhere for easy access ?
> script.bin/fex links in http://androtab.info/cubieboard2/ is updated now.
>
> new one has machine = "cubieboard2"
Thanks!
Nothing really useful in there, seems they started with a different fex,
and modified that, most of the changes are in csi and lcd, and other sections
for unused peripherals on the cubie.