Re: [linux-sunxi] [A10] Getting u-boot onto freshly partitioned Nand for booting Linux

2014-03-08 Thread Timo Schmiade
Hi Hunter, 1 which board did you build for your tablet? make CROSS_COMPILE=arm-linux-gnueabihf- sun4i 2 what modifications have you made, you said with header modifications? In the file include/configs/sun4i.h, I modified the CONFIG_BOOTCOMMANDdefine: #define CONFIG_BOOTCOMMAND

Re: [linux-sunxi] Re: [PATCH 2/7] mfd: AXP20x: Add bindings documentation

2014-03-08 Thread Carlo Caione
On Fri, Mar 07, 2014 at 07:13:00PM +0100, Maxime Ripard wrote: On Sat, Mar 01, 2014 at 05:45:47PM +0100, Carlo Caione wrote: Bindings documentation for the AXP20x driver. In this file also two sub-nodes (PEK and regulators) are documented. Signed-off-by: Carlo Caione ca...@caione.org

Re: [linux-sunxi] Re: [PATCH 6/7] regulator: AXP20x: Add support for regulators subsystem

2014-03-08 Thread Carlo Caione
On Fri, Mar 7, 2014 at 7:22 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Sat, Mar 01, 2014 at 05:45:51PM +0100, Carlo Caione wrote: +static struct platform_driver axp20x_regulator_driver = { + .probe = axp20x_regulator_probe, + .remove = axp20x_regulator_remove, +

Re: [linux-sunxi] [A10] Getting u-boot onto freshly partitioned Nand for booting Linux

2014-03-08 Thread Patrick Wood
Looks to me like this is loading script.bin and uImage from nanda. -- 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+unsubscr...@googlegroups.com. For

[linux-sunxi] Flight Gear

2014-03-08 Thread R M
Hi, I came to know that there is Fedora distribution that works on sunxi devices. I just wanted to know has anyone played Flight Gear in any of the sunxi devices ? If yes, how was the performance and gaming experience ? Regards, RM -- You received this message because you are subscribed to

Re: [linux-sunxi] Mele a1000 hangs on boot using sunxi-devel, seems ehci-related

2014-03-08 Thread Matthew Schneider
I had the problem as well where it wasn't able to locate the firmware and seemed to hang up on that. So I compiled the firmware into the kernel, but then it hung on the message rtlwifi: wireless switch is on. So then I took the wireless device drivers out the kernel entirely (since I don't

Re: [linux-sunxi] Mele a1000 hangs on boot using sunxi-devel, seems ehci-related

2014-03-08 Thread Matthew Schneider
I just recompiled the ohci and ehci drivers as modules, and now it's consistently freezing at random places. On Saturday, March 8, 2014 11:54:25 AM UTC-6, Matthew Schneider wrote: I had the problem as well where it wasn't able to locate the firmware and seemed to hang up on that. So I

Re: [linux-sunxi] Mele a1000 hangs on boot using sunxi-devel, seems ehci-related

2014-03-08 Thread Matthew Schneider
Actually, I take that back. It seems to be freezing at this point: http://pastebin.com/JXj1cHHD On Saturday, March 8, 2014 12:12:48 PM UTC-6, Matthew Schneider wrote: I just recompiled the ohci and ehci drivers as modules, and now it's consistently freezing at random places. On Saturday,

Re: [linux-sunxi] [A10] Getting u-boot onto freshly partitioned Nand for booting Linux

2014-03-08 Thread hunter hu
Hi Timo, Thanks for the detailed answer to my questions, really appreciate that. I have done the same thing, still I am stuck at the logo screen, feels like there is something else is missing in my case. 1 I don't see any serial output from NAND boot, did you see anything on the serial

Re: [linux-sunxi] [A10] Getting u-boot onto freshly partitioned Nand for booting Linux

2014-03-08 Thread Patrick Wood
Oh, I see it is uart1. Did you build uboot to use uart1 for console? -- 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+unsubscr...@googlegroups.com. For

Re: [linux-sunxi] [A10] Getting u-boot onto freshly partitioned Nand for booting Linux

2014-03-08 Thread Neal Peacock
Here is a link for what I did on the PengPod where we used the original u-boot from Android. http://pengpod.com/pengwiki/index.php?title=Install_Linaro_to_the_internal_flash The only trick not listed was the u-boot environment had to be signed, I can't remember the name of the tool but its

[linux-sunxi] A31 pmic (axp221) support

2014-03-08 Thread Hans de Goede
Hi Maxime, Yesterday I've been playing a bit with my Mele A1000G Quad, with the purpose of trying to get usb and mmc working there. I already have wens' gmac patches for the A31 in my tree, so for starters I tried to get that to work. Unfortunately the fex shows that the phy is powered by dldo1

Re: [linux-sunxi] Re: [PATCH 6/7] regulator: AXP20x: Add support for regulators subsystem

2014-03-08 Thread Mark Brown
On Sat, Mar 08, 2014 at 12:43:04PM +0100, Carlo Caione wrote: On Fri, Mar 7, 2014 at 7:22 PM, Maxime Ripard On Sat, Mar 01, 2014 at 05:45:51PM +0100, Carlo Caione wrote: + return platform_driver_register(axp20x_regulator_driver); I thought the AXP was only connected through I2C? How