ganbold has quit [Remote host closed the connection]
NiteHawk has joined #linux-sunxi
ganbold has joined #linux-sunxi
<ssvb>
wens: anyway, it's good to know that u-boot works fine, you had me worried earlier (because I'm nominally the primo81 board maintainer in u-boot) :-)
<ssvb>
wens: btw, I have just noticed that usb keyboard support happens to be not enabled in u-boot for primo81
<bbrezillon>
and enabling earlyprintk (adding earlyprintk to your bootargs + enabling the CONFIG_DEBUG_LL option) should help understanding why it hangs
Netlynx has joined #linux-sunxi
Netlynx has joined #linux-sunxi
<NiteHawk>
i'm looking for ideas/comments on how to best add configuration tweaks for specific sunxi boards into the mainline U-Boot ecosystem
<NiteHawk>
an example would be adding U-Boot support for GPIO-driven leds. I'm thinking along the lines of http://fpaste.org/257626/40167763/
<NiteHawk>
i.e. adding some marker to the *_defconfig (here: [CONFIG_]BOARD_BANANAPI), and then have sunxi-boards.h pull in specific includes
<bmeneg>
bbrezillon: oh, I forgot to add earlyprintk to bootargs! thank you very much.. I will try it and try to figure out.
lauri has joined #linux-sunxi
<lauri>
Hi guys
<lauri>
I see lichee-dev-a20 branch of u-boot has support for NAND on A20?
<lauri>
Could someone elaborate how would you install it on NAND?
philectro has joined #linux-sunxi
<lauri>
Is this still using the "boot" partition with linux/u-boot.bin inside?
reinforce has joined #linux-sunxi
rfugl has joined #linux-sunxi
IgorPecovnik has joined #linux-sunxi
tomee^ has quit [Quit: I Quit.]
IgorPecovnik has quit [Ping timeout: 264 seconds]
viccuad has quit [Ping timeout: 256 seconds]
viccuad has joined #linux-sunxi
viccuad has quit [Ping timeout: 246 seconds]
HeavyMetal has quit [Ping timeout: 244 seconds]
PapaSQU is now known as SQUelcher
HeavyMetal has joined #linux-sunxi
HeavyMetal has joined #linux-sunxi
domidumont has quit [Read error: Connection reset by peer]
lemonzest has quit [Read error: Connection reset by peer]
lemonzest has joined #linux-sunxi
khuey|away is now known as khuey
pirea has joined #linux-sunxi
HeavyMetal has quit [Ping timeout: 256 seconds]
philectro has quit [Quit: Konversation terminated!]
HeavyMetal has joined #linux-sunxi
HeavyMetal has quit [Changing host]
HeavyMetal has joined #linux-sunxi
<pirea>
hi
<pirea>
how can i integrate allwinner libs (media-codec) with gst-omx
<pirea>
?
ssvb has quit [Ping timeout: 246 seconds]
Andy-D has quit [Remote host closed the connection]
HeavyMetal has quit [Ping timeout: 245 seconds]
HeavyMetal has joined #linux-sunxi
HeavyMetal has joined #linux-sunxi
WarheadsSE has quit [Ping timeout: 244 seconds]
xypron has quit [Read error: Connection reset by peer]
domidumont has joined #linux-sunxi
philectro has joined #linux-sunxi
ssvb has joined #linux-sunxi
Netlynx has quit [Quit: Leaving]
_massi has quit [Quit: Leaving]
enrico_ has quit [Quit: Bye]
<pirea>
wherei is rzk?
premoboss has quit [Ping timeout: 264 seconds]
<pirea>
ssvb when will be driver for cedar available in mainline?
vishnup has quit [Remote host closed the connection]
vishnup has joined #linux-sunxi
WarheadsSE has joined #linux-sunxi
viccuad has joined #linux-sunxi
pirea has quit [Quit: Leaving]
ricardocrudo has quit [Remote host closed the connection]
<rellla>
pirea: when someone does it...
<rellla>
and allwinner changes their mind probably...
<rellla>
noone here seems to deal with the allwinner libs
hansg has joined #linux-sunxi
domidumont has quit [Remote host closed the connection]
<bmeneg>
bbrezillon: hello again, I didn't figure out my problem yet. I made a git clone from your kernel branch with sunxi things and copied the dts files, but didn't work again. I didn't understand exactly how to work with those .dts files, could you help me a little bit more?
<bmeneg>
bbrezillon: for example, what I have now is a working archlinux image into the NAND. It has kernel 3.4.103 and the nand partition is as follows: nanda = uboot files, nandb = rootfs. Where should I put the .dts file?
<bmeneg>
bbrezillon: what I am trying to do is to compile a custom kernel with the archlinux rootfs and burn this system into NAND.