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
hanetzer has quit [Remote host closed the connection]
hanetzer has joined #linux-sunxi
tl_lim has quit [Ping timeout: 260 seconds]
tl_lim has joined #linux-sunxi
tl_lim has quit [Ping timeout: 260 seconds]
tl_lim has joined #linux-sunxi
tl_lim has quit [Read error: Connection reset by peer]
tl_lim has joined #linux-sunxi
kaspter has joined #linux-sunxi
<R0b0t1> Well no additonal output with early printk, hanetzer
<R0b0t1> I'm going to investigate their kernel on a VM
<hanetzer> earlyprintk, not earlyprintk. and thats a kernel arg on hte cmdline
<R0b0t1> That's in there, yeah
<R0b0t1> Using a dtb generated with the kernel does not seem to help at all
ganbold has quit [Quit: This computer has gone to sleep]
skiboy has joined #linux-sunxi
akaizen has quit [Read error: Connection reset by peer]
afaerber has quit [Ping timeout: 240 seconds]
chomwitt has quit [Ping timeout: 260 seconds]
akaizen has joined #linux-sunxi
lurchi_ is now known as lurchi__
afaerber has joined #linux-sunxi
merbanan has quit [Ping timeout: 260 seconds]
d3r3k has quit [Quit: Connection closed for inactivity]
merbanan has joined #linux-sunxi
<R0b0t1> Even *their* kernel does not work
kaspter has quit [Quit: kaspter]
<R0b0t1> Guess I will try armbian
<R0b0t1> My modules work with the new kernel but the vendor kernel has a compiled-in gadget device I want to get rid of
chewitt has quit [Quit: Zzz..]
megi has quit [Ping timeout: 248 seconds]
dddddd has quit [Remote host closed the connection]
kaspter has joined #linux-sunxi
victhor has quit [Remote host closed the connection]
skiboy has quit [Quit: Leaving]
<R0b0t1> Okay it made me feel dirty but I just used armbian and g_serial works out of the box
Andy-D_ has joined #linux-sunxi
<anarsoul> R0b0t1: why using armbian made you feel dirty?
<R0b0t1> Because I did not do it myself, sir.
<KotCzarny> did you make the linux kernel yourself?
<KotCzarny> or uboot?
<R0b0t1> No, sir, and it makes me feel bad every day, there is just less a possibility I will be able to do something about it.
<KotCzarny> not to mention you didnt design/fabricate the SoC
<KotCzarny> so really, it's a black box, even with fully open software
<R0b0t1> That one specifically makes me feel especially terrible, sir. It also makes me feel like people are watching me.
Andy-D has quit [Ping timeout: 240 seconds]
<R0b0t1> However I can appreciate how much more stable the USB serial link is
<KotCzarny> you either have to hide your dirties the other way and just use computers for clean activities, or take the medication
<KotCzarny> armbian is made by respectable people
<KotCzarny> and if you really insist, you can use their build script, that will assemble things from sources yourself
<R0b0t1> It is no doubt better than the random Chinese company's distribution
nuuuciano has quit [Ping timeout: 240 seconds]
[7] has quit [Ping timeout: 276 seconds]
TheSeven has joined #linux-sunxi
TheSeven has quit [Ping timeout: 245 seconds]
cnxsoft has joined #linux-sunxi
TheSeven has joined #linux-sunxi
kaspter has quit [Ping timeout: 245 seconds]
TheSeven has quit [Ping timeout: 245 seconds]
kaspter has joined #linux-sunxi
TheSeven has joined #linux-sunxi
<R0b0t1> Their distro gets way better WiFi connectivity, though
dlan has quit [Ping timeout: 240 seconds]
dlan has joined #linux-sunxi
<buZz> R0b0t1: maybe its just a newer firmware for the wifi? you could get lucky :P
<R0b0t1> I stand corrected. The USB is not more reliable.
<R0b0t1> buZz, well, I think I will have to rely on getting lucky. That is how I got my first board working, and more or less how I've gotten every one since working.
<pmpp> g_serial will overflow buffer
<pmpp> use g_ether for bulk transfer
<R0b0t1> Have a bug report on that one? I can't find it
<pmpp> what kernel version ?
<R0b0t1> 4.14.15
IgorPec has joined #linux-sunxi
<pmpp> unsure
<KotCzarny> g_serial doesnt sound like it's made for transfers or data checking
<pmpp> on 3.4.113 was still there ref: https://community.nxp.com/thread/336166
<R0b0t1> Well, I have horrible intermittent issues with the hardware USART during boot, and it's still pretty bad but more stable after boot. For the USB, only disconnect seems to be timeout, though I did boot the device once just recently and it'd automatically kill my session after login. I think the chip has hardware issues, or the board itself
<R0b0t1> I think the board browns out if I do WiFi scanning
<R0b0t1> Vcore seems stable but the periphals seem to die
vagrantc has quit [Quit: leaving]
<R0b0t1> I will look into g_ether though, that was my end game
rexxster has joined #linux-sunxi
<R0b0t1> I hope g_serial works because I was trying to use it to prototype something
<R0b0t1> That is a pretty interesting bug
<pmpp> not really a bug
<R0b0t1> How is that?
<pmpp> more a producer/consummer problem on a protocol without error checking
paulliu has joined #linux-sunxi
<pmpp> i assumed you want to make some kind of transfer because you said "reliable"
<R0b0t1> I think it's fair to call this a bug, though. The corresponding issue with a USART would just be failed transmission. For some reason though, the driver locks up and drops packets instead of failing cleanly.
<R0b0t1> Well
<R0b0t1> Yes
<R0b0t1> Serial should theoretically get similar throughput to ethernet. Perhaps more, due to lack of overhead
<R0b0t1> TCP may be nice to guarantee transmission
<R0b0t1> But some parts of USB do that already
<R0b0t1> Except for isochronous transfers USB is supposed to be a reliable protocol
<KotCzarny> well, serial is either paired with rts/cts or some higher transfer managing protocol or it's prone to errors/overruns
<R0b0t1> USB has that built in
<pmpp> yeah there's crc for bulk transfers 64/512/1024 packet sizes
<R0b0t1> The g_serial driver itself doesn't actually implement most of the serial ioctls because there is no physical interface to configure
lurchi_ has joined #linux-sunxi
<KotCzarny> how does it handle buffer overruns?
<R0b0t1> Also a lot of microcontrollers that implement CDC-ACM do the same thing. If a bridge is being designed they go out of their way to make sure baud rates get set and flow control works.
<R0b0t1> In Linux, blocking I think
<R0b0t1> On a uC they don't get handled and you miss data
<R0b0t1> Ultimately you're going to run out of buffer
<R0b0t1> Ok before I use up my welcome does anyone have a guide on configuring g_ether?
<R0b0t1> I tried to adapt https://forum.armbian.com/topic/1417-g_ether-driver-h3-device-as-ethernet-dongle/ and some instructions for g_serial but no luck
<pmpp> i use g_ffs
lurchi__ has quit [Ping timeout: 268 seconds]
<pmpp> for g_ether iirc i just had to use "peripheral" mode in dtb
<pmpp> both were working on H5 with 4.13.11 did not test h3 yet
<wens> anarsoul: one more for devicetree binding change
Putti has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
<anarsoul> wens: I didn't get what changes mripard wants from mail thread
fkluknav has joined #linux-sunxi
cnxsoft has quit [Ping timeout: 252 seconds]
fkluknav has quit [Ping timeout: 252 seconds]
montjoie has joined #linux-sunxi
tl_lim has quit [Ping timeout: 260 seconds]
tl_lim has joined #linux-sunxi
Andy-D__ has joined #linux-sunxi
AneoX has joined #linux-sunxi
Andy-D_ has quit [Ping timeout: 260 seconds]
reinforce has joined #linux-sunxi
<wens> I haven't been following the mailing lists closely the past two weeks
reinforce has quit [Remote host closed the connection]
<R0b0t1> pmpp: Can I only use g_ffs or g_serial/g_ether?
chomwitt has joined #linux-sunxi
reinforce has joined #linux-sunxi
ernestask has joined #linux-sunxi
hardfalcon has quit [Ping timeout: 248 seconds]
hardfalcon1 has joined #linux-sunxi
diego71 has quit [Ping timeout: 276 seconds]
stulluk has quit [Quit: Leaving]
tl_lim has quit [Read error: Connection reset by peer]
yann has quit [Ping timeout: 260 seconds]
leviathan has joined #linux-sunxi
iamfrankenstein has joined #linux-sunxi
anarsoul has quit [Ping timeout: 268 seconds]
[Awaxx] has quit [Quit: "_Je_ s'appel *root*"]
[Awaxx] has joined #linux-sunxi
f0xx has joined #linux-sunxi
diego71 has joined #linux-sunxi
msimpson has joined #linux-sunxi
AneoX_ has joined #linux-sunxi
AneoX has quit [Ping timeout: 245 seconds]
fkluknav has joined #linux-sunxi
airwind has joined #linux-sunxi
mkid has joined #linux-sunxi
netlynx has joined #linux-sunxi
netlynx has joined #linux-sunxi
netlynx has quit [Changing host]
clemens3 has joined #linux-sunxi
matthias_bgg has joined #linux-sunxi
Andy-D__ has quit [Quit: Alive/Dead]
jbrown has joined #linux-sunxi
R0b0t1 has quit [Ping timeout: 248 seconds]
R0b0t1 has joined #linux-sunxi
Marc_One has joined #linux-sunxi
kaspter has quit [Quit: kaspter]
matthias_bgg has quit [Quit: Leaving]
Mr__Anderson has joined #linux-sunxi
clemens3 has quit [Ping timeout: 248 seconds]
cnxsoft has joined #linux-sunxi
Andy-D has joined #linux-sunxi
mavkhimenia has joined #linux-sunxi
mavkhimenia has quit [Read error: Connection reset by peer]
mavkhimenia has joined #linux-sunxi
IgorPec has quit [Ping timeout: 252 seconds]
clemens3 has joined #linux-sunxi
mavkhime_ has joined #linux-sunxi
mavkhimenia has quit [Ping timeout: 245 seconds]
mavkhimenia has joined #linux-sunxi
mavkhime_ has quit [Read error: Connection reset by peer]
kelvan has quit [Remote host closed the connection]
merlin1991 has quit [Remote host closed the connection]
kelvan has joined #linux-sunxi
merlin1991 has joined #linux-sunxi
fkluknav has quit [Ping timeout: 260 seconds]
megi has joined #linux-sunxi
Mr__Anderson has quit [Ping timeout: 245 seconds]
Mr__Anderson has joined #linux-sunxi
fkluknav has joined #linux-sunxi
qeed has joined #linux-sunxi
elros has joined #linux-sunxi
ganbold has joined #linux-sunxi
f0xx has quit [Ping timeout: 252 seconds]
Marc_One has quit [Quit: Leaving]
hanni76 has joined #linux-sunxi
f0xx has joined #linux-sunxi
tom_nov has joined #linux-sunxi
kaspter has joined #linux-sunxi
airwind has quit [Quit: Lost sanity]
mhlavink has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
goofie has quit [Ping timeout: 256 seconds]
Andy-D has quit [Ping timeout: 252 seconds]
kloczek has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org]
wasutton3_mobile has joined #linux-sunxi
lurchi_ has quit [Ping timeout: 245 seconds]
mavkhime_ has joined #linux-sunxi
mavkhimenia has quit [Read error: Connection reset by peer]
mavkhime_ has quit [Read error: Connection reset by peer]
mavkhimenia has joined #linux-sunxi
<adj__> paulk-gagarine doesn't always write blog posts, but when he does, he puts a lot of effort into it.
LargePrime has joined #linux-sunxi
Gerwin_J has joined #linux-sunxi
jstein_ has joined #linux-sunxi
jstein_ has quit [Remote host closed the connection]
goofie has joined #linux-sunxi
cnxsoft has quit [Remote host closed the connection]
IgorPec has joined #linux-sunxi
aalm has quit [Ping timeout: 264 seconds]
mavkhimenia has quit [Remote host closed the connection]
mavkhimenia has joined #linux-sunxi
mavkhime_ has joined #linux-sunxi
IgorPec has quit [Ping timeout: 252 seconds]
mavkhimenia has quit [Ping timeout: 264 seconds]
Gerwin_J has quit [Quit: Gerwin_J]
fkluknav has quit [Ping timeout: 252 seconds]
clemens3 has quit [Ping timeout: 252 seconds]
dddddd has joined #linux-sunxi
mavkhime_ has quit [Remote host closed the connection]
JohnDoe_71Rus has joined #linux-sunxi
mavkhimenia has joined #linux-sunxi
pmpp_ has joined #linux-sunxi
pmpp has quit [Disconnected by services]
indy has quit [Quit: ZNC - http://znc.sourceforge.net]
mavkhimenia has quit [Remote host closed the connection]
indy has joined #linux-sunxi
kaspter has quit [Ping timeout: 252 seconds]
fkluknav has joined #linux-sunxi
reinforce has quit [Quit: Leaving.]
kaspter has joined #linux-sunxi
TheSeven has quit [Ping timeout: 245 seconds]
TheSeven has joined #linux-sunxi
fkluknav_ has joined #linux-sunxi
fkluknav has quit [Ping timeout: 245 seconds]
BenG83 has joined #linux-sunxi
Nemo_bis has quit [Ping timeout: 268 seconds]
kaspter has quit [Quit: kaspter]
aalm has joined #linux-sunxi
msimpson has quit [Quit: Leaving]
tllim has joined #linux-sunxi
Nemo_bis has joined #linux-sunxi
<pmpp_> R0b0t1: i specifically use adbd with it but the rndis part seems ok, got icmp, udhcpd and ssh, the mtp one seems alive too but did not test
reinforce has joined #linux-sunxi
<pmpp_> so g_ffs seems simpler to use
mavkhimenia has joined #linux-sunxi
fkluknav_ has quit [Ping timeout: 245 seconds]
lurchi_ has joined #linux-sunxi
anarsoul has joined #linux-sunxi
lurchi_ has quit [Ping timeout: 245 seconds]
lurchi_ has joined #linux-sunxi
lurchi_ has quit [Ping timeout: 260 seconds]
lurchi__ has joined #linux-sunxi
hardfalcon1 has quit [Ping timeout: 252 seconds]
vagrantc has joined #linux-sunxi
rexxster has quit [Remote host closed the connection]
IgorPec has joined #linux-sunxi
lkcl has joined #linux-sunxi
pmpp_ is now known as pmpp
lurchi__ has quit [Ping timeout: 245 seconds]
wasutton3_mobile has quit [Ping timeout: 260 seconds]
mavkhime_ has joined #linux-sunxi
mavkhimenia has quit [Read error: Connection reset by peer]
Andy-D has joined #linux-sunxi
leviathan has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
wasutton3_mobile has joined #linux-sunxi
The_Loko has joined #linux-sunxi
elros has quit [Remote host closed the connection]
LargePrime has quit [Ping timeout: 245 seconds]
LargePrime has joined #linux-sunxi
mavkhime_ has quit [Remote host closed the connection]
xerpi has joined #linux-sunxi
netlynx has quit [Quit: Ex-Chat]
ernestask has quit [Quit: ernestask]
d3r3k has joined #linux-sunxi
IgorPec has quit [Ping timeout: 264 seconds]
akaizen has quit [Ping timeout: 245 seconds]
akaizen has joined #linux-sunxi
wasutton3_mobile has quit [Ping timeout: 252 seconds]
indy has quit [Quit: ZNC - http://znc.sourceforge.net]
indy has joined #linux-sunxi
[Awaxx] has quit [Quit: "Infuzed"]
JohnDoe_71Rus has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
[Awaxx] has joined #linux-sunxi
lurchi__ has joined #linux-sunxi
mavkhimenia has joined #linux-sunxi
nots has joined #linux-sunxi
mavkhimenia has quit [Ping timeout: 260 seconds]
lkcl has quit [Ping timeout: 252 seconds]
GrimKriegor has quit [Ping timeout: 256 seconds]
GrimKriegor has joined #linux-sunxi
sunshavi has quit [Remote host closed the connection]
sunshavi has joined #linux-sunxi
dlan has quit [Ping timeout: 260 seconds]
dlan has joined #linux-sunxi
adj_ has joined #linux-sunxi
dlan has quit [Ping timeout: 260 seconds]
adj__ has quit [Ping timeout: 260 seconds]
dlan has joined #linux-sunxi
f0xx has quit [Ping timeout: 252 seconds]
f0xx has joined #linux-sunxi
montjoie has quit [Quit: leaving]
victhor has joined #linux-sunxi
d3r3k has quit [Quit: Connection closed for inactivity]
lkcl has joined #linux-sunxi
aalm has quit [Ping timeout: 245 seconds]
aalm has joined #linux-sunxi
<miasma> interesting, tried to boot opi zero with sunxi_defconfig kernel, but it won't boot
The_Loko has quit [Quit: Leaving]
<miasma> I got this far https://pastebin.ca/4031095
tom_nov has quit [Ping timeout: 248 seconds]
paulliu has quit [Quit: Leaving.]
bonbons has quit [Quit: Leaving]
hanni76 has quit [Quit: Leaving]
f0xx has quit [Ping timeout: 252 seconds]
reinforce has quit [Quit: Leaving.]
mavkhimenia has joined #linux-sunxi
mavkhimenia has quit [Ping timeout: 245 seconds]
chomwitt has quit [Quit: WeeChat 1.0.1]
lkcl has quit [Ping timeout: 240 seconds]
Putti has quit [Ping timeout: 252 seconds]
xerpi has quit [Remote host closed the connection]
megi has quit [Ping timeout: 245 seconds]
Mr__Anderson has quit [Remote host closed the connection]
nots has quit [Ping timeout: 260 seconds]
nots has joined #linux-sunxi
N1teHawk has quit [Ping timeout: 265 seconds]
NiteHawk has joined #linux-sunxi
xes has quit [Quit: bye..]
nashpa has quit [Ping timeout: 256 seconds]
nuuuciano has joined #linux-sunxi
xes has joined #linux-sunxi
nashpa has joined #linux-sunxi
nuuuciano has quit [Ping timeout: 252 seconds]
mavkhimenia has joined #linux-sunxi
mavkhimenia has quit [Ping timeout: 245 seconds]
nuuuciano has joined #linux-sunxi
vagrantc has quit [Quit: leaving]
<R0b0t1> paulk-gagarine: Thanks for working on that, I have been wanting at cameras for a long time.
BenG83 has quit [Quit: Leaving]
nuuuciano has quit [Remote host closed the connection]
nuuuciano has joined #linux-sunxi
nuuuciano has quit [Remote host closed the connection]
tl_lim has joined #linux-sunxi
tllim has quit [Ping timeout: 260 seconds]