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
<dannym> (aha, when I'm using the gpio and simultaneously enable the special function, the gpio dir will stop doing anything - but it also won't error out)
yann|work has quit [Ping timeout: 250 seconds]
<deskwizard> dannym, no I mean it's way over my head lol
<deskwizard> unless its like writing 1 and 0 to /sysfs somewhere lol
<deskwizard> and EVEN that
<deskwizard> dannym, you're missing a "if" somewhere :P
<deskwizard> (coding C atm hehe)
viccuad has quit [Ping timeout: 240 seconds]
ricardocrudo has quit [Ping timeout: 252 seconds]
kaspter has quit [Remote host closed the connection]
clonak_ has joined #linux-sunxi
Emaranhado has joined #linux-sunxi
clonak has quit [Ping timeout: 272 seconds]
<Emaranhado> @deskwizard you there?
<deskwizard> Yep!
<deskwizard> hey man
<Emaranhado> hey!
<Emaranhado> got some time :D ?
<deskwizard> why not
<deskwizard> hehe
<Emaranhado> ;D
<Emaranhado> nice
<Emaranhado> two things first
<dannym> Seppoz: I tried it now. Seems also on mainline muxing works the same. Whoever changes the mux last wins. The other function will not error out but it just won't do anything (including if a kernel module is loaded for it....).
<Emaranhado> I compiled the bin2fex, extracted the fex file, took a look at the file (not sure what I needed to see, anyway)
<Emaranhado> so, at least I've got that going for me
<deskwizard> Emaranhado, please say my name before so it highlight on my side else I might miss your message :(
<deskwizard> Emaranhado, Nice ! :)
<Emaranhado> deskwizard, k
<deskwizard> Emaranhado, thats all the hardware configuration
<Emaranhado> deskwizard, so, I've found this, which is the same version and the same machine as mine
<dannym> Seppoz: If the mux is on the special function, in order to mux it to the gpio again, it's enough to write "out" to "gpio.../direction" (the previous value was "out" right before writing as well). It will then mux it back to gpio, stealing it from the kernel module - which will be none the wiser. Only writing "gpio.../value" doesn't mux back.
<Emaranhado> deskwizard, I think that maybe, just maybe, that semitime i have uses the same specs?
<deskwizard> Emaranhado, a lot of the fex will be similar between devices, the importance lies in the little differences
<deskwizard> but yes it might very well be mate
<Emaranhado> deskwizard, I see
<Emaranhado> deskwizard, what should I look for?
<deskwizard> Emaranhado, Id run a diff between your fex and the one you linked for example, you will see what lines stand out
<deskwizard> I suggest 'meld' under ubuntu
<deskwizard> on ubuntu?
<deskwizard> whatever side your language wanna take ubuntu
<deskwizard> lol
<Emaranhado> hahaha
<Emaranhado> yes, I'm running things on ubuntu right now
aballier has quit [Ping timeout: 276 seconds]
<Emaranhado> deskwizard, k, I'll get this file and try the diff
<deskwizard> theres a git repository with a LOT of devices' fex in there, I think it was somewere on sunxi's
<deskwizard> maybe theres one for your device already
<Emaranhado> deskwizard, this link I've sent you is from sunxi repo. There's some folders with lots of fex there, too
<Emaranhado> I think you may be referring to that
<deskwizard> I am, sorry lol
<Emaranhado> np mate
<Emaranhado> I tried to look for it
<Emaranhado> it should be semitime_g1
<Emaranhado> the closest I found was this mk802_a10s
<Emaranhado> I'll make sure right now, using the diff
<deskwizard> worse that can happen is contributing to that repository, big deal :P
<Emaranhado> deskwizard, only as a curiosity, if it is the same or close, does that makes the job easier?
<deskwizard> doesnt matter, you have the fex directly from the device
<deskwizard> can't be closer than that
<Emaranhado> I see
aballier has joined #linux-sunxi
<deskwizard> it'll hint you at things you might encounter though
<Emaranhado> can I see the light in the end of the tunnel?
<deskwizard> cat 1 > /sys/class/leds/tunnel
<Emaranhado> hahahahahahaha
<Emaranhado> well, wasn't the light I was hoping for
<Emaranhado> but I'll take it
kaspter has joined #linux-sunxi
<deskwizard> and its echo ...
<deskwizard> sorry
<deskwizard> anyhoo
<Emaranhado> deskwizard, well, almost the same as Semitime_g2 (difference lies in lcd resolution, scaler mode enabled and serial number)
<deskwizard> Emaranhado, serial number... dont really care
<deskwizard> lcd resolution...
<Emaranhado> and, pretty similar to mini-x_a10s too, difference lies in dram io width, display mode, lcd action when not used and some other things lcd related
<deskwizard> I doubt you have a lcd
<Emaranhado> this lcd is the output screen or is it the screen that the "tablet" should have?
<deskwizard> tablet..
<Emaranhado> nope
<Emaranhado> it doesnt, it's a top box
<deskwizard> exactly
<Emaranhado> that fb0 scaler mode enable?
<deskwizard> it matters for android since they hacked the resolution thing and the fex settings are basically useless (at least on my board)
<deskwizard> the scaler mode im not sure
<deskwizard> that we'd have to let more knowledgeable people on that
<deskwizard> we can pretty much consider it mk802_a10s
<deskwizard> BUT
<deskwizard> we are missing 1 or maybe 2 informations
<Emaranhado> not mk802_a10s, that's the semitime_g2
<deskwizard> oh okay sorry
<Emaranhado> mk802 didn't made the cut, too many differences
<deskwizard> yeah use semitime_g2
<Emaranhado> what are we missing?
<deskwizard> what kind of wifi
<deskwizard> and if it has bluetooth, what kind of bluetooth
<Emaranhado> no bluetooth
<Emaranhado> and wifi, I should take the part number from the board?
<Emaranhado> or is that only doable by UART?
robogoat has quit [Ping timeout: 240 seconds]
<deskwizard> well if you can see the chip on the board...
Andy-D has joined #linux-sunxi
<Emaranhado> deskwizard is there a way to know for sure which one is the right chip?
naobsd has quit [Quit: naobsd]
<deskwizard> the one with realtek or broadcom on it..
<deskwizard> lol
<deskwizard> most likely
<Emaranhado> oh, right
<deskwizard> I mean I havent seen others on sunxi boards
<deskwizard> it would have been in the kernel config, but we checked yesterday and the config isnt on the board so
yoz has quit [Quit: leaving]
<Emaranhado> rtl8189
<Emaranhado> rtl8189 ES
<deskwizard> write that down :)
<deskwizard> so yeah, you have all you need mate
<deskwizard> you have your fex
<deskwizard> you have what wifi module to use
<deskwizard> and its an a10s
Guest86535 has joined #linux-sunxi
VargaD_ has joined #linux-sunxi
<Emaranhado> wow
robogoat has joined #linux-sunxi
<Emaranhado> so, I guess next is to add support to u-boot or something like that?
VargaD has quit [Ping timeout: 276 seconds]
VargaD_ is now known as VargaD
<deskwizard> Emaranhado, no its in there, you have a10s :P
<deskwizard> Emaranhado, time to build yourself a kernel
<deskwizard> check if you can find the config file for that g2 something board that the fex was similar
<Emaranhado> deskwizard, stupid question, but doesn't the fex file classifies as a config?
<deskwizard> Emaranhado, config for different things
<deskwizard> but I guess any a10s kernel config file could work, as long as you have the correct wifi module in it
<Emaranhado> deskwizard, that repo doesn't have any config files in it, only fex =/
<Emaranhado> deskwizard, can I build that config file?
<Emaranhado> or get it from my device?
<deskwizard> Emaranhado, we tried to get from your device, it wasnt there
<deskwizard> but like I said, the generic a10s will do for now
<Emaranhado> oh right...
<Emaranhado> where can I find the generic a10s config file?
<deskwizard> Emaranhado, ever built kernel and stuff before ?
<Emaranhado> nope
robogoat has quit [Ping timeout: 260 seconds]
<deskwizard> I know buildroot has everything you need for some a20 boards, not sure about a10
<deskwizard> anyhoo, all the information you need should be on linux-sunxi.org
<Emaranhado> in the "NDH"?
<deskwizard> the what ?
<Emaranhado> new device Howto, I guess
<deskwizard> Ah, yes
<deskwizard> going to be easy, take the g2 one, change the fex with yours, double-check wifi, done
<Emaranhado> looking for it on buildroot
<deskwizard> any a10
<deskwizard> honestly, whats the code for a10s... sun4i ?
<Emaranhado> yep
<Emaranhado> but the kernel for the semitime_g2 is the sun5i
<deskwizard> a13 ?
<Emaranhado> a10s
<deskwizard> well thats what you have isnt it ?
<Emaranhado> yes, it is
<deskwizard> i fail to see the issue
<Emaranhado> I'm looking for the config file
<Emaranhado> can't find it
<deskwizard> Emaranhado, nevermind the NDH for now
<Emaranhado> deskwizard, yes, I'm on that page
<Emaranhado> already got the toolchain
<Emaranhado> asked about the U-boot, you answered that the a10s already has one
<Emaranhado> so now, I'm on the Kernel step
<deskwizard> sorry we misunderstood each other
hipboi has joined #linux-sunxi
<deskwizard> you need to build u-boot
hipboi has quit [Remote host closed the connection]
hipboi has joined #linux-sunxi
<Emaranhado> deskwizard, k
<deskwizard> Emaranhado, I'd have a read at this, in case in applies to you (uart on sdcard) http://linux-sunxi.org/FEL/USBBoot
iamfrankenstein1 has joined #linux-sunxi
iamfrankenstein has quit [Ping timeout: 255 seconds]
iamfrankenstein1 is now known as iamfrankenstein
<Emaranhado> deskwizard, my device doesn't really have a mini/micro usb port
cnxsoft has joined #linux-sunxi
<deskwizard> Emaranhado, ah too bad, nevermind then
<Emaranhado> deskwizard, and when I link it together using the male male usb cable, it doesn't show any response
meridion has quit [Ping timeout: 260 seconds]
meridion has joined #linux-sunxi
<Emaranhado> deskwizard, that means I'm unable to boot it from usb?
<deskwizard> Emaranhado, looks like that yeah
<Emaranhado> I see
<Emaranhado> during that process compiling the kernel, what is the step that I check the wifi module?
<Emaranhado> before actually building the kernel?
clonak_ has quit [Read error: Connection reset by peer]
<deskwizard> Emaranhado, yes
<deskwizard> Emaranhado, you see where they talk about menuconfig for the a10s ?
<deskwizard> its in menu config, drivers, network, wireless
<Emaranhado> yes
<deskwizard> if my memory is correct
<Emaranhado> in the email, you mean
<deskwizard> what?
<Emaranhado> k, I see it now
dannym has quit [Quit: Leaving]
clonak has joined #linux-sunxi
khuey___ is now known as khuey|away
<Emaranhado> deskwizard: thanks mate. I guess it's going to take a while to download the kernel repo, and I'm running late again (I'll have to wake up in 5 and half hours and I still didn't cook diner)
<deskwizard> Emaranhado, no worries mate, you know where to find me ! :)
<Emaranhado> deskwizard: thank you very much!
<Emaranhado> deskwizard: I'll try to continue compiling the kernel and setting things up tomorrow, during the day
<Emaranhado> after this river of data finishes downloading
<Emaranhado> thank you for your guidance!
<deskwizard> np
Emaranhado has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
ninolein has quit [Ping timeout: 246 seconds]
ninolein has joined #linux-sunxi
Nacho has quit [Ping timeout: 276 seconds]
robogoat has joined #linux-sunxi
robogoat has quit [Ping timeout: 240 seconds]
montjoie has quit [Ping timeout: 240 seconds]
montjoie has joined #linux-sunxi
robogoat has joined #linux-sunxi
[7] has quit [Disconnected by services]
TheSeven has joined #linux-sunxi
Nacho has joined #linux-sunxi
IgorPec has joined #linux-sunxi
p1u3sch1 has quit [Ping timeout: 272 seconds]
p1u3sch1_ has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
Gerwin_J has joined #linux-sunxi
aru1302 has joined #linux-sunxi
<aru1302> hello
<aru1302> anyone there
aru1302 has left #linux-sunxi [#linux-sunxi]
Andy-D has quit [Ping timeout: 272 seconds]
robogoat has quit [Ping timeout: 240 seconds]
robogoat has joined #linux-sunxi
IgorPec has quit [Ping timeout: 260 seconds]
reinforce has joined #linux-sunxi
IgorPec has joined #linux-sunxi
IgorPec2 has joined #linux-sunxi
petero has joined #linux-sunxi
IgorPec has quit [Ping timeout: 260 seconds]
IgorPec2 has quit [Ping timeout: 260 seconds]
HeavyMetal has quit [Ping timeout: 272 seconds]
IgorPec has joined #linux-sunxi
HeavyMetal has joined #linux-sunxi
HeavyMetal has quit [Changing host]
HeavyMetal has joined #linux-sunxi
IgorPec2 has joined #linux-sunxi
IgorPec has quit [Ping timeout: 260 seconds]
IgorPec has joined #linux-sunxi
IgorPec2 has quit [Ping timeout: 260 seconds]
yann|work has joined #linux-sunxi
domidumont has joined #linux-sunxi
yann|work has quit [Ping timeout: 272 seconds]
domidumont has quit [Remote host closed the connection]
domidumont has joined #linux-sunxi
staplr has joined #linux-sunxi
staplr has quit [Read error: Connection reset by peer]
_massi has joined #linux-sunxi
diego_r has joined #linux-sunxi
yann|work has joined #linux-sunxi
IgorPec has quit [Quit: Nettalk6 - www.ntalk.de]
IgorPec has joined #linux-sunxi
FlorianH has joined #linux-sunxi
khgoh has joined #linux-sunxi
khgoh has quit [Client Quit]
IgorPec has quit [Quit: Nettalk6 - www.ntalk.de]
IgorPec has joined #linux-sunxi
maz has joined #linux-sunxi
fred_ has joined #linux-sunxi
fred_ is now known as Guest66252
clonak has quit [Read error: Connection reset by peer]
Guest86535 is now known as yoz
yoz is now known as Guest10190
clonak has joined #linux-sunxi
Net147 has quit [Ping timeout: 265 seconds]
bfree has quit [Ping timeout: 272 seconds]
bfree has joined #linux-sunxi
kenny has quit [Ping timeout: 272 seconds]
kenny has joined #linux-sunxi
lemonzest has joined #linux-sunxi
kenny is now known as Guest75538
Guest10190 is now known as yoz
<flok420> i noticed that the banana pi m2 gets extremely hot when on full cpu load (all cores 100%). is the same true for the old lemaker banana pi? the dual core one
viccuad has joined #linux-sunxi
ricardocrudo has joined #linux-sunxi
enrico_ has joined #linux-sunxi
<Guest66252> wondering if anyone has some information about using "chip-fel-flash" script with cubieboard?
Ueno_Otoko has joined #linux-sunxi
<Guest66252> I've manged to flash the SPL but no luck with u-booot
<NiteHawk> flok420: i'd say no. the a20 isn't that prone to overheating - it get's warm under load, but nothing serious, even without a heatsink
<flok420> ok. yeah that m2 got beyond hand-warm
<Guest66252> I've used the following settings for the spl-image-builder "-s 40 -c 1024 -p 8192 -o 640 -r 3 -u 8192"
<Guest66252> the nand I'm using is samsung K9GBG08U0A
<Guest66252> I've also tried the https://github.com/pietrushnic/ct-dev-setup/blob/master/ct-fel-flash.sh with the same result
yann|work has quit [Ping timeout: 252 seconds]
ricardocrudo has quit [Remote host closed the connection]
stephan_ has joined #linux-sunxi
ricardocrudo has joined #linux-sunxi
Ueno_Otoko_ has joined #linux-sunxi
Ueno_Otoko has quit [Ping timeout: 260 seconds]
vickycq has quit [Ping timeout: 265 seconds]
Ueno_Otoko_ is now known as Ueno_Otoko
pmattern has joined #linux-sunxi
vickycq has joined #linux-sunxi
Nacho has quit [Ping timeout: 240 seconds]
Guest66252 has quit [Ping timeout: 246 seconds]
Nacho has joined #linux-sunxi
mstar has joined #linux-sunxi
naobsd has joined #linux-sunxi
FDCX has quit [Remote host closed the connection]
FDCX has joined #linux-sunxi
ssvb has quit [Ping timeout: 260 seconds]
nicksydney_ has quit [Remote host closed the connection]
mstar has quit [Remote host closed the connection]
yann|work has joined #linux-sunxi
maz has quit [Ping timeout: 265 seconds]
focus has quit [Remote host closed the connection]
focus has joined #linux-sunxi
petero has quit [Quit: Verlassend]
leviathancn has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org]
lemonzest has quit [Ping timeout: 246 seconds]
lemonzest has joined #linux-sunxi
Ueno_Otoko has quit [Ping timeout: 240 seconds]
stephan_ has quit [Quit: Ex-Chat]
deskwizard has quit [Remote host closed the connection]
cnxsoft has quit [Quit: cnxsoft]
maz has joined #linux-sunxi
<vetkat> @flok420, no a20 based banana pies do not get really hot at al
deskwizard has joined #linux-sunxi
formruga has quit [Remote host closed the connection]
ssvb has joined #linux-sunxi
viccuad has quit [Ping timeout: 240 seconds]
<flok420> vetcat: so no cooking of a banana pi on the banana pi then?
<flok420> pie*
Guest75538 has quit [Changing host]
Guest75538 has joined #linux-sunxi
Guest75538 is now known as kenny
formruga has joined #linux-sunxi
formruga has quit [Client Quit]
formruga has joined #linux-sunxi
afaerber has joined #linux-sunxi
<vetkat> flok420: for cooking I can recommended Orange Pi pc
<flok420> vetkat: I have a wifi-booster somewhere in my storage room that can boost to 5 watt (which is 50x the allowed maximum in europe). that may be used as a microwave to heat the noodles.
Andy-D has joined #linux-sunxi
IgorPec has quit [Ping timeout: 260 seconds]
wens has quit [Ping timeout: 276 seconds]
viccuad has joined #linux-sunxi
wens has joined #linux-sunxi
jarr0dsz has joined #linux-sunxi
wens has quit [Ping timeout: 272 seconds]
jarr0dsz has quit [Client Quit]
reinforce has quit [Quit: Leaving.]
Gerwin_J has quit [Quit: Gerwin_J]
mstar has joined #linux-sunxi
domidumont has quit [Ping timeout: 246 seconds]
Nacho has quit [Ping timeout: 276 seconds]
Nacho has joined #linux-sunxi
Netlynx has joined #linux-sunxi
domidumont has joined #linux-sunxi
domidumont has quit [Remote host closed the connection]
domidumont has joined #linux-sunxi
domidumont has quit [Remote host closed the connection]
lemonzest has quit [Read error: Connection reset by peer]
domidumont has joined #linux-sunxi
lemonzest has joined #linux-sunxi
naobsd has quit [Remote host closed the connection]
naobsd has joined #linux-sunxi
uwe__ is now known as uwe_
diego_r has quit [Ping timeout: 255 seconds]
naobsd has quit [Remote host closed the connection]
IgorPec has joined #linux-sunxi
reinforce has joined #linux-sunxi
naobsd has joined #linux-sunxi
FlorianH has quit [Ping timeout: 240 seconds]
kaspter has quit [Ping timeout: 240 seconds]
kaspter has joined #linux-sunxi
kaspter has quit [Remote host closed the connection]
Gerwin_J has joined #linux-sunxi
domidumont has quit [Ping timeout: 246 seconds]
Gerwin_J has quit [Quit: Gerwin_J]
viccuad has quit [Ping timeout: 252 seconds]
enrico_ has quit [Quit: Bye]
maz has quit [Ping timeout: 265 seconds]
Nacho has quit [Ping timeout: 276 seconds]
interrobangd has joined #linux-sunxi
Nacho has joined #linux-sunxi
Nacho has quit [Remote host closed the connection]
Andy-D has quit [Ping timeout: 250 seconds]
Nacho has joined #linux-sunxi
mstar has quit []
afaerber has quit [Quit: Ex-Chat]
pmattern has quit [Quit: Genug für heute.]
Netlynx has quit [Quit: Leaving]
ricardocrudo has quit [Remote host closed the connection]
Andy-D has joined #linux-sunxi
ssvb has quit [Ping timeout: 240 seconds]
Ntemis has joined #linux-sunxi
ssvb has joined #linux-sunxi
cosm has joined #linux-sunxi
reinforce has quit [Quit: Leaving.]
_massi has quit [Remote host closed the connection]
GeneralStupid has joined #linux-sunxi
<GeneralStupid> Hi
<GeneralStupid> Hi, flash_image does not work. If i try flash_image boot, he cannot find the boot partition
Nacho has quit [Ping timeout: 240 seconds]
Nacho has joined #linux-sunxi
IgorPec2 has joined #linux-sunxi
IgorPec has quit [Ping timeout: 260 seconds]
IgorPec2 has quit [Ping timeout: 260 seconds]
Nacho has quit [Ping timeout: 276 seconds]
lemonzest has quit [Quit: Leaving]
Andy-D has quit [Read error: Connection reset by peer]
Andy-D has joined #linux-sunxi
nashpa has quit [Quit: Going away]
Andy-D has quit [Read error: Connection reset by peer]
Andy-D has joined #linux-sunxi
nashpa has joined #linux-sunxi
TheSeven has quit [Ping timeout: 252 seconds]
TheSeven has joined #linux-sunxi
Ueno_Otoko has joined #linux-sunxi
Andy-D has quit [Read error: Connection reset by peer]
Andy-D has joined #linux-sunxi
Andy-D has quit [Read error: Connection reset by peer]
Andy-D has joined #linux-sunxi
Ueno_Otoko has quit [Ping timeout: 240 seconds]
<GeneralStupid> Hi, flash_image does not work. If i try flash_image boot, he cannot find the boot partition
cosm has quit [Quit: Leaving]
ricardocrudo has joined #linux-sunxi
Ntemis has quit [Remote host closed the connection]
pietrushnic`away has joined #linux-sunxi
pietrushnic`away is now known as pietrushnic
MaDMaLKaV has quit [Remote host closed the connection]
MaDMaLKaV has joined #linux-sunxi
interrobangd has quit [Quit: Leaving]
ricardocrudo has quit [Read error: Connection reset by peer]
ricardocrudo has joined #linux-sunxi
ricardocrudo has quit [Read error: Connection reset by peer]
naobsd has quit [Quit: naobsd]
interrobangd has joined #linux-sunxi
Emaranhado has joined #linux-sunxi
Emaranhado has left #linux-sunxi [#linux-sunxi]
Emaranhado has joined #linux-sunxi
ricardocrudo has joined #linux-sunxi
iamfrankenstein has quit [Quit: iamfrankenstein]