mnemoc changed the topic of #linux-sunxi to: Allwinner/sunxi development discussion - did you try looking at our wiki? https://linux-sunxi.org - Don't ask to ask. Just ask and wait! - https://github.com/linux-sunxi/ - Logs at http://irclog.whitequark.org/linux-sunxi
FlashPoint has joined #linux-sunxi
FlashPoint has quit [Quit: »-HiT AddønS-«]
<sleeply4cat> lol
<sleeply4cat> Minetest is sooo laggy :D
FreezingDroid has joined #linux-sunxi
Renard has quit [Ping timeout: 256 seconds]
FreezingCold has quit [Ping timeout: 272 seconds]
FreezingDroid has quit [Quit: Out]
specing has quit [Ping timeout: 264 seconds]
Renard has joined #linux-sunxi
FreezingCold has joined #linux-sunxi
Renard has quit [Quit: Renard]
F1skr has quit [Quit: WeeChat 1.0.1]
popolon has quit [Quit: WeeChat 1.0.1]
<Seppoz> do i need any changes from A10 to A20 in display settings?
<Seppoz> my display works in A10, same kernel only changed to sun7i display wont work
<Seppoz> also is the same uboot that works for a10 suppose to work for a20 or not?
physis has joined #linux-sunxi
<lukas2511> Seppoz: i guess you need different uboot
<lukas2511> and you have to provide the correct script.bin, and your kernel has to be build for sun7i/A20
deasy has quit [Quit: Nom d'un quark, c'est Edmonton !]
ninolein has quit [Ping timeout: 255 seconds]
ninolein has joined #linux-sunxi
cnxsoft has joined #linux-sunxi
egbert has quit [Disconnected by services]
egbert has joined #linux-sunxi
akaizen_ has quit [Remote host closed the connection]
cnxsoft1 has joined #linux-sunxi
Andy-D has joined #linux-sunxi
cnxsoft has quit [Ping timeout: 258 seconds]
<Seppoz> lukas2511: the kernel is built for sun7i, i did NOT change the script.bin, and i do have a dedicated sun7i uboot built
<Seppoz> yet i dont understand why my lcd wont work
<Seppoz> does uboot in some way touch the lcd settings? i do have different uboot sources for a10 and a20
sleeply4cat has quit [Ping timeout: 246 seconds]
<Seppoz> is the lcd code the same for a10 and a20 cpu?
<Seppoz> also on A20 i dont have /sys/class/graphics/fbcon which i do have in A10
<ssvb> Seppoz: is it exactly the same board with just A20 instead of A10?
<Seppoz> yes
<Seppoz> 100% identical
<Seppoz> i made kernel for A10
<Seppoz> then went into kernel config and changed to sun7i
<Seppoz> compiled
<Seppoz> and put on with new uboot
<Seppoz> everything beside the lcd is working fine
<ssvb> any error messages in the dmesg log?
<Seppoz> nope
<Seppoz> also i do have fbcon, was my mistake eralyer
<Seppoz> its really wired
<Seppoz> is there any required tweaks on a20 and lcd?
<Seppoz> like different timing setting or so
<ssvb> afaik this should be configured in script.bin, also check the kernel cmdline and /proc/config.gz between your a10 and a20 setups
<Seppoz> also it looks like its not used at all you know
<Seppoz> if the settings would be wrong
<Seppoz> it would flicker or whatever
<Seppoz> or show crap
<ssvb> btw, why did you have to use different u-boot sources?
<Seppoz> but it only turns black and fades to white
<Seppoz> its one thing i do not yet understand, has something to do with ram
<Seppoz> one thing i also dont understand is why uboot doesnt detect the 1gb ram on a20
<Seppoz> eventho i did set the ram settings and they are used in the dram file
<Seppoz> to 1gb
<Seppoz> but thats another thing
<Seppoz> ldc is mor eimportaint
<ssvb> are you using the same dram settings for a10 and a20?
<Seppoz> yes
<ssvb> a20 has an extra address line, which is missing on a10, this could potentially make a difference
<Seppoz> but all that has nothing to do with lcd
<Seppoz> what do you mean
<Seppoz> on extra address line?
<lukas2511> it turns black and fades to white on reboot?
<Seppoz> sec
<Seppoz> well hard to describe but yes
<lukas2511> well that sounds like that there is something happening. at this point i would try to figure out if the display pins are really connected to cpu, to be sure that it's not an hardware issue
<Seppoz> allready did and tried lcd on a10 board
<Seppoz> no issues there
<Seppoz> trying more recent kernel now
<lukas2511> well but this is a different board, or did you resolder the a20 on the a10 board? may have bad contacts
<Seppoz> is there any tweaks required on a20 when using lcd?
<lukas2511> mh
<Seppoz> it was FP tested and we didnt find any difference between those 2 boards
<Seppoz> unless there is something wrong in the coreboard
<Seppoz> which is kind of hard to find out
<lukas2511> i connected lvds display, figured out timing on scriptfile (was a bit off from datasheet, but with wrong values i got at least something), put "console=tty0" into cmdline, and build sunxi lcd module directly into kernel (not as module)
<lukas2511> that worked for me on a20
Gerwin_J has joined #linux-sunxi
<Seppoz> its ttl
<lukas2511> you could toggle the lcd lines and see if there is actually output on the connector
<Seppoz> but yea thats what i did
<lukas2511> i did that just to figure out that i basically held the manual the wrong way m)
<Seppoz> A10 and a20 pins for lcd are 100% compatible right
<Seppoz> and also same naming and so on
<ssvb> Seppoz: the A20 datasheet documents the AA4 pin as SA15 (an address line), but A10 datasheet documents it as SCS1 (chip select)
<ssvb> Seppoz: A10 only supports up to 4096 chip density for dram, and A20 supports up to 8192
<ssvb> Seppoz: depending on your dram settings (and the actual dram chips), this could probably make a difference
Andy-D has quit [Ping timeout: 240 seconds]
<Seppoz> dont see any difference in lcd stuff there
<ssvb> lukas2511: thanks for the link, it confirms different DDR3 wiring
<ssvb> Seppoz: anyway, I know a lot more about dram than about lcd :)
<Seppoz> well so why does a20 doesnt detect my 1gb? let me show you the settings
<lukas2511> Seppoz: https://github.com/lukas2511/a20-lcd-and-buildroot-test here is my a20 lcd test buildroot stuff. compiling this builds a small linux system that basically enables console on lcd. maybe take a look at kernel config and script.fex, see if there are any major differences
<lukas2511> (this is for olinuxino a20 micro, you may have to change a few things for your board)
<ssvb> Seppoz: sure, you can pastebin the dram settings somewhere
<Seppoz> thats what works for me on a10
<Seppoz> emr1 i have 0
<Seppoz> .emr1 = 0,
<Seppoz> but uboot only detects 512mb
<ssvb> Seppoz: hmm, does not seem to be anything wrong there with the config
<ssvb> Seppoz: after configuring the dram controller, u-boot actually runs a short memory test to detect the size of ram
<Seppoz> ok
<Seppoz> so what can be wrong then?
<ssvb> if one of the address lines is not working properly, then it may report smaller size based on this test
<Seppoz> could it also be based on wrong configuration
<whitesn> what should i do if cubieboard hdmi output is too large for the screen? I'm running Cubian-desktop-x1-a20
<ssvb> Seppoz: if you have two x16 ddr3 chips with density 4096, then the configuration seems to be correct
<lukas2511> whitesn: change it?
<ssvb> Seppoz: the emr1 parameter only configures the termination impedance, see http://linux-sunxi.org/A10_DRAM_Controller_Calibration#Finding_good_impedance_settings for more details
<Seppoz> i did not yet put any effort into uboot
<Seppoz> id really want to fix lcd first wich is a pita
<ssvb> Seppoz: if your impedance settings are bad, then it may degrade reliability and reduce the maximum dram clock speed, but nothing like wrong size detection
<Seppoz> is spl setting up dram?
<ssvb> yes
<Seppoz> ok
<Seppoz> lcd result is the same also on new kernel
<ssvb> does it even try to do something? is the lcd kernel module compiled-in/loaded?
<Seppoz> yea all that seems irght
<Seppoz> even if i echo a bmp into the fb
<Seppoz> it dont care
n0wl__ has joined #linux-sunxi
<Seppoz> whell i guess i have to scope the pins tomorrow
<Seppoz> and see if the clocks and stuff are there
n0wl_ has quit [Ping timeout: 258 seconds]
TheSeven has quit [Ping timeout: 265 seconds]
TheSeven has joined #linux-sunxi
akaizen has joined #linux-sunxi
nicksydney_ has joined #linux-sunxi
nicksydney has quit [Ping timeout: 244 seconds]
nicksydney has joined #linux-sunxi
nicksydney_ has quit [Ping timeout: 244 seconds]
Andy-D has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: KVIrc Insomnia 4.0.2, revision: 402, sources date: 20100627, built on: 2010-08-02 17:44:33 UTC 402 http://www.kvirc.net/]
JohnDoe_71Rus has joined #linux-sunxi
physis has quit [Remote host closed the connection]
cubear has joined #linux-sunxi
physis has joined #linux-sunxi
physis has quit [Remote host closed the connection]
Quarx has joined #linux-sunxi
physis has joined #linux-sunxi
Akagi201 has joined #linux-sunxi
physis has quit [Ping timeout: 264 seconds]
Quarx has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
Quarx has joined #linux-sunxi
gzamboni has quit [Read error: No route to host]
gzamboni has joined #linux-sunxi
bonbons has joined #linux-sunxi
konradoo77 has joined #linux-sunxi
konradoo77 has quit [Ping timeout: 240 seconds]
konradoo77 has joined #linux-sunxi
domidumont has joined #linux-sunxi
konradoo87 has joined #linux-sunxi
Andy-D has quit [Ping timeout: 264 seconds]
bengal has joined #linux-sunxi
konradoo87 has quit [Quit: leaving]
Renard has joined #linux-sunxi
tomboy64 has quit [Remote host closed the connection]
nicksydney has quit [Remote host closed the connection]
sehraf has joined #linux-sunxi
nicksydney has joined #linux-sunxi
tomboy64 has joined #linux-sunxi
trollinger has joined #linux-sunxi
specing has joined #linux-sunxi
dlan has quit [Ping timeout: 244 seconds]
nicksydney has quit [Remote host closed the connection]
dlan has joined #linux-sunxi
dlan has quit [Changing host]
dlan has joined #linux-sunxi
nicksydney has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: KVIrc Insomnia 4.0.2, revision: 402, sources date: 20100627, built on: 2010-08-02 17:44:33 UTC 402 http://www.kvirc.net/]
quitte has joined #linux-sunxi
<quitte> Hi. I guess it's time I slowly emerged out of hiding.
<quitte> sorry
<quitte> Has anyone gotten the AP6210 to work? It's finding the available networks just fine here. but when I try connecting nothing happens.
konradoo87 has joined #linux-sunxi
konradoo77 has quit [Ping timeout: 240 seconds]
physis has joined #linux-sunxi
konradoo87 has quit [Quit: leaving]
physis has quit [Remote host closed the connection]
earny has joined #linux-sunxi
Andy-D has joined #linux-sunxi
earny has quit [Remote host closed the connection]
konradoo77 has joined #linux-sunxi
physis has joined #linux-sunxi
physis has quit [Ping timeout: 240 seconds]
earny has joined #linux-sunxi
popolon has joined #linux-sunxi
xeros has quit [Remote host closed the connection]
ch05en has quit [Remote host closed the connection]
xeros has joined #linux-sunxi
deasy has joined #linux-sunxi
konradoo77 has quit [Ping timeout: 256 seconds]
konradoo77 has joined #linux-sunxi
cajg has quit [Ping timeout: 264 seconds]
alexxy has quit [Ping timeout: 265 seconds]
afaerber_ has joined #linux-sunxi
afaerber has quit [Ping timeout: 272 seconds]
afaerber_ is now known as afaerber
diego71_ has joined #linux-sunxi
diego71 has quit [Ping timeout: 255 seconds]
gjm has quit [Quit: leaving]
earny has quit [Remote host closed the connection]
physis has joined #linux-sunxi
astr has quit [Ping timeout: 264 seconds]
<Seppoz> anyone here have experience with olimex A20 and 7" lcd?
cajg has joined #linux-sunxi
astr has joined #linux-sunxi
konradoo77 has quit [Ping timeout: 255 seconds]
konradoo77 has joined #linux-sunxi
cajg has quit [Quit: WeeChat 1.0.1]
gjm has joined #linux-sunxi
cajg has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
popolon has quit [Ping timeout: 265 seconds]
popolon has joined #linux-sunxi
alexxy has joined #linux-sunxi
ganbold_ has quit [Remote host closed the connection]
JohnDoe_71Rus has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
konradoo77 has quit [Ping timeout: 244 seconds]
konradoo77 has joined #linux-sunxi
Andy-D has quit [Ping timeout: 255 seconds]
cnxsoft1 has quit [Remote host closed the connection]
deasy has quit [Quit: Nom d'un quark, c'est Edmonton !]
ganbold_ has joined #linux-sunxi
techn_ has joined #linux-sunxi
techn has quit [Ping timeout: 264 seconds]
deasy has joined #linux-sunxi
bengal has quit [Quit: Leaving]
konradoo77 has quit [Ping timeout: 255 seconds]
konradoo77 has joined #linux-sunxi
Andy-D has joined #linux-sunxi
sehraf has quit [Read error: Connection reset by peer]
sehraf has joined #linux-sunxi
techn_ has quit [Ping timeout: 264 seconds]
ganbold_ has quit [Remote host closed the connection]
ninolein has quit [Remote host closed the connection]
ninolein has joined #linux-sunxi
konradoo77 has quit [Ping timeout: 250 seconds]
konradoo77 has joined #linux-sunxi
Netlynx has joined #linux-sunxi
Netlynx has quit [Quit: Leaving]
cinatic has joined #linux-sunxi
Gerwin_J has quit [Quit: Gerwin_J]
cinatic has quit [Ping timeout: 265 seconds]
techn has joined #linux-sunxi
popolon has quit [Ping timeout: 265 seconds]
popolon has joined #linux-sunxi
konradoo77 has quit [Ping timeout: 258 seconds]
konradoo77 has joined #linux-sunxi
Zboonet has quit [Remote host closed the connection]
Zboonet has joined #linux-sunxi
domidumont has quit [Quit: Leaving.]
domidumont has joined #linux-sunxi
domidumont has quit [Remote host closed the connection]
domidumont has joined #linux-sunxi
Quarx has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
viccuad has joined #linux-sunxi
konradoo77 has quit [Ping timeout: 264 seconds]
cubear has quit [Quit: Leaving]
konradoo77 has joined #linux-sunxi
domidumont has quit [Quit: Leaving.]
domidumont has joined #linux-sunxi
trollinger has quit [Quit: There are different things to do.]
FR^2 has joined #linux-sunxi
domidumont has quit [Ping timeout: 264 seconds]
razorfishsl has joined #linux-sunxi
<razorfishsl> I want to build a linux image for semitime QT840 (A20), says it is supported , but when I run BSP i cannot see it
FR^2 has quit [Quit: Leaving]
konradoo77 has quit [Ping timeout: 240 seconds]
konradoo77 has joined #linux-sunxi
viccuad has quit [Read error: Connection reset by peer]
razorfishsl has quit []
bonbons has quit [Quit: Leaving]
lkcl has quit [Ping timeout: 256 seconds]
Black_Horseman has joined #linux-sunxi
Andy-D has quit [Ping timeout: 244 seconds]
wickwire has joined #linux-sunxi
konradoo77 has quit [Ping timeout: 264 seconds]
sehraf has quit [Quit: www.miranda-fusion.de ... be part of it...]
techn has quit [Ping timeout: 265 seconds]
imcsk8 has quit [Quit: Reconnecting]
imcsk8 has joined #linux-sunxi
ganbold_ has joined #linux-sunxi
HeavyMetal has quit [Ping timeout: 258 seconds]
HeavyMetal has joined #linux-sunxi
lkcl has joined #linux-sunxi
wickwire has quit [Remote host closed the connection]