rellla 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 - *only registered users can talk*
andy25225 has joined #linux-sunxi
_whitelogger has joined #linux-sunxi
ChriChri_ has joined #linux-sunxi
andy25225 has quit [Ping timeout: 260 seconds]
ChriChri has quit [Ping timeout: 272 seconds]
ChriChri_ is now known as ChriChri
andy25225 has joined #linux-sunxi
Mangy_Dog has quit [Ping timeout: 272 seconds]
vagrantc has quit [Quit: leaving]
iyzsong has joined #linux-sunxi
sunshavi has quit [Quit: nil]
<willmore> I think I have one rockchip board. It doesn't work well.
sunshavi has joined #linux-sunxi
cnxsoft1 has quit [Remote host closed the connection]
cnxsoft has joined #linux-sunxi
jstein has quit [Quit: quit]
tllim has quit [Quit: Leaving]
mripard has quit [Read error: Connection reset by peer]
iyzsong has quit [Quit: ZNC 1.7.1 - https://znc.in]
mripard has joined #linux-sunxi
cnxsoft1 has joined #linux-sunxi
cnxsoft has quit [Read error: Connection reset by peer]
iyzsong has joined #linux-sunxi
gaston1980 has quit [Quit: Konversation terminated!]
_whitelogger has joined #linux-sunxi
lurchi__ has joined #linux-sunxi
lurchi_ has quit [Ping timeout: 260 seconds]
sunshavi has quit [Ping timeout: 256 seconds]
_whitelogger has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
[ACK] has quit [Quit: Standards lives in all perspectives! thanks.]
iyzsong- has joined #linux-sunxi
iyzsong has quit [Ping timeout: 260 seconds]
suprothunderbolt has joined #linux-sunxi
sunshavi has joined #linux-sunxi
CheetahPixie has joined #linux-sunxi
<CheetahPixie> Alright, so.
<CheetahPixie> In front of me I have a tablet bought directly from the factory.
<CheetahPixie> Of course, this is an Allwinner device.
<CheetahPixie> Even has an eng build of Android that shipped with basically nothing onboard.
<CheetahPixie> My problem though is this: I want to root it, and I can modify the /system directory at will, and the recovery itself starts with root privileges (so I have a root adb shell); my question is, how can I actually expose this to a fully booted Android in order to run the script dumper?
<CheetahPixie> It's a NAND device, by the way.
<KotCzarny> you can try old hole in /proc to get root
<KotCzarny> or just boot linux userspace with that android kernel to have nand access
<KotCzarny> but it's offtopic here to ask about android, just saying
<CheetahPixie> How would the /proc hole work in 3.10?
<CheetahPixie> and if it's offtopic for here, where do I take this then?
<KotCzarny> echo "rootmydevice" > /proc/sunxi_debug/sunxi_debug
<CheetahPixie> Plus, how would I even boot the Linux userspace on this kernel?
<CheetahPixie> That doesn't work on this one.
<KotCzarny> check if this gives you root in terminal
<CheetahPixie> Gives a not found for the file.
<KotCzarny> then it's not existent
<CheetahPixie> No hole on 3.10?
<CheetahPixie> This is a brand new tablet, by the way.
<KotCzarny> as for booting linux, all allwinner devices have sdcard as a highest boot priority
<CheetahPixie> Yes, but how do I make it boot the on-NAND kernel?
<KotCzarny> you can try booting some other kernel for the same soc
<KotCzarny> is it a33 or a64 or something else?
<CheetahPixie> A64.
<CheetahPixie> All I really want is to run this script extractor.
<CheetahPixie> Does it work in a recovery shell?
<CheetahPixie> If so, then that solves this issue.
<KotCzarny> there is an article about that
<KotCzarny> on wiki
<CheetahPixie> Did another look after I restored a backup via adb.
<CheetahPixie> Seems there is a (non-pathed) su in /system/xbin.
<CheetahPixie> Another quick question.
<CheetahPixie> make CROSS_COMPILE=arm-linux-gnueabihf- sunxi-script_extractor
<CheetahPixie> isn't this arm32?
<CheetahPixie> shouldn't it be aarch64-linux-gnu for 64?
<KotCzarny> do you believe your android is 64bit?
netlynx has joined #linux-sunxi
netlynx has joined #linux-sunxi
netlynx has quit [Changing host]
[LABYRINTH] has joined #linux-sunxi
<CheetahPixie> It is 64 bit, with a lib64 path and all.
<CheetahPixie> And in fact, that 32 bit executable just segfaulted on me.
<KotCzarny> then recompile with 64bit and update wiki
<KotCzarny> :)
<CheetahPixie> I'm going to see if recompiling with 64 bit even works first.
<CheetahPixie> CPU Z reports the kernel architecture as aarch64, so yes.
<CheetahPixie> As a small addentum: the line, as provided, does not actually work under Ubuntu 20.04 and GCC 9; I had to link the executable to the name the code expected for it to work properly.
<CheetahPixie> That is, it appends "gcc" to the name, regardless of the input I provide.
<CheetahPixie> This is a problem because the filename it requires is "arm-linux-gnueabihf-gcc-9"
<CheetahPixie> Thus, without linking, I can't even use this program.
<CheetahPixie> So I'd greatly suggest removing the "gcc" assumption and including the full filename in the wiki.
<KotCzarny> remember that working with old devices/tools its sometimes useful to have older vm for things
<CheetahPixie> This works fine when I link it, mind.
<CheetahPixie> Maybe I can make a quick PR?
<CheetahPixie> That is, to fix this.
<KotCzarny> sure, wiki is also freely editable
<CheetahPixie> The utility still segfaults.
<CheetahPixie> On aarch64.
<CheetahPixie> What do I do?
<KotCzarny> try some other method and/or wait for someone who played with a64 tablet
<CheetahPixie> Ripping it out of nanda won't work since the file isn't even present there.
<KotCzarny> you can try dumping the nand image to sdcard image
<KotCzarny> makes it easier to analyze it later on linux pc
<CheetahPixie> I already adb pulled all the nand partitions.
<KotCzarny> then you can binary search them for the script location
<CheetahPixie> What method would you use for binary searches?
<CheetahPixie> Mine turned up little that was actually useful.
<CheetahPixie> Also, when looking at the (admittedly modest) source code of the script extractor, it refers to /dev/mem, which is absent on this tablet.
<KotCzarny> with 3.10 kernel and upwards they started using script to dtb converter
<KotCzarny> so i would search for dtb
random_yanek has quit [Ping timeout: 246 seconds]
<CheetahPixie> Alright.
<CheetahPixie> Can I reliably reverse this to an usable dts/fex file that I can later use to compile something else?
<KotCzarny> yes, by normal linux tools you can get dts from dtb
<KotCzarny> not easy to read, but should include all device specific configs
random_yanek has joined #linux-sunxi
<KotCzarny> hmm
<CheetahPixie> If that won't hold water, I'm hoping the folks who I bought these from actually is willing to hand over a bin/fex/dtb/dts file for me to use.
<KotCzarny> not tested, just random google
<CheetahPixie> Well, /dev/dtb doesn't even exist for me
<KotCzarny> no easy route then
<KotCzarny> you should do some text searches for dtb magic bytes etc
<CheetahPixie> what are those magic bytes?
<KotCzarny> for my h5 dtb looks like it starts with 0xd0 0d de ed
<KotCzarny> erm
<KotCzarny> for my h5 dtb looks like it starts with 0xd0 0d fe ed
<KotCzarny> and its usually 32-64kB long
<KotCzarny> and should also contain strings similar to sun50...
<CheetahPixie> alright
s3b0 has joined #linux-sunxi
<CheetahPixie> not going to be able to search everything, but I hope a hexeditor and the ones I can work with suffice.
<KotCzarny> it should be in the first few hundred megs of nand
tl_lim has quit [Read error: Connection reset by peer]
<jernej> the easiest way to get android DTB is to extract it from Android update or LiveSuit image
<KotCzarny> jernej: assuming you have one. which might be harder than dumping nand ;)
<CheetahPixie> I don't have one, fun fact.
<jernej> well, most of the time it's possible to find it on net
<CheetahPixie> This is straight from the factory.
<CheetahPixie> No mentions of this board anywhere on the web.
<CheetahPixie> Nor the platform.
<CheetahPixie> Plus, I'm not finding d00dfeed anywhere in NAND.
<KotCzarny> might be byte swapped
<jernej> note that nand may have pages scrambled due to wear leveling algorithm
<CheetahPixie> Byteswapped?
<jernej> e.g. no guarantee that DTB will be in sequential pages
<CheetahPixie> As in edfe0dd0?
<CheetahPixie> Oh
<CheetahPixie> okay
<CheetahPixie> then how am I going to get at it?
<jernej> as I said, it's a chance, not 100% :)
<CheetahPixie> In addition,https://github.com/PabloCastellano/extract-dtb finds an appended dtb file in neither of the present bootimgs.
<KotCzarny> CheetahPixie: dump the nand when in uboot
<CheetahPixie> how do I even get it into uboot?
<KotCzarny> use serial console usually exposed via microsd slot, or pads on the board
<CheetahPixie> Is there an USB serial prompt or?
<jernej> do you have root access?
<CheetahPixie> Over adb I do.
<CheetahPixie> This is an eng build after all.
<jernej> on one Android box I found dtb accessible over /sys but I forgot exact path
<CheetahPixie> Alright.
<jernej> check if /sys/firmware/fdt exists on your box
<jernej> this is dtb
<CheetahPixie> Nope.
<CheetahPixie> So I've no idea what to do.
<CheetahPixie> /sys/firmware is empty.
<jernej> hm... let me check on actuall Android
<CheetahPixie> And a quick du | grep for either fdt or dtb return nothing.
<jernej> well, you can still dump NAND and try your luck finding it
<CheetahPixie> From uboot, you say?
<CheetahPixie> How do I get there?
<KotCzarny> jernej: uboot part of the nand is scrambled differently from linux
<KotCzarny> at least on a13 i have
<KotCzarny> and it's only readable in uboot
<jernej> oh, which SoC you have and which kernel version?
<CheetahPixie> A64, 3.10.
<CheetahPixie> aarch64 compiled Android according to CPU Z, if that helps more.
dddddd has quit [Ping timeout: 256 seconds]
<CheetahPixie> Any pointers?
<KotCzarny> you should access uboot via serial console
<CheetahPixie> There seems to be nothing on this board pointing to one.
<KotCzarny> i dont remember if on sun50xxxx serial is exposed via sdcard slot or pads on the mainboard
<KotCzarny> are you brave to open the device or worrying about warranty?
<JohnDoe_71Rus> sorry for offtop. do you know about ID 1a86:7522 QinHeng Electronics. think some HL-34x USB-Serial adapter. 7522, not 7523
<CheetahPixie> That there is the board.
<CheetahPixie> Underside is about as barren as Wyoming on a good day.
<KotCzarny> no obvious/marked pads
<KotCzarny> i wonder where did they route the serial
<KotCzarny> on pinetab they've routed serial to 3.5" jack
<KotCzarny> and there is no other a64 tablet in the linux-sunxi wiki
<KotCzarny> so think of yourself as a pioneer of sorts
<CheetahPixie> That was my plan.
<KotCzarny> while waiting for someone with more experience you can create an account on the wiki and add a page about your device using new-device-howto
<CheetahPixie> I might.
andy25225 has quit [Ping timeout: 256 seconds]
andy25225 has joined #linux-sunxi
arti has joined #linux-sunxi
<KotCzarny> i wonder what those 2 pads near the sdcard slot are
ldevulder_ has joined #linux-sunxi
arti has quit [Ping timeout: 256 seconds]
iyzsong- has quit [Ping timeout: 256 seconds]
afaerber has quit [Ping timeout: 256 seconds]
narmstrong has quit [Ping timeout: 256 seconds]
ric96 has quit [Ping timeout: 256 seconds]
aib has quit [Ping timeout: 256 seconds]
<CheetahPixie> good questio
OnkelUlla has quit [Ping timeout: 256 seconds]
s3b0 has quit [Quit: Konversation terminated!]
ldevulder__ has quit [Ping timeout: 246 seconds]
matteosilex has quit [Ping timeout: 256 seconds]
xes has quit [Ping timeout: 256 seconds]
MartijnBraam has quit [Ping timeout: 256 seconds]
andy25225 has quit [*.net *.split]
suprothunderbolt has quit [*.net *.split]
aliosa27 has quit [*.net *.split]
willmore has quit [*.net *.split]
Kwiboo has quit [*.net *.split]
Nemo_bis has quit [*.net *.split]
Putti has quit [*.net *.split]
anarsoul|c has quit [*.net *.split]
ccaione has quit [*.net *.split]
_whitelogger has joined #linux-sunxi
lennard has joined #linux-sunxi
pmp-p has quit [Ping timeout: 272 seconds]
xes has joined #linux-sunxi
suprothunderbolt has quit [Ping timeout: 265 seconds]
pmp-p has joined #linux-sunxi
JohnDoe8 has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
JohnDoe_71Rus has joined #linux-sunxi
yann has joined #linux-sunxi
vbmithr has quit [Ping timeout: 258 seconds]
kaspter has quit [Remote host closed the connection]
kaspter has joined #linux-sunxi
iyzsong has quit [Quit: ZNC 1.7.1 - https://znc.in]
iyzsong has joined #linux-sunxi
Mangy_Dog has joined #linux-sunxi
AneoX has quit [Quit: Textual IRC Client: www.textualapp.com]
KotCzarny has quit [Quit: brb]
KotCzarny has joined #linux-sunxi
AneoX has joined #linux-sunxi
<CheetahPixie> While mucking about with the extractor, I probably got another tablet in the database for us.
dddddd has joined #linux-sunxi
reinforce has joined #linux-sunxi
babalos has joined #linux-sunxi
Perlovka has quit [Ping timeout: 260 seconds]
Perlovka has joined #linux-sunxi
iyzsong has quit [Ping timeout: 256 seconds]
babalos has quit [Quit: Leaving]
andy25225 has quit [Ping timeout: 265 seconds]
tuxd3v has quit [Ping timeout: 272 seconds]
andy25225 has joined #linux-sunxi
s3b0 has joined #linux-sunxi
libv_ has joined #linux-sunxi
libv has quit [Ping timeout: 258 seconds]
tuxd3v has joined #linux-sunxi
s3b0 has quit [Quit: Konversation terminated!]
random_yanek has quit [Ping timeout: 260 seconds]
s3b0 has joined #linux-sunxi
macc24 has quit [Quit: WeeChat 2.8]
AneoX has quit [Quit: Textual IRC Client: www.textualapp.com]
AneoX has joined #linux-sunxi
andy25225 has quit [Ping timeout: 256 seconds]
andy25225 has joined #linux-sunxi
chewitt has quit [Read error: Connection reset by peer]
chewitt has joined #linux-sunxi
jstein has joined #linux-sunxi
andy25225 has quit [Ping timeout: 246 seconds]
<CheetahPixie> are there any a33 tablet dts files i can reference?
andy25225 has joined #linux-sunxi
cnxsoft1 has quit [Quit: cnxsoft1]
s3b0 has quit [Quit: Konversation terminated!]
macc24 has joined #linux-sunxi
Asara has quit [Ping timeout: 272 seconds]
kaspter has quit [Quit: kaspter]
tllim has joined #linux-sunxi
kaspter has joined #linux-sunxi
macc24_ has joined #linux-sunxi
macc24 has quit [Disconnected by services]
macc24_ is now known as macc24
Asara has joined #linux-sunxi
macc24 has quit [Client Quit]
libv has joined #linux-sunxi
libv_ has quit [Ping timeout: 256 seconds]
macc24 has joined #linux-sunxi
Ixnus has joined #linux-sunxi
<Ixnus> where it should be reported ?
Ixnus has quit [Remote host closed the connection]
vagrantc has joined #linux-sunxi
CSoto_ has joined #linux-sunxi
dev1990 has joined #linux-sunxi
macc24 has quit [Quit: WeeChat 2.8]
dev1990_ has joined #linux-sunxi
dev1990 has quit [Ping timeout: 246 seconds]
reinforce has quit [Quit: Leaving.]
netlynx has quit [Quit: Ex-Chat]
reinforce has joined #linux-sunxi
s3b0 has joined #linux-sunxi
gaston1980 has joined #linux-sunxi
s3b0 has quit [Quit: Konversation terminated!]
AneoX has quit [Quit: Textual IRC Client: www.textualapp.com]
CSoto_ has quit [Ping timeout: 264 seconds]
JohnDoe_71Rus has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
[LABYRINTH] has quit [Read error: Connection reset by peer]
[LABYRINTH] has joined #linux-sunxi
tuxd3v has quit [Read error: Connection reset by peer]
tuxd3v has joined #linux-sunxi
lkcl_ has quit [Ping timeout: 260 seconds]
random_yanek has joined #linux-sunxi
lkcl_ has joined #linux-sunxi
KotCzarny has quit [Ping timeout: 256 seconds]
KotCzarny has joined #linux-sunxi
chewitt has quit [Ping timeout: 256 seconds]
macc24_ has joined #linux-sunxi
chewitt has joined #linux-sunxi
macc24_ is now known as macc24
lkcl_ has quit [Read error: Connection reset by peer]
lkcl_ has joined #linux-sunxi
reinforce has quit [Quit: Leaving.]
reinforce has joined #linux-sunxi
reinforce has quit [Client Quit]
reinforce has joined #linux-sunxi
lkcl_ has quit [Read error: Connection reset by peer]
macc24 has quit [Quit: WeeChat 2.8]
tuxd3v_ has joined #linux-sunxi
tuxd3v has quit [Ping timeout: 265 seconds]
tuxd3v_ has quit [Client Quit]
tuxd3v has joined #linux-sunxi
[LABYRINTH] has quit [Quit: Standards lives in all perspectives! thanks.]
[OPERATOR] has joined #linux-sunxi
clementp[m] has quit [*.net *.split]
fevv8[m] has quit [*.net *.split]
davidebeatrici has quit [*.net *.split]
Ke has quit [*.net *.split]
clementp[m] has joined #linux-sunxi
Ke has joined #linux-sunxi
davidebeatrici has joined #linux-sunxi
fevv8[m] has joined #linux-sunxi
cyrozap has quit [*.net *.split]
rzerres has quit [*.net *.split]
jemk has quit [*.net *.split]
nashpa has quit [*.net *.split]
jerbob92_ has quit [*.net *.split]
fl_0 has quit [*.net *.split]
cyrozap has joined #linux-sunxi
jemk has joined #linux-sunxi
rzerres has joined #linux-sunxi
jerbob92_ has joined #linux-sunxi
nashpa has joined #linux-sunxi
fl_0 has joined #linux-sunxi
CheetahPixie has quit [*.net *.split]
CheetahPixie has joined #linux-sunxi
tuxillo has quit [*.net *.split]
DrFrankensteinUK has quit [*.net *.split]
grw1 has quit [*.net *.split]
DuClare_ has quit [*.net *.split]
deesix has quit [*.net *.split]
jelly has quit [*.net *.split]
Ashleee has quit [*.net *.split]
megi has quit [*.net *.split]
Net147 has quit [*.net *.split]
dlan has quit [*.net *.split]
pg12 has quit [*.net *.split]
anarsoul has quit [*.net *.split]
paulk-leonov has quit [*.net *.split]
swiftgeek has quit [*.net *.split]
embed-3d has quit [*.net *.split]
gaston1980 has quit [Quit: Konversation terminated!]
swiftgeek has joined #linux-sunxi
tuxillo has joined #linux-sunxi
DrFrankensteinUK has joined #linux-sunxi
jelly has joined #linux-sunxi
DuClare_ has joined #linux-sunxi
grw1 has joined #linux-sunxi
deesix has joined #linux-sunxi
Ashleee has joined #linux-sunxi
megi has joined #linux-sunxi
Net147 has joined #linux-sunxi
pg12 has joined #linux-sunxi
paulk-leonov has joined #linux-sunxi
dlan has joined #linux-sunxi
anarsoul has joined #linux-sunxi
embed-3d has joined #linux-sunxi
paulk-leonov has quit [Max SendQ exceeded]
return0e[m] has quit [*.net *.split]
audunmg[m] has quit [*.net *.split]
agates[m] has quit [*.net *.split]
thefloweringash has quit [*.net *.split]
psydruid has quit [*.net *.split]
thefloweringash has joined #linux-sunxi
audunmg[m] has joined #linux-sunxi
return0e[m] has joined #linux-sunxi
agates[m] has joined #linux-sunxi
paulk-leonov has joined #linux-sunxi
hpagseddy[m] has quit [*.net *.split]
JuniorJPDJ has quit [Ping timeout: 244 seconds]
Ke has quit [Ping timeout: 244 seconds]
davidebeatrici has quit [Ping timeout: 244 seconds]
return0e[m] has quit [Ping timeout: 252 seconds]
MartijnBraam has quit [Ping timeout: 260 seconds]
audunmg[m] has quit [Ping timeout: 252 seconds]
agates[m] has quit [Ping timeout: 252 seconds]
thefloweringash has quit [Ping timeout: 252 seconds]
Jeremy_Rand_Tal4 has quit [Ping timeout: 246 seconds]
solderfumes[m] has quit [Ping timeout: 260 seconds]
Irenes[m] has quit [Ping timeout: 260 seconds]
z3ntu has quit [Ping timeout: 260 seconds]
ganbold_ has quit [*.net *.split]
abelvesa has quit [*.net *.split]
diego71 has quit [*.net *.split]
freemangordon has quit [*.net *.split]
rex_victor has quit [*.net *.split]
quark_ has quit [*.net *.split]
zhovner has quit [*.net *.split]
gaston1980 has joined #linux-sunxi
abelvesa has joined #linux-sunxi
ganbold_ has joined #linux-sunxi
freemangordon has joined #linux-sunxi
rex_victor has joined #linux-sunxi
quark_ has joined #linux-sunxi
diego71 has joined #linux-sunxi
zhovner has joined #linux-sunxi
parazyd has quit [*.net *.split]
indy has quit [*.net *.split]
lerc_ has quit [*.net *.split]
akaWolf has quit [*.net *.split]
corecode_ has quit [*.net *.split]
luke-jr has quit [*.net *.split]
gnarface has quit [*.net *.split]
DonkeyHotei has quit [*.net *.split]
abordado_ has quit [*.net *.split]
buZz has quit [*.net *.split]
[TheBug] has quit [*.net *.split]
ScrumpyJack has quit [*.net *.split]
hramrach has quit [*.net *.split]
NiteHawk has quit [*.net *.split]
minicom has quit [*.net *.split]
robogoat has quit [*.net *.split]
alexxy has quit [*.net *.split]
falktx has quit [*.net *.split]
indy has joined #linux-sunxi
parazyd has joined #linux-sunxi
buZz has joined #linux-sunxi
lerc_ has joined #linux-sunxi
luke-jr has joined #linux-sunxi
alexxy has joined #linux-sunxi
NiteHawk has joined #linux-sunxi
abordado_ has joined #linux-sunxi
hramrach has joined #linux-sunxi
robogoat has joined #linux-sunxi
akaWolf has joined #linux-sunxi
gnarface has joined #linux-sunxi
DonkeyHotei has joined #linux-sunxi
corecode_ has joined #linux-sunxi
ScrumpyJack has joined #linux-sunxi
[TheBug] has joined #linux-sunxi
minicom has joined #linux-sunxi
falktx has joined #linux-sunxi
fevv8[m] has quit [Ping timeout: 244 seconds]
[OPERATOR] has quit [Quit: later, I need concentration!]
akaWolf has quit [Max SendQ exceeded]
clementp[m] has quit [Ping timeout: 244 seconds]
akaWolf has joined #linux-sunxi
fevv8[m] has joined #linux-sunxi
clementp[m] has joined #linux-sunxi
tllim has quit [Read error: Connection reset by peer]
agates[m] has joined #linux-sunxi
davidebeatrici has joined #linux-sunxi
z3ntu has joined #linux-sunxi
audunmg[m] has joined #linux-sunxi
return0e[m] has joined #linux-sunxi
Ke has joined #linux-sunxi
thefloweringash has joined #linux-sunxi
JuniorJPDJ has joined #linux-sunxi
hpagseddy[m] has joined #linux-sunxi
lkcl has joined #linux-sunxi
Jeremy_Rand_Tal4 has joined #linux-sunxi
psydruid has joined #linux-sunxi
solderfumes[m] has joined #linux-sunxi
Irenes[m] has joined #linux-sunxi
MartijnBraam has joined #linux-sunxi
jstein has quit [Quit: quit]
NeuroScr has joined #linux-sunxi
macc24 has joined #linux-sunxi
reinforce has quit [Quit: Leaving.]
yann has quit [Ping timeout: 264 seconds]
Mangy_Dog has quit [Ping timeout: 264 seconds]