tllim has quit [Read error: Connection reset by peer]
fkluknav has quit [Ping timeout: 264 seconds]
basxto_ has quit [Remote host closed the connection]
matthias_bgg has quit [Ping timeout: 255 seconds]
tllim has joined #linux-sunxi
anarsoul|2 has joined #linux-sunxi
BenG83_ has joined #linux-sunxi
chlorine has joined #linux-sunxi
chlorine has quit [Ping timeout: 256 seconds]
clemens3 has quit [Ping timeout: 268 seconds]
IlyaM has quit [Quit: IlyaM]
scream has joined #linux-sunxi
f0xx has joined #linux-sunxi
lkcl_ has joined #linux-sunxi
IlyaM has joined #linux-sunxi
<IlyaM>
how to configure pine64’s GPCLK0 pin to generate 1MHz signal?
Ntemis has quit [Remote host closed the connection]
tom_nov has quit [Quit: Leaving]
lkcl_ has quit [Ping timeout: 256 seconds]
yann has quit [Ping timeout: 256 seconds]
lkcl_ has joined #linux-sunxi
Mr__Anderson has joined #linux-sunxi
Cryterion has joined #linux-sunxi
mpmc_znc has quit [Ping timeout: 248 seconds]
mpmc has joined #linux-sunxi
IlyaM has quit [Quit: IlyaM]
IlyaM has joined #linux-sunxi
<Langoor>
I just booted mainline on my inet-k100c, threw a random archarm build for an a20 device on a sd, and it booted straight up, now a .FEX is available for my device on kernel 3, but no .dts for mainline, altough i'd like to write one, i have like 0 knowledge how to do that
<Langoor>
thing I'm intrested in most is to add a clock to make the LVDS panel work, wich works according to the wiki
vagrantc has joined #linux-sunxi
<plaes>
Langoor: A20 LVDS modesetting does not yet work
<plaes>
although, you can configure u-boot to set up LVDS
<Langoor>
hm, so then there is no use to me figuring out how .dts' work yet
<Langoor>
welp, thanks for confirming
<plaes>
well, you can actually actually create dts fine
<plaes>
see for example sun4i-a10-gemei-g9.dts
<plaes>
this is a tablet with LVDS screen
<Langoor>
Hmm, i'd first have to read into writing .dts'
return0e has quit [Read error: Connection reset by peer]
return0e has joined #linux-sunxi
<jernej>
icenowy[m]: I think there are some undocumented settings which have influence on different buses speed
<jernej>
so it may help with improving tinymembench results
Xal1us_Ph has quit [Quit: Bye]
dddddd has joined #linux-sunxi
pgreco has quit [Remote host closed the connection]
BenG83_ has quit [Ping timeout: 256 seconds]
pgreco has joined #linux-sunxi
yann has joined #linux-sunxi
nots has joined #linux-sunxi
tl_lim has joined #linux-sunxi
tllim has quit [Ping timeout: 252 seconds]
hanni76 has quit [Remote host closed the connection]
tl_lim has quit [Ping timeout: 276 seconds]
tl_lim has joined #linux-sunxi
vagrantc has quit [Quit: leaving]
fjen has left #linux-sunxi [#linux-sunxi]
BenG83 has quit [Quit: Leaving]
wasutton3 has joined #linux-sunxi
BenG83 has joined #linux-sunxi
f0xx has quit [Ping timeout: 256 seconds]
IgorPec has quit [Ping timeout: 248 seconds]
Ntemis has quit [Remote host closed the connection]
lkcl_ has quit [Ping timeout: 248 seconds]
phipli has joined #linux-sunxi
anarsoul|2 has quit [Remote host closed the connection]
hardfalcon has joined #linux-sunxi
afaerber has joined #linux-sunxi
reinforce has quit [Quit: Leaving.]
Cryterion has quit [Quit: Ex-Chat]
lurchi__ is now known as lurchi_
xerpi has joined #linux-sunxi
hardfalcon has quit [Ping timeout: 256 seconds]
xerpi has quit [Remote host closed the connection]
xerpi has joined #linux-sunxi
ernestask has quit [Quit: ernestask]
<silviop>
Langoor: does you use last uboot ? LVDS work well on uboot (Tested on A13 A20 A31s tablet,cubieboard and banana) and kernel take working fb after uboot.
<Langoor>
yes, I think so
<Langoor>
the wiki page for my tablets does list I need a patch for LVDS
<silviop>
do you put this fex (after converter to script.bin) in the right location ?
<Langoor>
nah, I dont want to run kernel 3* again, I had that sucesfully installed, with LCD
<Langoor>
For that I downloaded an random A20 armbian image and swapped out the script.bin, wich actually worked perfectly
<Langoor>
I wnat to see if I can get LCD on mainline now
scream has quit [Remote host closed the connection]
<silviop>
ok use mainline uboot and compile it with generic A20 lvds tablet default config
<Langoor>
Allright! I'll see if I can do that! thanks!
chlorine has joined #linux-sunxi
<silviop>
remeber to config uboot for you lvds CONFIG_VIDEO_LCD_MODE="x:1024,y:600,depth:18,pclk_khz:51000,le:138,ri:162,up:22,lo:10,hs:20,vs:3,sync:3,vmode:0" i suppose
<Langoor>
yeah, it listed that in the 2nd link you sent, I'm setting up tools for compiling uboot atm
<Langoor>
would it be smart to compile on the tab? or rather crosscompile on something else
<silviop>
better crosscompile
<Langoor>
hmm
<Langoor>
Can I crosscompile from debian x64 to my archarm?
<Langoor>
I'm pretty new to this :s
<BenG83>
yes
chlorine has quit [Ping timeout: 248 seconds]
<silviop>
try arm-linux-gnueabi-gcc from terminal
<silviop>
youu must use an sd, because nand in not well supported in mainline