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
\\Mr_C\\ has joined #linux-sunxi
cnxsoft1 has joined #linux-sunxi
naobsd has joined #linux-sunxi
cnxsoft has quit [Ping timeout: 244 seconds]
kaspter has joined #linux-sunxi
ssvb has quit [Quit: Leaving]
ninolein_ has joined #linux-sunxi
ninolein has quit [Ping timeout: 244 seconds]
egbert has quit [Disconnected by services]
egbert has joined #linux-sunxi
<wens> oliv3r: the "always-on" property just describes the regulator, which does not have an
<wens> off switch
<wens> and the toggle between 1.3 and 3.3 is a hardware pin, if grounded the voltage is 1.3, which is the reference design
<wens> Dodger78: no, usb is not supported on cubieboard4
kaspter has quit [Remote host closed the connection]
kaspter has joined #linux-sunxi
\\Mr_C\\ has quit [Quit: .]
TheSeven has quit [Ping timeout: 246 seconds]
TheSeven has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
reinforce has joined #linux-sunxi
gzamboni has quit [Ping timeout: 240 seconds]
kaspter has quit [Ping timeout: 260 seconds]
dlan_ has quit [Ping timeout: 260 seconds]
dlan has joined #linux-sunxi
gzamboni has joined #linux-sunxi
<oliv3r> wens: ahh, ok fair enough; i thought it was a register, i miss-remembered. but it cannot ever be turned off? strange
domidumont has joined #linux-sunxi
lemonzest has joined #linux-sunxi
alexxy has joined #linux-sunxi
domidumont has quit [Ping timeout: 246 seconds]
valkyrie has joined #linux-sunxi
avph has joined #linux-sunxi
avph has quit [Ping timeout: 255 seconds]
avph has joined #linux-sunxi
sehraf has joined #linux-sunxi
Gerwin_J has quit [Ping timeout: 264 seconds]
ricardocrudo has joined #linux-sunxi
ricardocrudo has quit [Ping timeout: 255 seconds]
avph has quit [Ping timeout: 245 seconds]
avph has joined #linux-sunxi
f15h has joined #linux-sunxi
kaspter has joined #linux-sunxi
<wigyori> morning
<mnemoc> oliv3r: I think mirror/next is better. if people wants denx's master they clone denx's
<mnemoc> while the custodian gives them the latest sunxi-related work
FlorianH has joined #linux-sunxi
premoboss has joined #linux-sunxi
<wigyori> i might look stupid, but can someone explain the diffs between the usb drc (otg/phy), and the musb driver?
paulk-aldrin has joined #linux-sunxi
arossdotme has quit [Ping timeout: 256 seconds]
<wens> wigyori: musb is the otg controller core
<wens> it needs some soc-specific glue, which is what the phy driver handles
arossdotme has joined #linux-sunxi
ricardocrudo has joined #linux-sunxi
pekka30 has joined #linux-sunxi
<premoboss> in need to control the temperatur of my A20. where have I to read inside /proc /sys?
pekka30 has quit [Client Quit]
<premoboss> JohnDoe_71Rus, thaks
pirea has joined #linux-sunxi
gzamboni has quit [Ping timeout: 250 seconds]
<camh> is there anyone working on mainlining the orange pi plus / H3 / sun8iw7p1 ?
<camh> I've got a few and I wasn't happy to find "open source" meant a 4 year old boot loader and kernel
<camh> so I'm looking to forward port the published code to mainline
<premoboss> camh, the qeustion is: do you really need features inside new kernel?
<camh> since I'm up-to-date on my other boxes/boards, it would be greatly preferable to be somewhat more recent than 3.4
<RSpliet> premoboss: the answer is always a resounding yes
<premoboss> RSpliet, it is opinable.
gzamboni has joined #linux-sunxi
<RSpliet> premoboss: no, there is no reason to stick with an old kernel. It's insecure, slow (yes, a lot of arch tweaks have been made) and bug-prone
<camh> I'm building a mongrel cluster just for fun and would like the most recent containterization features
<premoboss> if a soft+hard configuration feet my needs ( and there is not lack on the soft as exploit, backdoor, etc) i dont see why i whould uptrade: if it works, don't touch it :-)
<camh> premoboss: this is a tinkering project for me, so it's more about touching it :)
<camh> I just didn't expect to be this sort of the starting line. I didn't do enough research first.
<wigyori> premoboss: this 'if it works dont touch it' is one of the reasons for the large-scale hacking that hits your 8pm news usually
<camh> so now I do the work
reinforce has quit [Ping timeout: 246 seconds]
<wens> camh: vishnu (not here atm) was working on h3
<camh> wens: do you know if there is a git repo with dev branches for it?
<wens> not that I'm aware of
<camh> I found a 3 month old patch set on the mailing list, but no followup
<RSpliet> premoboss: from the top of my head 3.14 landed a 10x performance improvement on reader-writer semaphores by using atomics properly instead of expensive locks to emulate them
<premoboss> wigyori, i also wrote "if there si not lack on software". of couse paching od code is alwais a must. wht i mean i tat i dont feel te neet to "redo the whell" every 3 months..
<wens> you'll probably have to rebase them yourself
<camh> anyway, I'm starting with u-boot, comparing the diffs between A23/A33 vs H3 and trying to figure out how that will apply to mainline
<RSpliet> more recently the spinlock implementation was tweaked to be 20% faster and better in guaranteeing progress
<RSpliet> there's lots of hidden benefits in new kernels, hence the whole upstreaming movement that Linaro is trying to accomplish :-)
<RSpliet> with a proper upstreaming effort from the SoC vendor (or a community like #linux-sunxi), there's no "redo the whell" every three months.
<camh> thanks jemk
<jemk> camh: but its only uart, and mmc can be reused from older socs
<camh> just looking for a starting point right now, so that's fine
<RSpliet> camh: great stuff, thanks for diving into this
<wens> jemk: are you working on it?
IgorPecovnik has joined #linux-sunxi
<jemk> wens: haven't had time the last months, but hope to continue slowly next weeks
<pirea> hi jemk
<pirea> in what state is libvdpau-sunxi?
<pirea> my cubieboard 1 is still slow when i play 1080p videos with osd
<pirea> or without
IgorPecovnik has quit [Ping timeout: 264 seconds]
reinforce has joined #linux-sunxi
<wigyori> wens: thanks for the musb answer
<jemk> pirea: rellla has done some work on the display part of libvdpau-sunxi lately
naobsd has quit [Quit: naobsd]
f15h has quit [Ping timeout: 244 seconds]
<rellla> pirea: libvdpau should work almost fine now, but i still have some things to fix :p
<rellla> much rebasing causes much fixing. at least, when i do it ;)
spuelrich has joined #linux-sunxi
<oliv3r> RSpliet: we have noticed that sometimes u-boot fails to mount the ubi partition, and ubi cannot recover the partition (linux appearantly may be able to do so), this seems to happen on unclean shutdown (but can't confirm that yet). does this sound familiar at all?
<spuelrich> Hi.
<oliv3r> mnemoc: UPDATED! Let the horror find us! :)
<spuelrich> Does the BananaPi work with an adapter HDMI->DisplayPort?
<RSpliet> oliv3r: I haven't observed this behaviour, but from what I recall the UBI driver in U-boot is an old copy-paste from Linux
<RSpliet> it could simply be that the recovery mechanism in Linux has advanced beyond what U-Boot can currently do... has anyone attempted a sync-up of UBI code recently?
<oliv3r> RSpliet: i have locally, but we aren't using those u-boots yet
<oliv3r> but that's a good thing to know
<RSpliet> (or... is my memory serving me wrong and is the codebase in fact disjoint)
<RSpliet> well, that's the first thing I'd try
<oliv3r> okay, fair nuff
<oliv3r> but u-boot does have recovery mechanisms?
<RSpliet> I have no idea tbh. But if the Linux kernel can recover it, there's a good chance U-boot should be able to do so too
<RSpliet> (then again, random bits have been ifdef'd away, I can't make any promises without looking at the code... for which I'm a little low on time right now)
<RSpliet> furthermore, if it's just single bits falling over, I think bbrezillon's NAND driver should be able to fix that up based on the ECC settings
<RSpliet> I don't think I removed any code related to ECC recovery with hacking that driver to fit into U-Boot
<RSpliet> just removed per-partition settings with the intent to revise it when that has been properly resolved in the MTD framework in Linux
premoboss has quit [Remote host closed the connection]
f15h has joined #linux-sunxi
pirea has quit [Quit: Leaving]
<oliv3r> RSpliet: okay, fair nuff
viccuad has joined #linux-sunxi
valkyrie has quit [Ping timeout: 246 seconds]
reinforce has quit [Ping timeout: 260 seconds]
valkyrie has joined #linux-sunxi
valkyrie has joined #linux-sunxi
kaspter has quit [Remote host closed the connection]
kaspter has joined #linux-sunxi
reinforce has joined #linux-sunxi
dizzuhen has joined #linux-sunxi
mmarker has quit [Quit: ZNC - 1.6.0 - http://znc.in]
avph has quit [Read error: Connection reset by peer]
mmarker has joined #linux-sunxi
mmarker has joined #linux-sunxi
mmarker has quit [Quit: ZNC - 1.6.0 - http://znc.in]
mmarker has joined #linux-sunxi
mmarker has joined #linux-sunxi
avph has joined #linux-sunxi
pietrushnic`away has joined #linux-sunxi
FR^2 has joined #linux-sunxi
lioka has quit [Ping timeout: 246 seconds]
lioka has joined #linux-sunxi
naobsd has joined #linux-sunxi
premoboss has joined #linux-sunxi
kaspter has quit [Ping timeout: 260 seconds]
_massi has joined #linux-sunxi
FDCX_ has joined #linux-sunxi
viccuad has quit [Quit: WeeChat 1.1.1]
IgorPecovnik has joined #linux-sunxi
_massi has quit [Remote host closed the connection]
premoboss has quit [Quit: Sto andando via]
lioka has quit [Changing host]
lioka has joined #linux-sunxi
IgorPecovnik has quit [Quit: Nettalk6 - www.ntalk.de]
IgorPecovnik has joined #linux-sunxi
dizzuhen has quit [Quit: Textual IRC Client: www.textualapp.com]
IgorPecovnik has quit [Ping timeout: 264 seconds]
IgorPecovnik has joined #linux-sunxi
premoboss has joined #linux-sunxi
cosm has joined #linux-sunxi
marcin_ has quit [Quit: Konversation terminated!]
reinforce has quit [Quit: Leaving.]
IgorPecovnik has quit [Ping timeout: 264 seconds]
JohnDoe_71Rus has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
afaerber has joined #linux-sunxi
<Dodger78> @wens , when will usb be supported on cubieboard 4 ?
cosm has quit [Quit: Leaving]
cosm has joined #linux-sunxi
vpeter has quit [Remote host closed the connection]
vpeter has joined #linux-sunxi
FR^2 has left #linux-sunxi ["Connection reset by peer"]
cnxsoft1 has quit [Quit: cnxsoft1]
marcin has joined #linux-sunxi
Netlynx has joined #linux-sunxi
Netlynx has joined #linux-sunxi
reinforce has joined #linux-sunxi
avph has quit [Ping timeout: 265 seconds]
avph has joined #linux-sunxi
<wens> Dodger78: i posted patches, but there are a few issues
JohnDoe_71Rus has joined #linux-sunxi
JohnDoe3 has joined #linux-sunxi
Netlynx has quit [Quit: Leaving]
JohnDoe_71Rus has quit [Ping timeout: 265 seconds]
bonbons has joined #linux-sunxi
Andy-D has quit [Ping timeout: 250 seconds]
Andy-D has joined #linux-sunxi
IgorPecovnik has joined #linux-sunxi
f15h has quit [Quit: Leaving]
premoboss has quit [Quit: Sto andando via]
domidumont has joined #linux-sunxi
avph has quit [Ping timeout: 240 seconds]
avph has joined #linux-sunxi
rfugl has quit [Ping timeout: 245 seconds]
domidumont has quit [Ping timeout: 246 seconds]
FR^2 has joined #linux-sunxi
afaerber has quit [Quit: Verlassend]
dev1990 has joined #linux-sunxi
IgorPecovnik has quit [Ping timeout: 264 seconds]
IgorPecovnik has joined #linux-sunxi
FlorianH has quit [Ping timeout: 244 seconds]
FDCX_ has quit [Remote host closed the connection]
grugly has quit [Ping timeout: 240 seconds]
grugly has joined #linux-sunxi
naobsd has quit [Quit: naobsd]
IgorPecovnik has quit [Ping timeout: 264 seconds]
cosm has quit [Ping timeout: 244 seconds]
FDCX_ has joined #linux-sunxi
FDCX_ has joined #linux-sunxi
FDCX_ has quit [Changing host]
ricardocrudo has quit [Ping timeout: 260 seconds]
FDCX_ has quit [Ping timeout: 244 seconds]
dlan has quit [Ping timeout: 244 seconds]
Guest1161 has joined #linux-sunxi
domidumont has joined #linux-sunxi
Guest69455 is now known as jero-
Guest1161 has quit [Ping timeout: 246 seconds]
dlan_ has joined #linux-sunxi
domidumont has quit [Ping timeout: 246 seconds]
dlan_ has quit [Ping timeout: 256 seconds]
dlan_ has joined #linux-sunxi
<Dodger78> @wens , can i get a usb ethernet adapter to work ? then the cubieboard 4 would get "usable" i dont need anything more, just network connectivity
pietrushnic has quit [Ping timeout: 240 seconds]
rfugl has joined #linux-sunxi
pietrushnic has joined #linux-sunxi
domidumont has joined #linux-sunxi
domidumont has quit [Remote host closed the connection]
domidumont has joined #linux-sunxi
ricardocrudo has joined #linux-sunxi
JohnDoe3 has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
pietrushnic has quit [Ping timeout: 244 seconds]
pietrushnic`away has joined #linux-sunxi
reinforce has quit [Quit: Leaving.]
bonbons has quit [Quit: Leaving]
domidumont has quit [Ping timeout: 246 seconds]
FR^2 has quit [Quit: Leaving]
mmarker has quit [Ping timeout: 252 seconds]
leviathanch has quit [Ping timeout: 244 seconds]
lemonzest has quit [Quit: Leaving]
leviathanch has joined #linux-sunxi
arossdotme has quit [Ping timeout: 256 seconds]
avph has quit [Remote host closed the connection]
arossdotme has joined #linux-sunxi
mmarker has joined #linux-sunxi
mmarker has joined #linux-sunxi
dev1990 has quit [Quit: Konversation terminated!]
sehraf has quit [Read error: Connection reset by peer]
naobsd has joined #linux-sunxi
ricardocrudo has quit [Ping timeout: 240 seconds]
tkoskine has quit [Ping timeout: 264 seconds]
tkoskine has joined #linux-sunxi
Zotan has quit [Remote host closed the connection]
Zotan has joined #linux-sunxi