<WhiteFlash> i am having problems with my ethernet connector, it seems like this is a common problem?
ricardocrudo has joined #cubieboard
stefanro1 has joined #cubieboard
stefanro has quit [Ping timeout: 245 seconds]
loans has quit [Read error: Connection reset by peer]
loans- has joined #cubieboard
DV has quit [Remote host closed the connection]
DV__ has joined #cubieboard
sv has joined #cubieboard
sv has joined #cubieboard
discopig has quit [Ping timeout: 245 seconds]
waterfox_ has quit [Quit: No Ping reply in 180 seconds.]
theOzzieRat has joined #cubieboard
loans- has quit [Ping timeout: 252 seconds]
loans has joined #cubieboard
asterick has quit [Quit: Leaving...]
emilepetrone has quit [Remote host closed the connection]
qleelulu has joined #cubieboard
tryphon has quit [Ping timeout: 240 seconds]
loans has quit [Ping timeout: 248 seconds]
loans has joined #cubieboard
loans has quit [Ping timeout: 248 seconds]
ganbold_ is now known as ganbold
KiSM has joined #cubieboard
qleelulu_ has joined #cubieboard
qleelulu has quit [Ping timeout: 256 seconds]
loans has joined #cubieboard
tryphon has joined #cubieboard
loans has quit [Read error: Connection reset by peer]
loans has joined #cubieboard
loans has quit [Read error: Connection reset by peer]
loans has joined #cubieboard
Al_Cho has quit [Remote host closed the connection]
chihchun_afk is now known as chihchun
wej has quit [Ping timeout: 248 seconds]
wej has joined #cubieboard
eebrah_ has joined #cubieboard
[7] has quit [Disconnected by services]
TheSeven has joined #cubieboard
eebrah_ has quit [Ping timeout: 252 seconds]
loans has quit [Ping timeout: 256 seconds]
loans has joined #cubieboard
eebrah_ has joined #cubieboard
eebrah_ has quit [Ping timeout: 248 seconds]
emilepetrone has joined #cubieboard
Freyr has quit [Ping timeout: 246 seconds]
Cygor has quit [Quit: Leaving]
emilepetrone has quit [Remote host closed the connection]
FourthDr has quit [Ping timeout: 246 seconds]
TheSeven has quit [*.net *.split]
theOzzieRat has quit [*.net *.split]
A124 has quit [*.net *.split]
Crazyusb- has quit [*.net *.split]
NAiL has quit [*.net *.split]
codertux has quit [*.net *.split]
oatley has quit [*.net *.split]
ssvb has quit [*.net *.split]
chihchun has quit [*.net *.split]
MadSpark has quit [*.net *.split]
StMichel has quit [*.net *.split]
Baikonur has quit [*.net *.split]
A124 has joined #cubieboard
theOzzieRat has joined #cubieboard
Crazyusb- has joined #cubieboard
TheSeven has joined #cubieboard
MadSpark has joined #cubieboard
oatley has joined #cubieboard
StMichel has joined #cubieboard
codertux has joined #cubieboard
ssvb has joined #cubieboard
Baikonur has joined #cubieboard
chihchun has joined #cubieboard
NAiL has joined #cubieboard
imRance has joined #cubieboard
RA3OR has quit [Quit: RA3OR Script® v0.8]
eebrah_ has joined #cubieboard
fzerorubigd has joined #cubieboard
affine has quit [Quit: Leaving]
RA3OR has joined #cubieboard
shineworld has joined #cubieboard
eebrah_ has quit [Ping timeout: 256 seconds]
Al_Cho has joined #cubieboard
\\Mr_C\\ has quit []
rellla has joined #cubieboard
tavishb has joined #cubieboard
<tavishb> Hi, does anyone know wether cubieboard images would be slow with other A10 based devices like marsboard or mk802? (and vice versa)
\\Mr_C\\ has joined #cubieboard
<rm> will not be slow
<rm> may not work at all, until you replace the bootloader from your board's specific hwpack
<rm> or may work with various stability issues
<rm> the reason being that the Cubieboard runs RAM at 480 MHz
<rm> but the MK802 (and various other devices) commonly default to 360 MHz only
<rm> you can take a Cubieboard image, replace the bootloader on it ( http://linux-sunxi.org/Hwpack ), and then it should work just fine on any other A10 device
<tavishb> rm: oh, ok. thanks a lot!
\\Mr_C\\ has quit []
<tavishb> rm: I was trying an image compiled for cubieboard, but it is very slow on marsboard. both seem to have 480MHz clock for ddr3. Do you know of any other difference?
<rm> was it fast on a cubieboard for you?
<tavishb> rm: I didnt test but it was on the cubieboard github repos https://github.com/cubieboard/manifests/blob/cb/jb.xml, so I assumed It would work alright.
<rm> so you mean Android images
<shineworld> tavishb, what are you running on cubieboard ?
<rm> I have zero idea about those
<tavishb> yes
\\Mr_C\\ has joined #cubieboard
<rm> and nevermind what I said about hwpacks
<tavishb> shineworld: I just needed to use vga on the board so I compiled android using that manifest, because I didnt know of a simpler way
rz2k has joined #cubieboard
<tavishb> maybe I can unpack image, replace sys_config.bin and repack
* tavishb googles
<shineworld> I'm using cubieboard with a modified (little) version of openbox and a LVDS display (800x480) and is fast (IMO)
int3nz0r has joined #cubieboard
<shineworld> but is running on SD so... perhaps ... in nand should go a little more fast on SD operations (I've used a 6 or 4 class, I don't remember)
<tavishb> shineworld: how did you enable LVDS? recompiled or something else?
<shineworld> I've modified the script.bin changing from HDMI to LVDS (with my LCD pannels timing settings) and I've modified SystemServer.java because otherwise the android, after initial boot, reset display back to HDMI
<shineworld> I don't know if VGA is already in list of display modes of OPENBOX android git
<shineworld> but LVDS isn't so it was necessary to modify the android sources
<shineworld> Openbox is enough stable (very close to AOSP code in 98% of code) for my uses
n01 has joined #cubieboard
<shineworld> there are some bugs to solve (I'm solving them when I catch one)
<shineworld> but git repository is closed so I haven't published yet ...
user_2_ has quit [Read error: Operation timed out]
<tavishb> shineworld: ok, if I enable vga in an openbox build for me, will that also be reset to HDMI on boot? I have no idea where to look for in SystemServer.java
<shineworld> uhm, I'm not in office at moment so I can check if it can switch to VGA by settings but you could comment part of code which re-initialize the display so at first stages android don't change your script.bin configuration. Look here for comments and compare with original code on github: https://www.dropbox.com/s/v9vka32mlqtld9x/SystemServer.java
<shineworld> That ins't a fix is just a workaround to avoid that Android re-initializes display settings
<shineworld> 894-895, 968-970, 979, 987, 1009-1015, 1021 and so on... meld is help in that cases
<shineworld> PS: SystemServer.java need of some cleaning .... surely
<tavishb> shineworld: thank you, I'll take a look at this if device resets to hdmi
e-ndy has quit [Remote host closed the connection]
eebrah|away is now known as eebrah
eebrah_ has joined #cubieboard
sv is now known as discopig
e-ndy has joined #cubieboard
hipboi has joined #cubieboard
int3nz0r has quit [Quit: Computer has gone to sleep.]
rz2k has quit [Read error: Connection reset by peer]
eebrah_ has quit [Ping timeout: 264 seconds]
von_fritz has joined #cubieboard
user_2 has joined #cubieboard
Al_Cho has quit [Ping timeout: 256 seconds]
e-ndy has quit [Remote host closed the connection]
e-ndy has joined #cubieboard
Al_Cho has joined #cubieboard
dongs has quit [Ping timeout: 256 seconds]
dongs has joined #cubieboard
gzamboni_ has quit [Ping timeout: 264 seconds]
n01 has quit [Read error: Connection reset by peer]
n01 has joined #cubieboard
n01 has joined #cubieboard
gzamboni has joined #cubieboard
w00tc0d3 has quit [Read error: Connection reset by peer]
w00tc0d3 has joined #cubieboard
w00tc0d3 has joined #cubieboard
w00tc0d3 has quit [Changing host]
Freyr has joined #cubieboard
<WhiteFlash> i am having problems with my ethernet connector, it seems like this is a common problem?
shineworld has left #cubieboard ["Leaving"]
dongs has quit [Ping timeout: 248 seconds]
dongs has joined #cubieboard
imRance has quit [Read error: Connection reset by peer]
Bizon1 has joined #cubieboard
<BigWhoop> whats your problem?
<WhiteFlash> cant get internet or LAN on my device. no matter the settings
Bizon1 has quit [Quit: Leaving.]
err404 has joined #cubieboard
<BigWhoop> default OS? and dhcp enabled?
<WhiteFlash> yeah
<WhiteFlash> tried setting it up manually, but no result
<BigWhoop> let some tests it who knows what to do :)
<BigWhoop> when you think its broken and you dont know other guys rma it
<WhiteFlash> yeah, taking it back to where i bought it today
<n01> WhiteFlash: did you try to sniff the traffic?
<WhiteFlash> yeah, taking it back to where i bought it today+
<n01> no PHY?
<WhiteFlash> via the router?
<n01> on the board
<WhiteFlash> no
<n01> well, it is worthy a try
<WhiteFlash> my router got no proper signal from it
<WhiteFlash> ok. ill let the guys at the shop look at it.
ricardocrudo has quit [Ping timeout: 264 seconds]
backb0ne has quit [Quit: Leaving...]
hipboi has quit [Quit: Leaving]
franzolin[AWAY] is now known as franzolin
tinti has joined #cubieboard
datagutt has joined #cubieboard
wej has quit [Ping timeout: 245 seconds]
wej has joined #cubieboard
delusr_ has quit [Ping timeout: 256 seconds]
Martix_ has joined #cubieboard
dongs has quit [Ping timeout: 252 seconds]
dongs has joined #cubieboard
rz2k has joined #cubieboard
tpaper has joined #cubieboard
dongs has quit [Ping timeout: 252 seconds]
qleelulu_ has quit [Remote host closed the connection]
dongs has joined #cubieboard
h0cin has joined #cubieboard
Renat has joined #cubieboard
elektron_ has joined #cubieboard
<elektron_> !ls
<elektron_> !ls display-support
Renat has left #cubieboard [#cubieboard]
dongs has quit [Ping timeout: 256 seconds]
wej has quit [Ping timeout: 245 seconds]
dongs has joined #cubieboard
<lunra> !ls display-support
<lunra> !ls
<lunra> huh, not getting a notice
wej has joined #cubieboard
fuwei has joined #cubieboard
shineworld has joined #cubieboard
ricardocrudo has joined #cubieboard
dongs has quit [Ping timeout: 245 seconds]
dongs has joined #cubieboard
dongs has quit [Ping timeout: 260 seconds]
\\Mr_C\\ has quit []
<tavishb> has anybody used imgrepacker tool to extract/pack livesuit images? if I extract an image, and make changes to the fex file, does this compile them when I repack them?
dongs has joined #cubieboard
Cy-Gor has joined #cubieboard
<shineworld> uhm never do
<shineworld> you can boot from SD, mount nand(x) and change your desired files
tpaper has quit [Ping timeout: 276 seconds]
<tavishb> shineworld: I need to make a livesuit flashable image. also sys_config1.fex compiles to sys_config1.bin right? some images for A10 have no bin files except boot0.bin boot1.bin, some don't even have that.
<lunra> Why must you create a livesuit flashable image?
dongs has quit [Ping timeout: 264 seconds]
<lunra> Don't you have a micro SD card?
dongs has joined #cubieboard
<tavishb> lunra: need to send someone this image to flash a few boards
<lunra> ah, I see
<lunra> I still think it would be easier to make an SD card image and then manually do this: http://linux-sunxi.org/Cubieboard/Installing_on_NAND
<lunra> and btw, if in doubt, compile the fex yourself with https://github.com/linux-sunxi/sunxi-tools :)
<shineworld> you can prepare files for usual pack-cmd.sh present in openbox/tools :)
<shineworld> it's a script which create Livesuit by files
<shineworld> so first you extract all files from livesuit X image
<shineworld> modify your files
<shineworld> organize files to right paths
<shineworld> run pack-cmd.sh
ninjak has joined #cubieboard
<tavishb> hm, i guess I could use pack-cm.sh, will have to see how it expects the directories to be
<tavishb> thanks
dongs has quit [Ping timeout: 246 seconds]
<shineworld> yaw
dongs has joined #cubieboard
<shineworld> if you build openbox is very simple to see what and where are file used to build image
prassel has joined #cubieboard
dongs has quit [Ping timeout: 264 seconds]
dongs has joined #cubieboard
dongs has quit [Remote host closed the connection]
wej has quit [Ping timeout: 260 seconds]
dongs has joined #cubieboard
dongs has quit [Ping timeout: 264 seconds]
dongs has joined #cubieboard
\\Mr_C\\ has joined #cubieboard
dongs has quit [Ping timeout: 256 seconds]
dongs has joined #cubieboard
tpaper has joined #cubieboard
qleelulu has joined #cubieboard
err404 has quit [Read error: Connection reset by peer]
<\\Mr_C\\> why does my cubie board power led stay on when only the serial cable is hooked up with ground and tx/rx only?
hipboi has joined #cubieboard
dongs has quit [Ping timeout: 260 seconds]
dongs has joined #cubieboard
elektron_ has quit [Ping timeout: 250 seconds]
fzerorubigd has quit [Ping timeout: 252 seconds]
<lunra> \\Mr_C\\: I was wondering that myself. I think it's sucking power from cubie rx, since iirc uarts are inverted
<lunra> (zeros are high)
<\\Mr_C\\> huh?
<\\Mr_C\\> there is no other cable hooked up, only the serial cable
<lunra> yes
<\\Mr_C\\> is there voltage going through the rx/tx?
<lunra> RX from serial is providing 3.3v
<\\Mr_C\\> oh
<\\Mr_C\\> is it harmful?
<\\Mr_C\\> thing is though it wont power on though
<\\Mr_C\\> just the led
lxsameer has joined #cubieboard
<lunra> I don't think it's harmful
<lunra> I left mine overnight ;)
<lunra> scared me a little at first
<shineworld> \\Mr_C\\, yes also mine keep power led a little on when TTL is connected
<shineworld> I'm using a FTDI chip and TTL is connected everyday (from last 2 months) without problems
<shineworld> but is ugly to see
<\\Mr_C\\> yea
<\\Mr_C\\> ugly
<\\Mr_C\\> bothers me
<\\Mr_C\\> i figured it should shut off
dongs has quit [Ping timeout: 264 seconds]
<\\Mr_C\\> this one is the prolific, but i have not tried this ftdi on it yet
dongs has joined #cubieboard
wej has joined #cubieboard
<lxsameer> hi, i want to buy a cubieboard. I'm a linux programmer, and i have a very low level of electronic knowledge, what should i buy along side cubieboard ? (useful and needed stuff)
<\\Mr_C\\> the hackberry is a nice board too
hipboi has quit [Read error: Connection reset by peer]
<lunra> A decent power supply, and then the rest depends on what you want to do
<\\Mr_C\\> that will be my next purchase
hipboi has joined #cubieboard
<lxsameer> lunra: is that for me ?
<lunra> yes
<\\Mr_C\\> lxsameer get power supply and usb dual keyboard and mouse and wifi usb
<lunra> Look for a power supply that provides 5 volts (V) of regulated DC and at least 2 amps (A) of peak current, preferably swtichmode
<lxsameer> lunra: is it ok to use usb power ?
<\\Mr_C\\> oh and maybe a baseboard too
<lunra> If you aren't using any peripherals, yes
<lunra> but not really reliable
<lxsameer> lunra: can you please give me a name of a suitable power supply ?
<lxsameer> \\Mr_C\\: what is baseboard ?
<\\Mr_C\\> YES
<lunra> I can't, sorry, mine was one I had around
<\\Mr_C\\> http://www.ebay.com/itm/380629405961?ssPageName=STRK:MEWNX:IT&_trksid=p3984.m1497.l2649
<\\Mr_C\\> PSP power adapter
<\\Mr_C\\> has same power connector
<\\Mr_C\\> and its 2 amps and cheap as hell
uizex1 has joined #cubieboard
<lxsameer> \\Mr_C\\: nice thanks
hipboi has quit [Read error: Connection reset by peer]
<\\Mr_C\\> i have not used mine yet, it just came
<lxsameer> \\Mr_C\\: what is the baseboard ?
<lunra> you haven't said what you're doing though. If you were building a games console we could say that you should get an LVDS LCD panel, if you were making a bomb, well, we probably shouldn't legally help you
hipboi has joined #cubieboard
<lxsameer> lunra: no i want to start with cubieboard to learn some digital electronic and build some stuff ,
<lxsameer> lunra: i'm newbie
<lunra> buy an arduino, seriously. arduinos are a lot less easy to blow up accidentally
<\\Mr_C\\> if you go arduino you should get the sainsmart clone version kit
<lxsameer> lunra: really?
<\\Mr_C\\> comes in a nice carrying case
<\\Mr_C\\> and all kinds of extras
<\\Mr_C\\> http://www.ebay.com/itm/121097449904?ssPageName=STRK:MEWNX:IT&_trksid=p3984.m1439.l2649
<\\Mr_C\\> i got that to go along side the cubie
<lunra> the cubieboard uses 3.3V logic which while it is getting more common recently, is less common than 5V
<lxsameer> unfortunately i can't buy arduino because in our country we can't shop online, and my options are, cubieboard or marsboard
<\\Mr_C\\> oh yea
<\\Mr_C\\> you will need a serial cable too
<lxsameer> \\Mr_C\\: serial to usb ?
<\\Mr_C\\> yes
<lxsameer> \\Mr_C\\: sure
<\\Mr_C\\> with wired pins
<lxsameer> \\Mr_C\\: sure, and thanks
<lunra> *3.3 volt serial cable you mean
<lunra> Not a RS-232 serial cable (!)
<\\Mr_C\\> or
<\\Mr_C\\> has most of what you need
dongs has quit [Ping timeout: 264 seconds]
<\\Mr_C\\> ive found the best usb to wifi would be
<\\Mr_C\\>
<\\Mr_C\\> Realtek RTL8188cus chipset
dongs has joined #cubieboard
<\\Mr_C\\> the pre-installed android works with it on opened box
<lxsameer> lunra: is it ok for debugging cubieboard http://www.kavirelectronic.ir/eshop/product.php?id_product=1200127
<\\Mr_C\\> yes
<\\Mr_C\\> thats what i have
<lunra> \\Mr_C\\: ??? the 8188eu gave me hell
<\\Mr_C\\> i have a few different kinds
<\\Mr_C\\> but i like that one because of the wires
<lunra> only recently has there been a branch of the latest kernel that has a driver for it
<\\Mr_C\\> but
<\\Mr_C\\> thats been discontinued they say
<\\Mr_C\\> and the drivers dont work in windows 8
<lunra> oh cu
<lunra> nevermind!!
<\\Mr_C\\> the pl2303hdx is the newer chipset that works with windows 8
<\\Mr_C\\> pl2303hxd
<\\Mr_C\\> lunra
<\\Mr_C\\> 8188ea, i dont know about that one, but the recomendations was the 8188cus
<lunra> yeah
<lunra> I said nevermind, because I had misread
<lunra> (sorry!)
<\\Mr_C\\> this rtl8188ru alfa i got was good on opened box preisntalled android
<\\Mr_C\\> ok
rellla has quit [Quit: Nettalk6 - www.ntalk.de]
<\\Mr_C\\> hmm, there seem to be alot of clones after the raspberry and cubie came out
dongs has quit [Ping timeout: 256 seconds]
dongs has joined #cubieboard
eebrah is now known as eebrah|away
tinti has quit [Read error: Connection reset by peer]
diffycat has joined #cubieboard
w00tc0d3 has quit [Quit: http://quassel-irc.org - Chat comfortabel. Waar dan ook.]
wooy has joined #cubieboard
tomeff_ has joined #cubieboard
hipboi has quit [Read error: Connection reset by peer]
ganbold_ has joined #cubieboard
hipboi has joined #cubieboard
qleelulu has quit [Remote host closed the connection]
tomeff has quit [Ping timeout: 252 seconds]
tomeff_ is now known as tomeff
qleelulu has joined #cubieboard
dongs has quit [Ping timeout: 256 seconds]
dongs has joined #cubieboard
qleelulu has quit [Remote host closed the connection]
qleelulu has joined #cubieboard
prassel has quit [Quit: Quit]
dongs has quit [Ping timeout: 276 seconds]
dongs has joined #cubieboard
vinifm has joined #cubieboard
hipboi has quit [Read error: Connection reset by peer]
hipboi has joined #cubieboard
hipboi has quit [Client Quit]
e-ndy has quit [Remote host closed the connection]
chkktri has quit [Ping timeout: 248 seconds]
chkktri has joined #cubieboard
shineworld has quit [Quit: Leaving]
Martix_ has quit [Quit: Konversation terminated!]
Martix has joined #cubieboard
franzolin is now known as franzolin[AWAY]
e-ndy has joined #cubieboard
delusr_ has joined #cubieboard
tpaper has quit [Ping timeout: 245 seconds]
delusr_ has quit [Ping timeout: 260 seconds]
lxsameer has quit [Read error: Connection reset by peer]
whitespacebar has joined #cubieboard
whitespacebar has quit [Ping timeout: 250 seconds]
ninjak has quit [Quit: Sto andando via]
tpaper has joined #cubieboard
ganbold_ has quit [Remote host closed the connection]
eebrah|away is now known as eebrah
qleelulu has quit [Remote host closed the connection]
n01 is now known as n01|away
emilepetrone has joined #cubieboard
prassel has joined #cubieboard
fzerorubigd has joined #cubieboard
fzerorubigd has quit [Ping timeout: 252 seconds]
emilepetrone has quit [Remote host closed the connection]
Martix has quit [Ping timeout: 252 seconds]
CoolePascal has joined #cubieboard
affine has joined #cubieboard
CoolePascal has left #cubieboard [#cubieboard]
n01 has joined #cubieboard
asterick has joined #cubieboard
emilepetrone has joined #cubieboard
err404 has joined #cubieboard
err404 has quit [Max SendQ exceeded]
wej has quit [Ping timeout: 245 seconds]
err404 has joined #cubieboard
wej has joined #cubieboard
rz2k has quit [Read error: Connection reset by peer]
err404 has quit [Ping timeout: 245 seconds]
loans has quit [Ping timeout: 252 seconds]
theOzzieRat has quit [Ping timeout: 264 seconds]
theOzzieRat has joined #cubieboard
emilepetrone has quit [Remote host closed the connection]
AndrevS has joined #cubieboard
datagutt has quit [Quit: kthxbai]
loans has joined #cubieboard
loans- has joined #cubieboard
loans has quit [Ping timeout: 248 seconds]
KiSM has quit [Read error: Connection reset by peer]
ohama has quit [Read error: Connection reset by peer]
diffycat has quit [Quit: diffycat]
wooy has quit [Read error: Connection reset by peer]
wooy has joined #cubieboard
wooy has quit [Read error: Connection reset by peer]
wooy has joined #cubieboard
wooy has quit [Read error: Connection reset by peer]
loans- has quit [Ping timeout: 260 seconds]
loans has joined #cubieboard
wooy has joined #cubieboard
rellla has joined #cubieboard
Martix has joined #cubieboard
suhanc has joined #cubieboard
<suhanc> re
wej has quit [Ping timeout: 260 seconds]
delusr_ has joined #cubieboard
wej has joined #cubieboard
loans has quit [Ping timeout: 256 seconds]
loans has joined #cubieboard
loans has quit [Ping timeout: 240 seconds]
rellla has quit [Quit: Nettalk6 - www.ntalk.de]
loans has joined #cubieboard
uizex1 has quit [Quit: Easy as 3.14159265358979323846...]
delusr_ has quit [Ping timeout: 245 seconds]
WhiteFlash has quit []
tpaper has quit [Quit: Sto andando via]
chihchun is now known as chihchun_afk
prassel has quit [Ping timeout: 245 seconds]
emilepetrone has joined #cubieboard
Swat- has quit [Quit: leaving]
Swat- has joined #cubieboard
user_2 has quit [Ping timeout: 260 seconds]
emilepetrone has quit [Remote host closed the connection]
h0cin has quit [Quit: Leaving]
eebrah is now known as eebrah|away
wooy has quit [Quit: leaving]
n01 has quit [Read error: Connection reset by peer]
n01 has joined #cubieboard
Yaku has joined #cubieboard
Yakuz has quit [Ping timeout: 246 seconds]
ricardocrudo has quit [Remote host closed the connection]
von_fritz has quit [Quit: vonfritz leaves, don't panic]
emilepetrone has joined #cubieboard
emilepetrone has quit [Ping timeout: 245 seconds]
vinifm has quit [Quit: Saindo]
verysoftoiletppr has joined #cubieboard
<\\Mr_C\\> the raspberry pi and cubie board opens up doorways to terrorists and bombs
emilepetrone has joined #cubieboard
emilepet_ has joined #cubieboard
emilepetrone has quit [Ping timeout: 246 seconds]
emilepet_ has quit [Remote host closed the connection]
emilepetrone has joined #cubieboard
emilepetrone has quit [Remote host closed the connection]