hramrach__ has quit [Remote host closed the connection]
hramrach__ has joined #cubieboard
FR^2 has joined #cubieboard
n01 has quit [Ping timeout: 276 seconds]
n01 has joined #cubieboard
benn_ has quit [Quit: Leaving]
HighJinx has quit [Ping timeout: 245 seconds]
chron0 has joined #cubieboard
irreplaceable2 has joined #cubieboard
<chron0>
ahoi fellow cb nerds
<FR^2>
ahoi chron0 :)
irreplaceable has quit [Ping timeout: 248 seconds]
<chron0>
finally got my first cubies (cb2 actually) so I thought it made sense to join here :)
HighJinx has joined #cubieboard
deasy has joined #cubieboard
irreplaceable2 has quit [Ping timeout: 245 seconds]
HighJinx has quit [Ping timeout: 276 seconds]
HighJinx has joined #cubieboard
uizex1 has joined #cubieboard
KiSM has quit [Read error: No route to host]
KiSM has joined #cubieboard
lawrence88 has joined #cubieboard
<FR^2>
chron0: up and running (idling) for 11 days now. I didn't have the time to fiddle with it much
valdodov has left #cubieboard [#cubieboard]
ykchavan has quit [Quit: Leaving]
<chron0>
FR^2: neither had I (and I didn't have any spare SD cards flying around) - just booted the onboard NAND android to test the basic funcionality
ricardocrudo has quit [Remote host closed the connection]
<chron0>
kernel sources also seem to be an issue atm (at least for linux I could only find very hackish WIP branches) :)
<chron0>
will try them anyways as soon as the SD cards arrive this week
<chron0>
does anyone know whether the A20 SoC supports port-mulipliers on SATA? I saw the question popup on the ML for the A10 but I haven't seen any reliable opinion for the A20
icCE has quit [Ping timeout: 256 seconds]
buZz has quit [Read error: Connection reset by peer]
valdodov has joined #cubieboard
<valdodov>
hi guys
<valdodov>
does someone succeed to start Oracle java on Cubieboard2
madez has joined #cubieboard
uizex1 has quit [Read error: No route to host]
buZz has joined #cubieboard
uizex1 has joined #cubieboard
uizex1 has quit [Ping timeout: 240 seconds]
uizex1 has joined #cubieboard
megal0maniac_afk is now known as Guest74321
Guest74321 has quit [Killed (adams.freenode.net (Nickname regained by services))]
megal0maniac_afk has joined #cubieboard
franzolin[AWAY] is now known as franzolin
lawrence88 has quit [Quit: lawrence88]
frop has joined #cubieboard
icCE has joined #cubieboard
tinti has joined #cubieboard
icCE has quit [Read error: Connection reset by peer]
<FR^2>
chron0: There's a wiki page stating that it isn't possible to use port multipliers, unless they pose as a single device.
icCE has joined #cubieboard
<chron0>
FR^2: thanks for the hint, that sounds a bit that if a PM does some RAID magic and only presents ONE device to the cb it might work?
<FR^2>
Yes, something like that. I'll look, maybe I find that comment quick enough
<chron0>
FR^2: cool, thnx for the link I guess I'll just give it a shot
frop has quit [Ping timeout: 240 seconds]
frop has joined #cubieboard
<chron0>
FR^2: are you idling your cb2 on linux or android? I think I will start with the boot/kernel stuff from http://androtab.info/cubieboard2/
<chron0>
and then work my way up until I have a gentoo on cb2
<FR^2>
chron0: Currently debian linux
<FR^2>
chron0: gentoo installed, but not yet rebooted ;)
<chron0>
hehe
<chron0>
Although I will build a X-compile env (same procedure as for pi) it's always very copmfy to have a live kernel on the device for debugging
<FR^2>
chron0: I'm interested in establishing a cross compile system on my desktop. Sadly the cross-arm-linux-gnueabihf/gcc-4.6.3 doesn't compile (on gentoo, x86_64)
<chron0>
FR^2: maybe we can pull resources, I'll give it a try as soon as I get a chance, never had problems with crossdev, worked like a charm for Netus G20, Seagte Dockstar (Kirkwood) and the Pi
<FR^2>
okay, I haven't got any experience concerning crossdev :)
<chron0>
it's really fun and works pretty well - and the linux kernel is very very cross-dev friendly. As for sys/root, some packages really have a hard time cross emerging (python) but I have no problem emerging these few exceptions on the board :)
madez has left #cubieboard [#cubieboard]
irreplaceable has joined #cubieboard
<FR^2>
And the cubieboard2 has quite some power :)
<chron0>
which I would like to unleash :)
KiSM_ has joined #cubieboard
<FR^2>
chron0: arm-linux-gnueabihf is the correct target, isn't it?
uizex1 has quit [Read error: Connection reset by peer]
uizex1 has joined #cubieboard
<chron0>
hmm, sounds strange to me, the cross dev stuff usually goes like gnu-linux-armv7a-hardfloat (which is my best guess at this time, without having a llok into the arch details)
<chron0>
but again, this is just guesswork, as I haven't done it for the cb yet