<premoboss>
i just read rawly, but i have a suggestion: you know that you can control the I/O pin of cubieboard using echo 1 or echo 0 to write on directly the pin in /sys/etc and wit cat /sys/etc to read. why dont use that just to do a simple test?
<premoboss>
it it works, it means that at least the pins are ok and the problem is not at hardware level of cb.
kivutar has joined #cubieboard
initbrain has joined #cubieboard
hramrach has joined #cubieboard
<Ryp>
premoboss: the cubie is catching interrupts correctly if that's what you want to know
<premoboss>
Ryp, nice but no, is not what i mean.
<Ryp>
you mean recreate the whole signal of just test the pins
<Ryp>
?
<premoboss>
i mean the follow: if you do a manually the "command" to you exterman module using a sequence of 1-0-1... on output pin and..
<premoboss>
yes, you should recreate in manually
<premoboss>
then do a continuos sampling of input pin.
<premoboss>
i mean, if you do it manually it is a boring job, but it is also the more secure way to debug.
<Ryp>
yeah I get what you mean now
<premoboss>
ages ago, i did the same on a microcontroller to emulate a RS232 protocol. and it works. i need days, but it works. aftet that, i "converterd" the debug cone into n usable program. since that, no more problem in I/O i had on that micro.
<premoboss>
cone=code
<premoboss>
so i succest the same procedure to you.
<Ryp>
what i'm sure of, is that when I play with the gpio pin manually (plug into 3V3 then 0V) I get a correct falling edge. Then I guess it's just a matter of speed and wiring. Unfortunatly, after seeing different wiring on internet, I came to the conclusion that the original (however functionnal) wiring on the raspberry was wrong. So if recreating the signal fails, I would not know if it comes from the speed, or the wiring
<Ryp>
The raspberry Pi consider 1.21V to 3V3+ as HIGH ( thats a huge range I think)
D0pamine has joined #cubieboard
<premoboss>
1.21V=High Level is not decision of raspberry, it is a standard set :-)
<premoboss>
shortest the wires, better the signal's level.
<Ryp>
also, there's a data return wire; that i NEVER plugged
<Ryp>
although EVERY other professional Wiegand input use it
_massi has joined #cubieboard
<premoboss>
Ryp, if youn dont use all needed wires, the problem maybe is between chair and keyboard :-)
<Ryp>
that's for sure
<premoboss>
hahaha :)
<Ryp>
premoboss but hey, it was working :)
<premoboss>
also if you pull a car, it "runs" but is not the right method to move it.
<premoboss>
did tou chec by board wbsite?
<Ryp>
premoboss: check for what ?
<premoboss>
i developed a companion board for cubieboard, maybe you are interester to have one :-) www.premoboard.net
lerc has quit [Ping timeout: 255 seconds]
NemoPeti has joined #cubieboard
<NemoPeti>
hi all, anyone here?
<Ryp>
hi =)
<NemoPeti>
I have problem with my cubietruck rtc
<NemoPeti>
hr Ryp
<NemoPeti>
hi I mean :)
<Ryp>
premoboss: yes it seems cool ! although I don't have the use for it atm
<premoboss>
Ryp, at least talk to friends, make the info to go around :-)
<Ryp>
premoboss: how do you plan to produce the board ?
<premoboss>
and if yoin need, find me in #premoboard channel or by email.
<Ryp>
premoboss! will do, some of them may be interested
<premoboss>
Ryp, see the faq: late october 2014.
<Ryp>
yeah, but how
<Ryp>
another company ?
<premoboss>
Ryp, what do you mean?
<Ryp>
a PCB has to be produced
<Ryp>
you plan to do it homemade, or hire another company to do the job ?
<premoboss>
Ryp, we already dit prototypes, tested it, etc. we already have (near) al setted: suppliuer, producer etc. it is a 4-layer PCB, cannto be home-made.
NemoPeti has quit [Quit: Page closed]
<premoboss>
in website (gallery) you can see some woking prototype (cubieboard+premoboard)
<Ryp>
OKay, nice
<premoboss>
complexity of thre board ask professional PCB
rooted has joined #cubieboard
RA3OR has quit [Ping timeout: 244 seconds]
<premoboss>
AWAY
<premoboss>
AWAY [out]
kivutar has quit [Ping timeout: 240 seconds]
old-papa-work has quit [Ping timeout: 245 seconds]
nils_2 has quit [Ping timeout: 245 seconds]
GargantuaSauce_ has quit [Ping timeout: 245 seconds]
paz_ has quit [Ping timeout: 245 seconds]
old-papa-work has joined #cubieboard
Mantichora has quit [Ping timeout: 240 seconds]
dlan has quit [Ping timeout: 240 seconds]
Mantichora has joined #cubieboard
nils_2 has joined #cubieboard
dlan has joined #cubieboard
dlan has joined #cubieboard
GargantuaSauce has joined #cubieboard
paz has joined #cubieboard
lerc has joined #cubieboard
blsd has quit [Remote host closed the connection]
blsd has joined #cubieboard
FR^2 has joined #cubieboard
derrick13 has joined #cubieboard
rz2k has joined #cubieboard
mk2soldier has joined #cubieboard
mk2soldier has quit [Quit: mk2soldier]
premoboss has quit [Quit: Sto andando via]
tyil|afk is now known as tyil
souther has quit [Ping timeout: 250 seconds]
souther has joined #cubieboard
kivutar has joined #cubieboard
ganbold_ has joined #cubieboard
ricardocrudo has joined #cubieboard
_massi has quit [Remote host closed the connection]
issue_ has joined #cubieboard
ricardocrudo has quit [Remote host closed the connection]
ricardocrudo has joined #cubieboard
mk2soldier has joined #cubieboard
mk2soldier has quit [Quit: mk2soldier]
tomboy64 has quit [Remote host closed the connection]
tomboy64 has joined #cubieboard
mk2soldier has joined #cubieboard
<mk2soldier>
Hi guys! Someone with experience with OSX and the cubieboard?
<ecelis>
mk2soldier: what is your issue?
<mk2soldier>
I would like to cross-compile linux userland application for the cubieboard from OSX
<ecelis>
mmm... I don't think that is posible, unless you find a cross compiler toolchain for the OSX
<ecelis>
your bets bet will be to do the cross compile in a VM
<mk2soldier>
I’ve already downloaded and installed the Carlson Minot ARM GNU Linux G++ Lite cross toolchain
<ecelis>
is this for OSX?
<mk2soldier>
but when I (for example) execute an hello world program on the cubieboard I receive: No such file or directory
<mk2soldier>
Yes, for OSX
<ecelis>
you are in the right track then, now what seems to be the problem?
<mk2soldier>
This is the output of the file command on my program: a.out: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.16, not stripped
<mk2soldier>
bud ldd says: not a dynamic executable
<mk2soldier>
ecelis: Thank you for your support
<ecelis>
did you set CROSS_COMPILE and ARCH environment variables at build time?
<mk2soldier>
Uhm, I think not..
<mk2soldier>
How can I do it?
<mk2soldier>
Sorry for my horrible english btw
<ecelis>
make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm
<ecelis>
the value for CROSS_COMPILE varies, you need to check how the cross compiler names the executables
<ecelis>
mine are arm-none-linux-gnueabi- but that is on a GNU/Linux box
<ecelis>
I don't know a bout the OSX toolchain
issue_ has quit [Disconnected by services]
<mk2soldier>
Oh ok, I’ll try and report back, thank you very much ecelis!
tyil is now known as tyil|afk
ricardocrudo has quit [Remote host closed the connection]
ricardocrudo has joined #cubieboard
ricardocrudo has quit [Remote host closed the connection]
ricardocrudo has joined #cubieboard
rooted has quit [Ping timeout: 250 seconds]
<mk2soldier>
It doesn’t works. Even if I try directry with: arm-none-linux-gnueabi-gcc hello-world.c
hramrach has quit [Ping timeout: 264 seconds]
crudo has joined #cubieboard
ricardocrudo has quit [Remote host closed the connection]
crudo has quit [Remote host closed the connection]
ricardocrudo has joined #cubieboard
<ecelis>
mk2soldier: did you read the manual or docs for the toolhain you downloaded?
<ecelis>
there should be something particular to
<ecelis>
it
Ryp has quit [Quit: Leaving.]
ricardocrudo has quit [Remote host closed the connection]
hramrach has joined #cubieboard
ricardocrudo has joined #cubieboard
crudo has joined #cubieboard
crudo has quit [Remote host closed the connection]
ricardocrudo has quit [Remote host closed the connection]
ricardocrudo has joined #cubieboard
tyil|afk is now known as tyil
initbrain has quit [Quit: leaving]
nils2 has joined #cubieboard
nils_2 has quit [Ping timeout: 260 seconds]
nils2 is now known as nils_2
rooted has joined #cubieboard
RA3OR has joined #cubieboard
blsd has quit [Remote host closed the connection]
smccarthy has joined #cubieboard
ricardocrudo has quit [Remote host closed the connection]
ricardocrudo has joined #cubieboard
ricardocrudo has quit [Remote host closed the connection]
ricardocrudo has joined #cubieboard
ricardocrudo has quit [Remote host closed the connection]
ricardocrudo has joined #cubieboard
ricardocrudo has quit [Remote host closed the connection]
ricardocrudo has joined #cubieboard
ricardocrudo has quit [Remote host closed the connection]
ricardocrudo has joined #cubieboard
suhanc has quit [Remote host closed the connection]
FR^2 has quit [Quit: Connection reset by peer]
tyil is now known as tyil|afk
mk2soldier has quit [Quit: mk2soldier]
initbrain has joined #cubieboard
lerc has quit [Ping timeout: 255 seconds]
mk2soldier has joined #cubieboard
ricardocrudo has quit [Remote host closed the connection]
ricardocrudo has joined #cubieboard
ricardocrudo has quit [Remote host closed the connection]
ricardocrudo has joined #cubieboard
ricardocrudo has quit [Remote host closed the connection]
ricardocrudo has joined #cubieboard
ricardocrudo has quit [Remote host closed the connection]
ricardocrudo has joined #cubieboard
maybethistime has joined #cubieboard
maybethistime has quit [Changing host]
maybethistime has joined #cubieboard
FR^2 has joined #cubieboard
piglit has quit [Read error: Connection timed out]
piglit has joined #cubieboard
piglit has quit [Read error: Connection timed out]
piglit has joined #cubieboard
maybethistime has quit [Quit: Leaving.]
rooted has quit [Ping timeout: 272 seconds]
nighty-_ has quit [Quit: Disappears in a puff of smoke]
piglit has quit [Read error: Connection timed out]
piglit has joined #cubieboard
buZz has quit [Ping timeout: 250 seconds]
buZz has joined #cubieboard
buZz is now known as Guest74923
Guest74923 is now known as buZz
derrick13 has left #cubieboard [#cubieboard]
premoboss has joined #cubieboard
lerc has joined #cubieboard
rooted has joined #cubieboard
rooted has quit [Ping timeout: 250 seconds]
premoboss has quit [Remote host closed the connection]
ganbold_ has quit [Ping timeout: 255 seconds]
brushdemon has joined #cubieboard
<brushdemon>
oh hey
<brushdemon>
I just have a question for you guys in regards to the networking capabilites of the cubieboard
<brushdemon>
well
<brushdemon>
cubietruck
<_r00k>
brushdemon, what is the question?
<brushdemon>
Is the cubieboard capable of a gigabit connection
<brushdemon>
**cubietruck
<_r00k>
it has a 1G nic on it.I don't know that I've ever tried maxing it out, but I haven't noticed network issues relating to throughput before.
<brushdemon>
ahhh, okay. I was thinking about setting up to route
<brushdemon>
which leaves me of a way to get another NIC on it (:
<brushdemon>
thanks for the info!
<_r00k>
brushdemon, np :)
<_r00k>
brushdemon, also, i don't mean to alarm you, but your face is on backwards >.<
froy has quit [Remote host closed the connection]
<brushdemon>
0_0
froy has joined #cubieboard
tomboy64 has quit [Remote host closed the connection]
tomboy64 has joined #cubieboard
* brushdemon
trys to fix face
<brushdemon>
thanks _r00k
<brushdemon>
:)
<_r00k>
so glad you are alright. that's a scary thing to see.
froy has quit [Remote host closed the connection]
NamanG has quit []
froy has joined #cubieboard
<brushdemon>
hehehe :3
<brushdemon>
anyways, i'm off
<brushdemon>
I'll come back later on when I start getting my project underway
<brushdemon>
thanks again!
brushdemon has quit [Quit: leaving]
ssvb has quit [Ping timeout: 245 seconds]
sassmann has quit [Ping timeout: 255 seconds]
nils_2 has quit [Ping timeout: 272 seconds]
nils_2 has joined #cubieboard
froy has quit [Remote host closed the connection]
smccarthy has quit [Remote host closed the connection]
ssvb has joined #cubieboard
derrick13 has joined #cubieboard
FR^2 has quit [Quit: Leaving]
smccarthy has joined #cubieboard
D0pamine has quit [Remote host closed the connection]
nils_2 has quit [Ping timeout: 240 seconds]
nils_2 has joined #cubieboard
froy has joined #cubieboard
froy has quit [Remote host closed the connection]
nils_2 has quit [Ping timeout: 250 seconds]
nils_2 has joined #cubieboard
maybethistime has joined #cubieboard
maybethistime has quit [Changing host]
maybethistime has joined #cubieboard
Guest15101 has quit [Changing host]
Guest15101 has joined #cubieboard
Guest15101 is now known as nesthib
kivutar has quit [Quit: Ex-Chat]
ricardocrudo has quit [Remote host closed the connection]
smccarthy has quit [Quit: Leaving...]
rz2k has quit [Read error: Connection reset by peer]
deasy has quit [Quit: Nom d'un quark, c'est Edmonton !]
<mk2soldier>
ecelis: Now I’m on a Linux box (Debian 7 64 bit) I’ve installed Mentor Graphics’ Sourcery Codebench Lite (ARM GNU/Linux) but I keep getting the same error whenever I try to execute my cross-compiled program: No such file or directory
<mk2soldier>
The strange thing is that if I try to compile the same program on the cubieboard (ARM gcc) it works out of the box.