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
dave0x6d has joined #linux-sunxi
vagrantc has quit [Quit: leaving]
liushuyu_ has joined #linux-sunxi
liushuyu_ has quit [Client Quit]
liushuyu_ has joined #linux-sunxi
p_rossak has joined #linux-sunxi
p_rossak_ has quit [Ping timeout: 240 seconds]
wzyy2 has joined #linux-sunxi
filt3r has quit [Ping timeout: 260 seconds]
parazyd has quit [Ping timeout: 245 seconds]
techn has quit [Ping timeout: 252 seconds]
plaes has quit [Ping timeout: 260 seconds]
plaes has joined #linux-sunxi
plaes has joined #linux-sunxi
plaes has quit [Changing host]
filt3r has joined #linux-sunxi
parazyd has joined #linux-sunxi
parazyd has joined #linux-sunxi
Andy-D_ has quit [Ping timeout: 260 seconds]
techn has joined #linux-sunxi
liushuyu has quit [Quit: Konversation terminated!]
Gerwin_J has joined #linux-sunxi
egbert has quit [Disconnected by services]
egbert has joined #linux-sunxi
lurchi_ is now known as lurchi__
ninolein_ has joined #linux-sunxi
ninolein has quit [Ping timeout: 240 seconds]
cnxsoft has joined #linux-sunxi
<wens> just sent
Gerwin_J has quit [Ping timeout: 260 seconds]
dave0x6d has quit [Quit: Connection closed for inactivity]
<wens> damn, had some email configuration issues :(
lkcl has joined #linux-sunxi
Gerwin_J has joined #linux-sunxi
Gerwin_J has quit [Ping timeout: 260 seconds]
velly has joined #linux-sunxi
victhor has quit [Ping timeout: 260 seconds]
Nacho has quit [Remote host closed the connection]
Nacho has joined #linux-sunxi
MXfive has quit [Quit: Sleep Quit.]
velly has quit [Read error: Connection reset by peer]
Gerwin_J has joined #linux-sunxi
velly has joined #linux-sunxi
pg12 has quit [Ping timeout: 240 seconds]
pg12 has joined #linux-sunxi
lurchi_ has joined #linux-sunxi
lurchi__ has quit [Ping timeout: 260 seconds]
Hao has joined #linux-sunxi
IgorPec has joined #linux-sunxi
TheSeven has quit [Ping timeout: 255 seconds]
TheSeven has joined #linux-sunxi
Hao has quit [Quit: Ex-Chat]
Hao has joined #linux-sunxi
kaspter has joined #linux-sunxi
foxx has joined #linux-sunxi
Hao has quit [Remote host closed the connection]
IgorPec has quit [Ping timeout: 252 seconds]
lemonzest has joined #linux-sunxi
lkcl has quit [Ping timeout: 268 seconds]
DullTube has joined #linux-sunxi
dave0x6d has joined #linux-sunxi
IgorPec has joined #linux-sunxi
terra854 has quit [Quit: Connection closed for inactivity]
kaspter has quit [Remote host closed the connection]
JohnDoe_71Rus has joined #linux-sunxi
Hao has joined #linux-sunxi
cnxsoft has quit [Read error: Connection reset by peer]
cnxsoft has joined #linux-sunxi
xes has quit [Read error: Connection reset by peer]
xes has joined #linux-sunxi
_whitelogger has joined #linux-sunxi
DullTube has quit [Quit: Leaving]
reinforce has joined #linux-sunxi
yann|work has quit [Ping timeout: 240 seconds]
<diego_r> env
<diego_r> sorry, wrong window :)
rookieone has quit [Quit: Oh poop..]
Andy-D_ has joined #linux-sunxi
velly has quit [Read error: Connection reset by peer]
IgorPec has quit [Ping timeout: 240 seconds]
<diego_r> Hi guys, is there any way to know from a bootscript from where U-Boot has been initially loaded? In my case I have an Olinuxino A20 Lime2 eMMC: I can place U-Boot with SPL both on the microSD or in the eMMC. As a human I can get from where it is loaded by looking at the "U-Boot SPL" output or by looking at the order of the devices in "mmc list" when full-fledged U-Boot has started, but is there any easily scriptable
<diego_r> way to get that from a bootscript?
<diego_r> (I'd love to avoid having a different boot.scr file, one for microSD, one for eMMC, just to specify the kernel root parameter mmcblk0p1 vs mmblk1p1)
<KotCzarny> if you want it scripted yourself, you can try to load some specific file
<KotCzarny> then make it an 'if' statement
<MoeIcenowy> I used to want to import a environment variable for the boot media
<MoeIcenowy> (as I have a board with both sdc0 and sdc2 wired out as MicroSD slot
<MoeIcenowy> (and I want a card can boot with both slots
<MoeIcenowy> but currently there's no way to retrieve real boot media in U-Boot
matthias_bgg has joined #linux-sunxi
<diego_r> KotCzarny: my target is to have the same exact "sdcard" image produced by a Yocto build to boot from microSD or eMMC (without adding different files). Everything else works, as the order of "mmc list" changes depending on the device U-Boot is loaded from, the last missing piece is the kernel root parameter. From your words it looks like this is not possible / easy.
lkcl has joined #linux-sunxi
komunista has joined #linux-sunxi
<KotCzarny> diego_r: but if you try to load SAME file but from different devices, you can detect what is available at least
Andy-D_ has quit [Ping timeout: 240 seconds]
dave0x6d has quit [Quit: Connection closed for inactivity]
<KotCzarny> so you can start with load mmc 0 /somefile and if its not avaialble continute with mmc 1 or 2 or spi
<KotCzarny> i'm not saying there is no scriptable way to report boot device otherwise, i'm just saying what i use
<MoeIcenowy> I think he wants to use the same image on mmc0 or mmc2
<MoeIcenowy> "without adding different files"
<MoeIcenowy> let me try to dig out my old patch
<KotCzarny> again, you try loading mmc 0 /somefile and mmc 1 /somefile
<BenG83> architecture Behavioral of ov7670_registers is
<BenG83> begin
<BenG83> signal address : std_logic_vector(7 downto 0) := (others => '0');
<BenG83> signal sreg : std_logic_vector(15 downto 0);
<BenG83> and you can go on from there...
<MoeIcenowy> BenG83: ?
<BenG83> oops
<BenG83> sorry wrong channel :)
<BenG83> btw FPGA are fun :P
<BenG83> trying to explain how I implemented a hardware based camera state machine..
kaspter has joined #linux-sunxi
tkaiser has joined #linux-sunxi
velly has joined #linux-sunxi
<KotCzarny> kind of ghetto detection, why not submit a patch for a new command?
<diego_r> tkaiser: perfect thanks. That works and is exactly what I needed. I knew there was a way...
<diego_r> KotCzarny: MoeIcenowy thanks for you help in any case
<diego_r> tkaiser: do you know if there's anybody trying to upstream the defconfig for Olinuxino A20 LIme 20 eMMC in U-Boot mainline, or should I try to upstream it myself?
<diego_r> (the one you pointed me to yesterday)
<MoeIcenowy> maybe you should do it ;-)
<wens> great, i won't have internet this weekend :(
<KotCzarny> wens: make the best out of it
<KotCzarny> tidy your room! ;)
<wens> KotCzarny: my room at my parents is basically empty :p
<KotCzarny> dust it? :P
<KotCzarny> no prepaid gsm internet available?
<wens> hmm, i guess that's an option
<wens> my phone doesn't have unlimited data
<KotCzarny> for simple google/irc/mail it will suffice
<KotCzarny> just make sure you turn off js/images
kaspter has quit [Ping timeout: 240 seconds]
<KotCzarny> for firefox there is noscript extension that easily can whitelist js sites (with a simple click)
<wens> i guess i'll just stick to basic ssh :|
popolon has joined #linux-sunxi
<diego_r> wens: what about enjoying real world? :)
<KotCzarny> real world is overrated
BenG83 has quit [Ping timeout: 268 seconds]
<wens> diego_r: depends on the weather
LargePrime has quit [Ping timeout: 240 seconds]
yann|work has joined #linux-sunxi
Mr__Anderson has joined #linux-sunxi
dave0x6d has joined #linux-sunxi
LargePrime has joined #linux-sunxi
rookieone has joined #linux-sunxi
BenG83 has joined #linux-sunxi
popolon has quit [Ping timeout: 240 seconds]
popolon has joined #linux-sunxi
mario_ has joined #linux-sunxi
chomwitt1 has quit [Ping timeout: 260 seconds]
paulk-collins has joined #linux-sunxi
reinforce has quit [Quit: Leaving.]
reinforce has joined #linux-sunxi
BenG83 has quit [Ping timeout: 260 seconds]
massi has joined #linux-sunxi
Hao has quit [Remote host closed the connection]
wzyy2 has quit [Ping timeout: 260 seconds]
Leepty has quit [Ping timeout: 240 seconds]
Gerwin_J has quit [Quit: Gerwin_J]
fkluknav has joined #linux-sunxi
Leepty has joined #linux-sunxi
yann-kaelig has joined #linux-sunxi
BenG83 has joined #linux-sunxi
lemonzest has quit [Quit: Leaving]
perr has joined #linux-sunxi
IgorPec has joined #linux-sunxi
Leepty has quit [Ping timeout: 245 seconds]
wzyy2 has joined #linux-sunxi
Leepty has joined #linux-sunxi
<IgorPec> anyone knows proper offset for saving u-boot environment from user space. v2017.03 / cubietruck
velly has quit [Ping timeout: 252 seconds]
cptG_ has joined #linux-sunxi
matthias_bgg has quit [Read error: Connection reset by peer]
cptG has quit [Ping timeout: 240 seconds]
<mripard> IgorPec: if on MMC, 552KiB
<mripard> but it depends on the board and storage medium
<IgorPec> so it's not the same on all allwinner boards? A10/A20/H3 ... at least ot SD card?
tsuggs has quit [Ping timeout: 255 seconds]
<mripard> on SD card it is
<IgorPec> ok. what about eMMMc? the same?
<mripard> but it's also something the user can configure, for example to have a redundant environment
<KotCzarny> isnt emmc 'just embedded sdcard' ?
<KotCzarny> from soc point of view
<mripard> but if you just want to support the standard feature set, then yes, on SD/eMMC, it's always the same
<mripard> KotCzarny: kind of but not really
<mripard> eMMCs have higher speed modes that require specific configurations
<mripard> and a wider bus
<KotCzarny> but its driver level
<mripard> so even if you can use an eMMC just like an SD card
<mripard> it's most of the time not the same
<mripard> no, the controller is different too
<mripard> and you have more operations so that it works properly
<mripard> like signal calibration and so on
<KotCzarny> still, it's driver level
<IgorPec> mmcblk0 0x8A000 0x20000
<IgorPec> if my math is correect
<IgorPec> para for fw_emv.config
<IgorPec> yes, it looks o.k. tnx!
<mripard> KotCzarny: if a dedicated HW controller that needs to be programmed specifically not hardware to you
<mripard> then yes, it's just driver level.
<KotCzarny> for uboot/linux its abstracted as mmc device, and system integrators dont look at further details
mhlavink has quit [Ping timeout: 268 seconds]
<KotCzarny> same for users
<KotCzarny> thats why i say it behaves like one (i know that its quite different on hw level)
matthias_bgg has joined #linux-sunxi
<IgorPec> one problem. now when I save environment from userspace, it is saved ... but uboot still uses default one?
<mripard> IgorPec: do you have the uboot logs ?
<IgorPec> yes
beeble has quit [Remote host closed the connection]
<mripard> IgorPec: tbh, if you control that in your installer, maybe the cleanest solution would be to create a partition to hold the environment, and then you just have to use that
<mripard> and not care about the offset itself
<mripard> *** Warning - bad CRC, using default environment
<IgorPec> so it looks like i didn't get right numbers?
terra854 has joined #linux-sunxi
<mripard> so, apparently, it read an environment, the CRC was bad, and fell back on the default one it has
<KotCzarny> usually means 0
<KotCzarny> dump the offset and see whats saved there?
<KotCzarny> s/offset/data at offset/
<IgorPec> i found this article
<IgorPec> and according to that, it doesn't work for .. it looks like that was on old AW uboot ... that offset kills uboot
<IgorPec> this one, probably inccoret, doesn't do anything :)
<mripard> IgorPec: hmmm, he seems to be using 544KiB as the offset though
<KotCzarny> did it change between uboot-2011 and mainline?
<IgorPec> yes, i just figured out that it might be a problem with uboot .. i saved environment from uboot and it also stuck
<IgorPec> yes, it stuck by default
<IgorPec> i'll do another check with clean uboot from latest source
beeble has joined #linux-sunxi
<IgorPec> it tries to boot from MMC1 !
<mripard> http://git.denx.de/?p=u-boot.git;a=blob;f=include/configs/sunxi-common.h;h=d48bdac07af130f54b58f851a0d1a0738e2461cd;hb=8537ddd769f460d7fb7a62a3dcc9669049702e51#l175
<mripard> it's 544
<mripard> I had a commit in my local tre that was changing that, sorry...
chlorine_ has quit [Remote host closed the connection]
<IgorPec> but why after saving envirment it start to boot from eMMC1
lamer14920862807 has joined #linux-sunxi
chlorine_ has joined #linux-sunxi
tkaiser has quit [Ping timeout: 245 seconds]
chlorine_ has quit [Remote host closed the connection]
<IgorPec> mripard: it's a bug in u-boot
<IgorPec> i took one older version and it's working like a charm
perr has quit [Quit: Leaving]
IgorPec has quit [Ping timeout: 252 seconds]
pulser_ has quit [Remote host closed the connection]
Net147 has quit [Quit: Quit]
chlorine has joined #linux-sunxi
chlorine has quit [Ping timeout: 260 seconds]
chlorine has joined #linux-sunxi
dave0x6d has quit [Quit: Connection closed for inactivity]
JohnDoe_71Rus has quit [Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org]
MXfive has joined #linux-sunxi
<diego_r> Hi guys, I've opened a pull request for adding support for eMMC Lime2 variant: https://github.com/linux-sunxi/meta-sunxi/pull/175
mhlavink has joined #linux-sunxi
mario_ has quit [Quit: Page closed]
chlorine_ has joined #linux-sunxi
Nacho has quit [Ping timeout: 252 seconds]
Nacho has joined #linux-sunxi
chlorine has quit [Ping timeout: 260 seconds]
cnxsoft has quit [Quit: cnxsoft]
victhor has joined #linux-sunxi
lynxis_ is now known as lynxis
terra854 has quit [Quit: Connection closed for inactivity]
JohnDoe_71Rus has joined #linux-sunxi
IgorPec has joined #linux-sunxi
<TheLinuxBug> \o/ Sweet
<TheLinuxBug> Thnx for sharing wen
<TheLinuxBug> wens
chlorine_ has quit [Remote host closed the connection]
chlorine has joined #linux-sunxi
<TheLinuxBug> lol @2m56s
<TheLinuxBug> everyone laughs ;p
Turl has quit [Quit: >.<]
Turl has joined #linux-sunxi
<wens> i haven't watched it yet
chlorine has quit [Remote host closed the connection]
<wens> watching "Non-native English speakers in Open Source communities: A True Story" atm
chlorine has joined #linux-sunxi
reinforce has quit [Quit: Leaving.]
<TheLinuxBug> "Is that supported in the kernel...." *uneasy pause* "No"
<TheLinuxBug> lol
<KotCzarny> smelly kernels ahoy!
<TheLinuxBug> yummy :(
<KotCzarny> why so sad?
chlorine has quit [Remote host closed the connection]
<KotCzarny> just another reason to say 'good work linux-sunxi folks!'
terra854 has joined #linux-sunxi
<TheLinuxBug> hehe\
<TheLinuxBug> indeed
chlorine has joined #linux-sunxi
chlorine has quit [Read error: Connection reset by peer]
chlorine_ has joined #linux-sunxi
* jelle sends some udp packets to KotCzarny
<KotCzarny> i'm invincible, muahahaa!
<TheLinuxBug> lol
<KotCzarny> otoh i should probably upgrade to current mainline
chlorine_ has quit [Remote host closed the connection]
chlorine has joined #linux-sunxi
<KotCzarny> JohnDoe_71Rus: good, i wont feel lonely in my life
arnd_ has joined #linux-sunxi
chlorine has quit [Ping timeout: 260 seconds]
Gerwin_J has joined #linux-sunxi
Nemo_bis_ has joined #linux-sunxi
topi`_ has joined #linux-sunxi
gaby_ has joined #linux-sunxi
heffer_ has joined #linux-sunxi
rah_ has joined #linux-sunxi
akaWolf1 has joined #linux-sunxi
wigyori_ has joined #linux-sunxi
mripard_ has joined #linux-sunxi
dlan_ has joined #linux-sunxi
dlan_ has joined #linux-sunxi
miasma_ has joined #linux-sunxi
diego_r has quit [Ping timeout: 240 seconds]
mozzwald_ has joined #linux-sunxi
IgorPec has quit [Ping timeout: 260 seconds]
Gerwin_J has quit [Client Quit]
Gerwin_J has joined #linux-sunxi
Gerwin_J has quit [Client Quit]
chlorine has joined #linux-sunxi
Gerwin_J has joined #linux-sunxi
scelestic has quit [Read error: Connection reset by peer]
aliosa27_ has joined #linux-sunxi
marcan_ has joined #linux-sunxi
Gerwin_J has quit [Client Quit]
valkyr1e_ has joined #linux-sunxi
mpmc_znc has joined #linux-sunxi
scelestic has joined #linux-sunxi
Putti has quit [*.net *.split]
dlan has quit [*.net *.split]
indy has quit [*.net *.split]
miasma has quit [*.net *.split]
wigyori has quit [*.net *.split]
rah has quit [*.net *.split]
akaWolf has quit [*.net *.split]
arnd has quit [*.net *.split]
FergusL has quit [*.net *.split]
valkyr1e has quit [*.net *.split]
mripard has quit [*.net *.split]
heffer has quit [*.net *.split]
marcan has quit [*.net *.split]
gaby has quit [*.net *.split]
Nemo_bis has quit [*.net *.split]
mpmc has quit [*.net *.split]
aliosa27 has quit [*.net *.split]
mozzwald has quit [*.net *.split]
topi` has quit [*.net *.split]
indy_ has joined #linux-sunxi
akaWolf1 is now known as akaWolf
vagrantc has joined #linux-sunxi
<terra854> Whoa... what happened? ^^^^
<KotCzarny> netsplit
<KotCzarny> you new on irc/
aliosa27_ is now known as aliosa27
<wens> it happens all the time over on ircnet
<wens> really annoying
<terra854> Don't really know that much about irc stuff
<terra854> technical irc stuff
<terra854> And is it jst me or the irc server is lagging?
<KotCzarny> might be ddossed
arnd_ is now known as arnd
<KotCzarny> usually when server disconnects from the others its because of network connection problems
<wens> terra854: for whatever reason it goes out of sync and drops out
<wens> ok... sunxi video
fkluknav has quit [Ping timeout: 240 seconds]
gaby_ has quit [Ping timeout: 260 seconds]
gaby has joined #linux-sunxi
fkluknav has joined #linux-sunxi
Putti has joined #linux-sunxi
Andy-D_ has joined #linux-sunxi
<BenG83> omg
<BenG83> "The Pine64 guy is one of the founding member of Apple..." ?
<BenG83> what
<KotCzarny> is he the one that sold apple shares for few dollars? ;)
<KotCzarny> and did the best market transaction in the last century? (;
chlorine has quit [Remote host closed the connection]
Nemo_bis_ has quit [Changing host]
Nemo_bis_ has joined #linux-sunxi
Nemo_bis_ is now known as Nemo_bis
chlorine_ has joined #linux-sunxi
<terra854> I guess that he got mistaken...
<BenG83> yeah I think he meant D. Kottke who was somehow involved in the Pine kickstarter...
fkluknav has quit [Ping timeout: 260 seconds]
Putti has quit [*.net *.split]
BenG83 has quit [Ping timeout: 260 seconds]
wzyy2 has quit [Ping timeout: 260 seconds]
reinforce has joined #linux-sunxi
fkluknav has joined #linux-sunxi
chlorine_ has quit [Remote host closed the connection]
Nacho has quit [Ping timeout: 260 seconds]
chlorine has joined #linux-sunxi
<wens> i think that was mentioned in the original kickstarter campaign
chlorine has quit [Ping timeout: 260 seconds]
chlorine has joined #linux-sunxi
wigyori_ is now known as wigyori
wigyori has quit [Changing host]
wigyori has joined #linux-sunxi
chlorine_ has joined #linux-sunxi
chlorine has quit [Ping timeout: 260 seconds]
Andy-D__ has joined #linux-sunxi
lamer14921008809 has joined #linux-sunxi
KotCzarny_ has joined #linux-sunxi
Andy-D_ has quit [Ping timeout: 240 seconds]
lamer14920862807 has quit [Ping timeout: 255 seconds]
_filt3r_ has joined #linux-sunxi
KotCzarny has quit [Ping timeout: 252 seconds]
terra854 has quit [Ping timeout: 252 seconds]
victhor has quit [Ping timeout: 252 seconds]
arnd has quit [Ping timeout: 252 seconds]
filt3r has quit [Ping timeout: 252 seconds]
mzki has quit [Ping timeout: 252 seconds]
gaby has quit [Ping timeout: 252 seconds]
tlwoerner has quit [Ping timeout: 252 seconds]
libv has quit [Ping timeout: 252 seconds]
corecode has quit [Ping timeout: 252 seconds]
libv_ has joined #linux-sunxi
victhor_ has joined #linux-sunxi
gaby has joined #linux-sunxi
tlwoerner has joined #linux-sunxi
tlwoerner has joined #linux-sunxi
pmpp has quit [Ping timeout: 252 seconds]
jemk has quit [Ping timeout: 252 seconds]
jemk has joined #linux-sunxi
mzki has joined #linux-sunxi
arnd has joined #linux-sunxi
pmpp has joined #linux-sunxi
KotCzarny_ is now known as KotCzarny
corecode has joined #linux-sunxi
terra854 has joined #linux-sunxi
IgorPec has joined #linux-sunxi
<MoeIcenowy> tkaiser: do you have Nano Pi NEO2 schematics now?
yann|work has quit [Ping timeout: 240 seconds]
massi has quit [Quit: Leaving]
matthias_bgg has quit [Quit: Leaving]
lamer14921008809 has quit [Ping timeout: 245 seconds]
lamer14921008809 has joined #linux-sunxi
BenG83 has joined #linux-sunxi
lamer14921008809 has quit [Quit: jIRCii - http://www.oldschoolirc.com]
tkaiser has joined #linux-sunxi
mozzwald_ is now known as mozzwald
Mr__Anderson has quit [Remote host closed the connection]
Putti has joined #linux-sunxi
chomwitt1 has joined #linux-sunxi
ykchavan has joined #linux-sunxi
<MoeIcenowy> tkaiser: is 672MHz too high for Nano Pi NEO2 DRAM?
<MoeIcenowy> I think stock licheee used 504
<tkaiser> BenG83: As announced before and maybe worth a post in Pine64 forum: https://forum.armbian.com/index.php?/topic/3953-preview-generate-omv-images-for-sbc-with-armbian/&do=findComment&comment=29436
<tkaiser> MoeIcenowy: No idea, don't have the board. But wait...
yann-kaelig has quit [Quit: Leaving]
unixdork has quit [Quit: EliteBNC free bnc service - http://elitebnc.org/]
scream has joined #linux-sunxi
<BenG83> tkaiser, thanks again
nixdork has joined #linux-sunxi
fl_0 has quit [Ping timeout: 245 seconds]
yann|work has joined #linux-sunxi
libv_ is now known as libv
liushuyu has joined #linux-sunxi
fl_0 has joined #linux-sunxi
chlorine_ has quit [Remote host closed the connection]
fkluknav has quit [Ping timeout: 260 seconds]
lkcl has quit [Ping timeout: 260 seconds]
kloczek has joined #linux-sunxi
lamer14921111992 has joined #linux-sunxi
tkaiser has quit [Ping timeout: 240 seconds]
lamer14921111992 has quit [Ping timeout: 258 seconds]
liushuyu has quit [Quit: Konversation terminated!]
tkaiser has joined #linux-sunxi
dave0x6d has joined #linux-sunxi
xes_ has joined #linux-sunxi
xes has quit [Ping timeout: 240 seconds]
chlorine has joined #linux-sunxi
chlorine has quit [Ping timeout: 252 seconds]
JohnDoe_71Rus has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/]
foxx has quit [Ping timeout: 240 seconds]
mpmc_znc is now known as mpmc
Ntemis has joined #linux-sunxi
Mr__Anderson has joined #linux-sunxi
jernej has joined #linux-sunxi
terra854 has quit [Quit: Connection closed for inactivity]
reinforce has quit [Quit: Leaving.]
kloczek has quit [Quit: kloczek]
kloczek has joined #linux-sunxi
tlwoerner_ has joined #linux-sunxi
tlwoerner has quit [Ping timeout: 258 seconds]
scream has quit [Remote host closed the connection]
apritzel has joined #linux-sunxi
tlwoerner_ is now known as tlwoerner
ykchavan_ has joined #linux-sunxi
ykchavan has quit [Ping timeout: 260 seconds]
paulk-collins has quit [Quit: Leaving]
phil42 has quit [Ping timeout: 240 seconds]
tkaiser has quit [Read error: Connection reset by peer]
phil42 has joined #linux-sunxi
tkaiser has joined #linux-sunxi
kloczek has quit [Remote host closed the connection]
kloczek has joined #linux-sunxi
lamer14921201851 has joined #linux-sunxi
tkaiser has quit [Ping timeout: 255 seconds]
lamer14921201851 has quit [Client Quit]
Ntemis has quit [Remote host closed the connection]
FergusL has joined #linux-sunxi
chlorine has joined #linux-sunxi
chlorine has quit [Ping timeout: 258 seconds]
IgorPec has quit [Ping timeout: 240 seconds]
Mr__Anderson has quit [Quit: Leaving.]
<willmore> So sunxi is pronounced sun-C?
lkcl has joined #linux-sunxi
dave0x6d has quit [Quit: Connection closed for inactivity]
dave0x6d has joined #linux-sunxi
fl_0 has quit [Quit: STRG + Q]
vagrantc has quit [Quit: leaving]
ykchavan_ has quit [Quit: Leaving]
<phil42> or is it sun-hshee ?
ykchavan has joined #linux-sunxi
russell-- has quit [Ping timeout: 268 seconds]
russell-- has joined #linux-sunxi
russell-- is now known as Guest82355
komunista has quit [Quit: Leaving.]
fl_0 has joined #linux-sunxi
jernej has quit [Ping timeout: 260 seconds]
chomwitt1 has quit [Quit: WeeChat 1.0.1]
lurchi_ is now known as lurchi__
lurchi__ is now known as lurchi_
wzyy2 has joined #linux-sunxi
apritzel has quit [Ping timeout: 252 seconds]
wzyy2 has quit [Ping timeout: 240 seconds]
popolon has quit [Quit: WeeChat 1.7]