Turl 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
ninolein has quit [Ping timeout: 240 seconds]
egbert has quit [Disconnected by services]
egbert has joined #linux-sunxi
ninolein has joined #linux-sunxi
\\Mr_C\\ has joined #linux-sunxi
cnxsoft has joined #linux-sunxi
gzamboni_ has quit [Ping timeout: 250 seconds]
gzamboni_ has joined #linux-sunxi
atenart has quit [Remote host closed the connection]
atenart has joined #linux-sunxi
TheSeven has quit [Disconnected by services]
[7] has joined #linux-sunxi
Net147 has quit [Ping timeout: 264 seconds]
Net147 has joined #linux-sunxi
\\Mr_C\\ has quit [Quit: .]
JohnDoe_71Rus has joined #linux-sunxi
Igorpec4 has joined #linux-sunxi
khuey_ is now known as khuey|away
Igorpec4 has quit [Ping timeout: 264 seconds]
afaerber_ has joined #linux-sunxi
afaerber has quit [Ping timeout: 255 seconds]
cptG has joined #linux-sunxi
cptG has quit [Client Quit]
solarnetone has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
domidumont has joined #linux-sunxi
domidumont has quit [Remote host closed the connection]
domidumont has joined #linux-sunxi
naobsd has joined #linux-sunxi
RSpliet has quit [Read error: Connection reset by peer]
RSpliet has joined #linux-sunxi
FR^2 has joined #linux-sunxi
FlorianH has joined #linux-sunxi
domidumont has quit [Ping timeout: 246 seconds]
cnxsoft1 has joined #linux-sunxi
cnxsoft has quit [Ping timeout: 250 seconds]
cnxsoft1 is now known as cnxsoft
IgorPecovnik has joined #linux-sunxi
Gerwin_J has joined #linux-sunxi
<Gerwin_J> im looking for allwinner h64 devboard
<Gerwin_J> is it all ready on the market?
fredy has quit [Excess Flood]
fredy has joined #linux-sunxi
Gerwin_J_ has joined #linux-sunxi
Gerwin_J has quit [Ping timeout: 264 seconds]
Gerwin_J_ is now known as Gerwin_J
Netlynx has joined #linux-sunxi
IgorPecovnik has quit [Ping timeout: 264 seconds]
IgorPecovnik has joined #linux-sunxi
bonbons has joined #linux-sunxi
FlorianH has quit [Ping timeout: 264 seconds]
IgorPecovnik has quit [Ping timeout: 264 seconds]
FlorianH has joined #linux-sunxi
IgorPecovnik has joined #linux-sunxi
MaDMaLKaV has quit [Remote host closed the connection]
MaDMaLKaV has joined #linux-sunxi
cajg has quit [Ping timeout: 256 seconds]
cajg has joined #linux-sunxi
domidumont has joined #linux-sunxi
<libv> Gerwin_J: does google know about it?
domidumont has quit [Remote host closed the connection]
domidumont has joined #linux-sunxi
domidumont has quit [Remote host closed the connection]
FlorianH has quit [Ping timeout: 268 seconds]
domidumont has joined #linux-sunxi
FlorianH has joined #linux-sunxi
viccuad has joined #linux-sunxi
IgorPecovnik has quit [Ping timeout: 264 seconds]
FlorianH has quit [Ping timeout: 264 seconds]
FlorianH has joined #linux-sunxi
FlorianH has quit [Ping timeout: 240 seconds]
FlorianH has joined #linux-sunxi
jelle is now known as jelly1
jelly1 is now known as jelle
reinforce has joined #linux-sunxi
lemonzest has joined #linux-sunxi
reinforce has quit [Ping timeout: 256 seconds]
cnxsoft has quit [Quit: cnxsoft]
reinforce has joined #linux-sunxi
pmattern has joined #linux-sunxi
FlorianH has quit [Ping timeout: 255 seconds]
FlorianH has joined #linux-sunxi
Gerwin_J has quit [Quit: Gerwin_J]
Netlynx has quit [Quit: Leaving]
ssvb has quit [Ping timeout: 244 seconds]
FlorianH has quit [Ping timeout: 244 seconds]
avph has quit [Read error: Connection reset by peer]
ssvb has joined #linux-sunxi
Igorpec4 has joined #linux-sunxi
FlorianH has joined #linux-sunxi
GPenguin has quit [Quit: Leaving]
FlorianH has quit [Ping timeout: 250 seconds]
pmattern has quit [Quit: Genug für heute.]
FlorianH has joined #linux-sunxi
FlorianH has quit [Ping timeout: 260 seconds]
orly_owl has quit [Read error: Connection reset by peer]
orly_owl has joined #linux-sunxi
FlorianH has joined #linux-sunxi
buZz has quit [Ping timeout: 268 seconds]
buZz has joined #linux-sunxi
buZz is now known as Guest67146
Guest67146 is now known as buZz
FlorianH has quit [Ping timeout: 268 seconds]
fredy has quit [Excess Flood]
fredy has joined #linux-sunxi
MackBoy has joined #linux-sunxi
<solarnetone> hi. i am using vanilla debian sid on a cubieboard2 with A20. mainline u-boot is used as well. is there a way to force simplefb to a given resolution? i am using an 800x480 touchscreen, yet with EDID not reporting correctly, u-boot sets the fb to 1024x768.
<Inode> perhaps you can set CONFIG_VIDEO_LCD_MODE in the defconfig?
<solarnetone> this strategy would be recompile u-boot with this variable set this way?
<Inode> yes it would, along with a few other CONFIG_VIDEO_LCD_* parameters
<Inode> take a look at http://linux-sunxi.org/LCD
<solarnetone> just for clarity: what i am trying to accomplish is a correct resolution after the kernel boots... res during u-boot is not an issue for me. from my understanding, the kernel simply uses the fb instantiated by u-boot?
<solarnetone> hey... there are the correct clocks listing and such at that URL also. nice resource, Inode.
<solarnetone> these parameters apply to HDMI connected displays as well?
<Inode> well don't thank me, i didn't write any of it
<solarnetone> :)
<solarnetone> still, after all my reading, i had not found that until you pointed it out.
<solarnetone> so you deserve a thanks for that, at least!
<Inode> i haven't attempted to change my resolution from what i specified in the u-boot defconfig i use, but you can view the following pages for pointers: http://linux-sunxi.org/Display http://linux-sunxi.org/Kernel_arguments
<Inode> i have no idea off-hand if the "disp.screen0_output_mode" kernel parameter is available in the mainline kernel
<Inode> but that may be worth a try, from what i can see
avph has joined #linux-sunxi
<Inode> i'm running debian 8 on an A23 tablet that's also using simplefb over a 800x480 LCD, and i have just attempted to change my display resolution with the fbset utility, and it made no difference at all
domidumont has quit [Ping timeout: 246 seconds]
<Inode> s/over/with/
<solarnetone> lcd is connected via gpio pins or similar in your case?
Dodger78 has quit [Read error: Connection reset by peer]
<Inode> it seems to be connected to the LCD_{R,G,B}?, LCD_{H,V}SYNC, LCD_DE and LCD_CLK pins on the SoC
<Inode> well pins/balls
<Inode> with 50pin FPC between the board and LCD panel
avph has quit [Ping timeout: 256 seconds]
avph has joined #linux-sunxi
arossdotme has quit [Ping timeout: 256 seconds]
<solarnetone> yeah. i think i am going to have to define a new modeline in videomodes.c
<solarnetone> to get the desired effect with hdmi
arossdotme has joined #linux-sunxi
<solarnetone> either that, or set videomodes.h CONFIG_SYS_DEFAULT_VIDEO_MODE to bootargs
<solarnetone> and do it in the u-boot env variables, which is likely more appealing.
<libv> ssvb: that looks like one very complete device page ;)
Igorpec4 has quit [Ping timeout: 264 seconds]
<ssvb> libv: thanks, but it is still missing some important information
<ssvb> solarnetone: are you using HDMI or LCD display?
<libv> ssvb: what did i overlook?
<ssvb> libv: not much, just a full description of arduino headers is missing
<libv> ah, good, then i missed nothing standard ;)
<ssvb> the UART picture also could use the RX/TX/GND labels :-)
<libv> isn't that also printed on the board?
<libv> if so, that picture is good enough
<ssvb> no, there are no helpful labels on the board
<libv> yuck
<ssvb> also dram reliability is an issue, but I'm working on it
<ssvb> probably will send some patches later today
<ssvb> libv: should we probably rename these pages "LinkSprite pcDuino V2" -> "LinkSprite pcDuino2"?
<ssvb> that's how they are calling themselves - http://www.linksprite.com/?page_id=809
<solarnetone> hdmi display ssvb a small touchscreen. the box is used as machine control for a 3d printer.
<ssvb> solarnetone: what is the native resolution of hdmi?
<solarnetone> 800x480
<ssvb> oh, and no EDID?
<solarnetone> correct
<libv> ssvb: wsure
<libv> sure even
<solarnetone> i was considering recompiling u-boot with "#define CONFIG_SYS_DEFAULT_VIDEO_MODE bootargs"
<ssvb> solarnetone: that's not a very standard resolution for hdmi
<solarnetone> in videomodes.h, then passing these variables to the kernel in bootargs:
<solarnetone> x:800,y:480,depth:24,pclk_khz:33000,le:45,ri:209,up:22,lo:22,hs:1,vs:1,sync:3,vmode:0
<solarnetone> sorry, this:
<solarnetone> video=ctfb:xx:800,y:480,depth:24,pclk_khz:33000,le:45,ri:209,up:22,lo:22,hs:1,vs:1,sync:3,vmode:0
<solarnetone> no, it is not standard.
<solarnetone> what can i say... it was a $65 ebay touchscreen made for rasppi, and when i say made for, i mean they provide only an OS image for a SD card for rasppi to operate the touchscreen. no code, nothing. someone hacked a uinput setup for it in python, which makes the touchscreen work despite lack of kernel code.
<ssvb> solarnetone: maybe try to add a 800x480 entry here and make it a fallback default - http://git.denx.de/?p=u-boot.git;a=blob;f=drivers/video/videomodes.c;h=cf71ad120ecef3ab2fe49ff4fdb09db5123fdcae;hb=HEAD#l88 ?
<ssvb> solarnetone: as a quick hack, you can probably even try to mutilate the 1024x768 line
<solarnetone> so make a 0x31C entry then, as opposed to bootargs?
<ssvb> well, if bootargs work fine, then all is good :-)
<ssvb> do you have a link to some web page about this hardware?
<solarnetone> sure, hold on.
<solarnetone> and the userspace driver:
<ssvb> ok
<solarnetone> so then i run nodm on the box, launch Printrun when the session starts, and the cubieboard boots to the pronterface machine control interface.
clonak_ is now known as clonak
Andy-D has joined #linux-sunxi
<Wizzup> interesting ... the spring in my olimex microsd card is broken
<Wizzup> the card doesn't want to 'stay inside' the reader
<Wizzup> on the a10 lime
steev has quit [Ping timeout: 246 seconds]
<libv> Wizzup: :(
<libv> so the mechanism is broken
<libv> it works here
<Wizzup> yeah, I have several LIMEs, and it broke
<Wizzup> ... just for this one*
fredy has quit [Excess Flood]
<Wizzup> I could desolder the sd card reader, I guess
<Wizzup> not sure if it is easy/possible to remove the spring
fredy has joined #linux-sunxi
<RSpliet> likely the time it costs multiplied by your hourly income is higher than buying a new board, but I like the idea :-P
<RSpliet> *the cost of
<Wizzup> RSpliet: if I cared about money I wouldn't put so much free time in a hackerspace :)
<RSpliet> hahaha yes very true.
steev has joined #linux-sunxi
<Wizzup> I'll see if I can spot some olimex people at openfest
<Wizzup> ;)
bonbons has quit [Quit: Leaving]
lemonzest has quit [Quit: Leaving]
Andy-D has quit [Ping timeout: 240 seconds]
Andy-D has joined #linux-sunxi
lanodan has joined #linux-sunxi
lanodan is now known as brittany
brittany is now known as lanodan
Net147 has quit [Quit: Quit]
Net147 has joined #linux-sunxi
naobsd has quit [Quit: naobsd]