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
lucascastro has joined #linux-sunxi
<icenowy[m]> For Silead GSL1680 proper fw is needed
<icenowy[m]> and unfortunately the fw is device-specific
<icenowy[m]> you need to extract it from stock OS
lurchi_ is now known as lurchi__
kaspter has quit [Read error: Connection reset by peer]
kaspter1 has joined #linux-sunxi
kaspter1 is now known as kaspter
hipboi has joined #linux-sunxi
chomwitt has quit [Ping timeout: 276 seconds]
<DonkeyHotei> icenowy[m]: i did, but the mainline driver returns -EIO loading it
<DonkeyHotei> ran it through the converter and everything
dddddd has quit [Read error: Connection reset by peer]
<DonkeyHotei> are lines like this normal? [ 3.288619] sunxi-rsb 1f03400.rsb: could not find pctldev for node /soc@1c00000/pinctrl@1f02c00/r_rsb, deferring probe
hipboi has quit [Ping timeout: 240 seconds]
hipboi_ has joined #linux-sunxi
cnxsoft has joined #linux-sunxi
merbanan has quit [Ping timeout: 265 seconds]
Gerwin_J has joined #linux-sunxi
merbanan has joined #linux-sunxi
<wens> DonkeyHotei: a33 otg vbus error should be fixed recently
<wens> DonkeyHotei: urgh, the next release that is
<DonkeyHotei> this is current sunxi-next git head
afaerber has joined #linux-sunxi
<DonkeyHotei> i verified that otg still doesn't work without being forced to host in the dtb
<wens> what sort of errors do you get in otg?
<DonkeyHotei> not sure, because i have no access to the device without connecting keyboard or nic via usb
<wens> no display?
<DonkeyHotei> display without much on it unless i can log in
<DonkeyHotei> simplefb works
<wens> I guess you could tweak the loglevel and stuff to get it to print out errors?
<DonkeyHotei> login screen comes up and clears it
<wens> add --noclear to getty
<wens> or just disable the login :)
<DonkeyHotei> i guess i could dmesg>/tmp/foo in /etc/rc.local
<wens> that's an option as well
<DonkeyHotei> but i wasn't expecting there to be anything in dmesg
<DonkeyHotei> hmm, xenial doesn't appear to have an /etc/rc.local
<DonkeyHotei> err, i mean artful, not xenial
<DonkeyHotei> oh wait, it might already be in kern.log
<DonkeyHotei> Mar 25 21:29:56 LXC_NAME kernel: [ 7.030081] usb_phy_generic usb_phy_generic.0.auto: usb_phy_generic.0.auto supply vcc not found, using dummy regulator
<DonkeyHotei> Mar 25 21:29:56 LXC_NAME kernel: [ 7.041481] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 2
<DonkeyHotei> Mar 25 21:29:56 LXC_NAME kernel: [ 7.041448] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
<DonkeyHotei> Mar 25 21:29:56 LXC_NAME kernel: [ 7.056248] hub 2-0:1.0: USB hub found
<DonkeyHotei> Mar 25 21:29:56 LXC_NAME kernel: [ 7.060465] hub 2-0:1.0: 1 port detected
<DonkeyHotei> nothing else relevant
<wens> you should plug in an otg cable, and see what that gives you
<wens> you might also want to dump some data from /sys/kernel/debug/gpio
<DonkeyHotei> that was with it plugged in
afaerber has quit [Quit: Leaving]
<DonkeyHotei> otg, that is
<DonkeyHotei> with it forced to host, it additionally detects the device over otg, nothing else different
<DonkeyHotei> i guess the otg detection is what's not working
<DonkeyHotei> host vs target
<wens> check /sys/kernel/debug/gpio for gpio usage and values
<DonkeyHotei> i think this line from the fex needs to be retranslated to dtb somehow: usb_drv_vbus_gpio = port:power4<1><0><default><0>
<wens> that's the vbus power control gpio
<wens> there's also an iddet line
<wens> but yeah, you need to translate both to the dtb you're using
<wens> usb_drv_vbus_gpio is almost certainly drive_vbus on the pmic, and if you got devices when you forced host mode, then it might already be correctly setup
<DonkeyHotei> the usb_id_gpio is already correct in the reference dtsi
<wens> btw, did you enable any usb gadget drivers?
<DonkeyHotei> no
<DonkeyHotei> i think
<wens> you need at least one under otg mode
<wens> if musb is built for otg mode
<wens> also the Kconfig option recently changed (IIRC one release ago), so any old configs you had might not work
xes has quit [Ping timeout: 256 seconds]
vagrantc has quit [Quit: leaving]
<DonkeyHotei> is there a dma mode i need to enable?
<DonkeyHotei> looks like i have the gadget drivers built as modules
<wens> you can have them built-in, or you have to make sure they get loaded
<wens> dma is not supported with sunxi-musb
<DonkeyHotei> so at least one gadget driver must be loaded, and it doesn't matter which?
<wens> correct
<wens> musb won't do anything under otg mode until it finds a gadget driver
<DonkeyHotei> is USB_G_MULTI_RNDIS appropriate?
<DonkeyHotei> or USB_CONFIGFS?
<wens> I think I just the the default
<wens> it doesn't matter if you're not using it :)
<DonkeyHotei> what about the udc drivers? do those qualify?
victhor has quit [Remote host closed the connection]
cnxsoft has quit [Read error: Connection reset by peer]
cnxsoft1 has joined #linux-sunxi
<wens> no, those are for the usb gadget controllers, like dwc2
<wens> musb is dual role in that it can be either a usb host or usb gadget
<wens> so it has it's own option group
cnxsoft1 is now known as cnxsoft
<wens> smaeul: I noticed apritzel has a second Andre-ARM atf repo that has some patches from you
<DonkeyHotei> yeah, building the gadget driver in made no difference
montjoie has joined #linux-sunxi
TheSeven has quit [Ping timeout: 240 seconds]
cnxsoft has quit [Remote host closed the connection]
cnxsoft has joined #linux-sunxi
SP7RT has quit [Ping timeout: 256 seconds]
<DonkeyHotei> this may have something to do with it: [ 7.102254] usb_phy_generic usb_phy_generic.0.auto: usb_phy_generic.0.auto supply vcc not found, using dummy regulator
qeed has quit [Ping timeout: 248 seconds]
medvid has quit [Ping timeout: 245 seconds]
TheSeven has joined #linux-sunxi
IgorPec has joined #linux-sunxi
fdcx has quit [Read error: Connection reset by peer]
lurchi_ has joined #linux-sunxi
lurchi__ has quit [Ping timeout: 256 seconds]
<DonkeyHotei> are there any q8 tablets known-working with mainline?
<DonkeyHotei> i.e. wifi, ts, etc
JohnDoe_71Rus has joined #linux-sunxi
lucascastro has quit [Remote host closed the connection]
hipboi_ has quit [Quit: This computer has gone to sleep]
IgorPec has quit [Ping timeout: 240 seconds]
reinforce has joined #linux-sunxi
<wens> that's not it
medvid has joined #linux-sunxi
lkcl has joined #linux-sunxi
<DonkeyHotei> i can't help thinking that there is something in common between the otg failure, the complete ignoring of wifi on mmc1, and the ts error
<DonkeyHotei> similar non-working of the gyro, too
<wens> no one has enabled the gyro on any a33 tablet
<wens> as for ts, I've no clue
<wens> mmc1 wifi is problematic as there are multiple possiblities with different chips and gpios. you really need to do an overlay matching your fex file
<DonkeyHotei> the thing is that sun8i-q8-common.dtsi mostly matches it, so i included it and started overriding
<DonkeyHotei> i've put the fex on the wiki
<DonkeyHotei> apparently i already had an acct
fredl has quit [Remote host closed the connection]
fredl has joined #linux-sunxi
xes has joined #linux-sunxi
yann|work has quit [Ping timeout: 276 seconds]
clemens3 has quit [Ping timeout: 240 seconds]
f11f12 has joined #linux-sunxi
hlauer has joined #linux-sunxi
<DonkeyHotei> i don't think i2c is working correctly on it in general
Baschto has joined #linux-sunxi
vagrantc has joined #linux-sunxi
clemens3 has joined #linux-sunxi
xerpi has joined #linux-sunxi
vagrantc has quit [Quit: leaving]
raspo666 has joined #linux-sunxi
f0xx has joined #linux-sunxi
nuuuciano_ has joined #linux-sunxi
fkluknav has joined #linux-sunxi
nuuuciano__ has quit [Ping timeout: 260 seconds]
dddddd has joined #linux-sunxi
Jagan has joined #linux-sunxi
Jagan is now known as Guest62016
fkluknav has quit [Ping timeout: 240 seconds]
BenG83 has quit [Quit: Leaving]
msimpson has joined #linux-sunxi
willmore has quit [Ping timeout: 264 seconds]
LargePrime has quit [Ping timeout: 240 seconds]
IgorPec has joined #linux-sunxi
hipboi_ has joined #linux-sunxi
florianH has joined #linux-sunxi
Baschto has quit [Remote host closed the connection]
matthias_bgg has joined #linux-sunxi
matthias_bgg has quit [Read error: Connection reset by peer]
matthias_bgg has joined #linux-sunxi
msimpson_ has joined #linux-sunxi
BenG83 has joined #linux-sunxi
msimpson has quit [Ping timeout: 252 seconds]
msimpson__ has joined #linux-sunxi
willmore has joined #linux-sunxi
msimpson_ has quit [Ping timeout: 264 seconds]
<Guest62016> mripard, planning to verify "[PATCH v3 0/7] drm/sun4i: Allwinner MIPI-DSI support" series on A64 can you have any branch on github or similar..I'm unable to update this on linux-next.
megi has joined #linux-sunxi
<BenG83> Guest62016, I must have missed that one, I can help too with testing on either Pine64 or Olinuxino
<Guest62016> BenG83, I'm Jagan.
<BenG83> ah hi :)
<Guest62016> I'm trying Maxime v3 on MIPI-DSI
<Guest62016> did you verified that on A64
<wens> it only supports A33 right now, so someone needs to port and test
<BenG83> not yet, as I said, I must have missed that on the sunxi ml
<wens> it probably wasn't on the sunxi ml
<Guest62016> wens. true..i'm plannig to make neccessary changes on top
<wens> argh, dd-ed u-boot to the wrong device and ruined my rootfs :/
<BenG83> wens :/, been there, done that
<BenG83> I guess I need to add more ml to watch
<BenG83> or at least patchwork
<BenG83> I don't have a LCD for the A64 Olinuxino atm, but I wanted to build a A64 based IP cam monitor
<BenG83> originally was looking at A64 tablets in 10inch for that
<BenG83> but the Olimex 10 inch LCD also looks good
<BenG83> I have the 7" LCD for Pine64
<Guest62016> Ok, did you able to build this series?
<BenG83> I haven't tried yet, just looking at the changes
<Guest62016> ok
kaspter has quit [Read error: Connection reset by peer]
kaspter has joined #linux-sunxi
<Guest62016> BenG83, can you point me the source where you tested DSI
silviop has quit [Remote host closed the connection]
<Guest62016> I've MIPI DSI 4-lane on A64
dddddd has quit [Read error: Connection reset by peer]
leviathan has joined #linux-sunxi
leviathan has quit [Read error: Connection reset by peer]
leviathan has joined #linux-sunxi
fkluknav has joined #linux-sunxi
mavkhimenia has joined #linux-sunxi
<jonkerj> whoo, exciting, my opi 0+2 h5 will be delivered today
<KotCzarny> it's a nice board, congrats
<KotCzarny> :)
<jonkerj> unfortunately, the $5 camera I added tipped the package over the customs limit, so I have to pay an unfair amount of taxes
<jonkerj> ah well, you (all)win(er) some, you lose some
<KotCzarny> lesson learned?
<jonkerj> yeah
<jonkerj> stupid thing is, I knew that < 22eu eqals 'no tax/fees'
<jonkerj> but I ordered it in a blur, I'm going to put it (after I get the camera working) in the birdhouse I built
<KotCzarny> chirp?
<KotCzarny> you should know that wifi might be bad for birdies
<jonkerj> thought about that, we will see
<aalm> heh
<aalm> funny because there will be a camera to see it with
<t3st3r> hmm... does that opi h5 exposes usb3?
<t3st3r> oh wait it isnt h6
<miasma> jonkerj: but opi 0+2 h5 & camera cost < 22 eur
<miasma> i get 27.26 which is 21,977 eur
<KotCzarny> depends on eur/usd exchange rate probably
<miasma> yep
<miasma> but the shipping costs aren't included when they determine whether to pay any tax
<miasma> at least in my coutnry
<jonkerj> miasma: not when the opi is part of the kit with the box
<jonkerj> besides, I'm not going to argue with postage company nor customs :-)
lynxis has quit [Remote host closed the connection]
<miasma> right
lynxis has joined #linux-sunxi
Guest62016 has quit [Ping timeout: 260 seconds]
t3st3r has quit [Ping timeout: 268 seconds]
afaerber has joined #linux-sunxi
xerpi has quit [Quit: Leaving]
BenG83 has quit [Remote host closed the connection]
victhor has joined #linux-sunxi
alexxy has quit [Ping timeout: 240 seconds]
Baschto has joined #linux-sunxi
freemangordon has quit [Read error: Connection reset by peer]
freemangordon has joined #linux-sunxi
BenG83 has joined #linux-sunxi
yann has joined #linux-sunxi
Baschto has quit [Remote host closed the connection]
Baschto has joined #linux-sunxi
Baschto has quit [Remote host closed the connection]
Baschto has joined #linux-sunxi
tom_nov has joined #linux-sunxi
mavkhimenia has quit [Remote host closed the connection]
mavkhimenia has joined #linux-sunxi
Baschto has quit [Remote host closed the connection]
Baschto has joined #linux-sunxi
mavkhimenia has quit [Ping timeout: 240 seconds]
qeed has joined #linux-sunxi
hlauer has quit [Ping timeout: 252 seconds]
alexxy has joined #linux-sunxi
lucascastro has joined #linux-sunxi
dddddd has joined #linux-sunxi
matthias_bgg has quit [Read error: Connection reset by peer]
matthias_bgg has joined #linux-sunxi
mavkhimenia has joined #linux-sunxi
kaspter has quit [Read error: Connection reset by peer]
kaspter has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org]
Putti has joined #linux-sunxi
f11f12 has quit [Quit: Leaving]
BenG83 has quit [Remote host closed the connection]
paulk-gagarine-s has joined #linux-sunxi
paulk-gagarine-s has quit [Remote host closed the connection]
paulk-gagarine-s has joined #linux-sunxi
paulk-gagarine has quit [Ping timeout: 240 seconds]
SP7RT has joined #linux-sunxi
kaspter has quit [Quit: kaspter]
cnxsoft has quit [Quit: cnxsoft]
paulk-gagarine-s has quit [Quit: Leaving]
paulk-gagarine has joined #linux-sunxi
reinforce has quit [Quit: Leaving.]
JohnDoe_71Rus has joined #linux-sunxi
yann_soubeyrand has joined #linux-sunxi
aalm has quit [Ping timeout: 240 seconds]
SP7RT has quit [Ping timeout: 240 seconds]
sunshavi has quit [Remote host closed the connection]
JohnDoe9 has joined #linux-sunxi
sunshavi has joined #linux-sunxi
JohnDoe_71Rus has quit [Ping timeout: 246 seconds]
fkluknav has quit [Ping timeout: 240 seconds]
IgorPec has quit [Ping timeout: 245 seconds]
xyntrix has joined #linux-sunxi
fkluknav has joined #linux-sunxi
nuuuciano__ has joined #linux-sunxi
LargePrime has joined #linux-sunxi
nuuuciano_ has quit [Ping timeout: 264 seconds]
LargePrime has quit [Ping timeout: 256 seconds]
SP7RT has joined #linux-sunxi
Baschto has quit [Remote host closed the connection]
reinforce has joined #linux-sunxi
<black_ink> hi! i'm trying to get H3's hardware h264 encoder running on mainline kernel. i've compiled driver from https://github.com/mzakharo/sunxi_cedar against sunxi-next. VE initializes seemingly correctly, but encoders (both CedarX and PoC from cedrus) fail because of interrupt timeout. could someone give any hints on debugging the situation, or maybe suggest a better solution?
LargePrime has joined #linux-sunxi
IgorPec has joined #linux-sunxi
mavkhimenia has quit [Remote host closed the connection]
mavkhime_ has joined #linux-sunxi
megi has quit [Ping timeout: 263 seconds]
clemens3 has quit [Ping timeout: 260 seconds]
msimpson__ has quit [Read error: Connection reset by peer]
f0xx has quit []
foxx_ has joined #linux-sunxi
<KotCzarny> adding props for coloured ir buttons
<KotCzarny> whoops, wrong chan
matthias_bgg has quit [Ping timeout: 248 seconds]
matthias_bgg has joined #linux-sunxi
chomwitt has joined #linux-sunxi
diego_r has quit [Quit: Konversation terminated!]
mavkhime_ has quit [Remote host closed the connection]
mavkhimenia has joined #linux-sunxi
nuuuciano__ has quit [Remote host closed the connection]
yann has quit [Ping timeout: 240 seconds]
anarsoul has quit [Ping timeout: 256 seconds]
dave0x6d has joined #linux-sunxi
xerpi has joined #linux-sunxi
lucascastro has quit [Remote host closed the connection]
xerpi has quit [Quit: Leaving]
aalm has joined #linux-sunxi
xerpi has joined #linux-sunxi
xerpi has quit [Remote host closed the connection]
xerpi has joined #linux-sunxi
nuuuciano has joined #linux-sunxi
fkluknav has quit [Ping timeout: 264 seconds]
raspo666 has quit [Quit: Leaving]
victhor has quit [Remote host closed the connection]
mavkhimenia has quit [Remote host closed the connection]
fkluknav has joined #linux-sunxi
foxx_ has quit [Ping timeout: 240 seconds]
yann has joined #linux-sunxi
elros_ has joined #linux-sunxi
vagrantc has joined #linux-sunxi
matthias_bgg has quit [Ping timeout: 240 seconds]
xzz456 has joined #linux-sunxi
lucascastro has joined #linux-sunxi
hardfalcon has joined #linux-sunxi
clemens3 has joined #linux-sunxi
megi has joined #linux-sunxi
aalm has quit [Ping timeout: 246 seconds]
tom_nov has quit [Ping timeout: 268 seconds]
jstein_ has joined #linux-sunxi
jstein_ is now known as jstein
hardfalcon has quit [Ping timeout: 256 seconds]
BenG83 has joined #linux-sunxi
hardfalcon has joined #linux-sunxi
lucascastro has quit [Remote host closed the connection]
dave0x6d has quit [Quit: Connection closed for inactivity]
xzz456 has quit [Quit: Page closed]
lucascastro has joined #linux-sunxi
fkluknav has quit [Ping timeout: 265 seconds]
JohnDoe9 has quit [Quit: KVIrc 4.9.3 Aria http://www.kvirc.net/]
foxx_ has joined #linux-sunxi
<paulk-gagarine> hi
<paulk-gagarine> does anyone have USB OTG working on 4.15?
<BenG83> works on my V3s
<BenG83> LicheePi Zero
<paulk-gagarine> is that a musb?
<BenG83> yes
lucascastro has quit [Remote host closed the connection]
<DonkeyHotei> you have it working in both modes?
<paulk-gagarine> I mean in OTG mode
<BenG83> host works too, I have a ethernet dongle connected there
<paulk-gagarine> do you mind building a kernel?
<BenG83> I am away from the hardware atm
<paulk-gagarine> ok
<BenG83> so I can't test anything live
<DonkeyHotei> so it works in gadget mode for you?
<BenG83> but can do tomorrow evening
<BenG83> DonkeyHotei, it looks like it
<paulk-gagarine> I guess I'll try on the olinuxino then
<paulk-gagarine> then cubieboard then I'm out of devices to test
<BenG83> the normal LicheePi Zero image uses it in gadget mode
montjoie has quit [Quit: leaving]
<BenG83> I updated my kernel a couple weeks ago
<BenG83> I had to fix some dts issues
<BenG83> but did not make a patch yet
<DonkeyHotei> in mainline?
<BenG83> yes
<BenG83> for host mode the V3s was missing ohci/ehci nodes
<paulk-gagarine> okay it's broken on the olinuxino too
<BenG83> V3s has more or less the same USB setup as H3 I think
<BenG83> at least that is where I got my host nodes from
<paulk-gagarine> it doesn't usb musb for host mode apparently
<paulk-gagarine> but a pair of ehci/ohci
akaizen has quit [Read error: Connection reset by peer]
aalm has joined #linux-sunxi
black_ink has quit [Quit: ZNC 1.6.6 - http://znc.in]
black_ink has joined #linux-sunxi
Gerwin_J has quit [Quit: Gerwin_J]
Gerwin_J has joined #linux-sunxi
Gerwin_J has quit [Client Quit]
Gerwin_J has joined #linux-sunxi
Gerwin_J has quit [Client Quit]
Gerwin_J has joined #linux-sunxi
Gerwin_J has quit [Client Quit]
Gerwin_J has joined #linux-sunxi
Gerwin_J has quit [Client Quit]
Gerwin_J has joined #linux-sunxi
Gerwin_J has quit [Client Quit]
Mr__Anderson has joined #linux-sunxi
fkluknav has joined #linux-sunxi
Mr__Anderson has quit [Remote host closed the connection]
reinforce has quit [Quit: Leaving.]
yann has quit [Ping timeout: 260 seconds]
fkluknav has quit [Ping timeout: 264 seconds]
leviathan has quit [Remote host closed the connection]
IgorPec has quit [Ping timeout: 240 seconds]
Putti has quit [Ping timeout: 264 seconds]
foxx_ has quit [Ping timeout: 240 seconds]
fkluknav has joined #linux-sunxi
florianH has quit [Quit: Connection closed for inactivity]
afaerber has quit [Quit: Leaving]
yann has joined #linux-sunxi
victhor has joined #linux-sunxi
TEKrantz has quit [Ping timeout: 248 seconds]
jstein has quit [Remote host closed the connection]
TEKrantz has joined #linux-sunxi
lkcl has quit [Ping timeout: 246 seconds]
xyntrix has quit [Ping timeout: 260 seconds]
fkluknav has quit [Ping timeout: 246 seconds]
sunshavi has quit [Remote host closed the connection]
sunshavi has joined #linux-sunxi
lucascastro has joined #linux-sunxi
lkcl has joined #linux-sunxi
fkluknav has joined #linux-sunxi
xyntrix has joined #linux-sunxi
iamfrankenstein has quit [Ping timeout: 276 seconds]
GrimKriegor has quit [Ping timeout: 264 seconds]
GrimKriegor has joined #linux-sunxi
lkcl has quit [Read error: Connection reset by peer]
elros_ has quit [Ping timeout: 246 seconds]
xyntrix has quit [Ping timeout: 264 seconds]
chomwitt has quit [Ping timeout: 252 seconds]
Ntemis has joined #linux-sunxi
fkluknav has quit [Ping timeout: 264 seconds]
lucascastro has quit [Read error: Connection reset by peer]
lucascastro has joined #linux-sunxi
xerpi has quit [Remote host closed the connection]