PicAxe ....

If you are looking for a specific 32-bit package and you can't find it in any of the 32-bit repos, please post a request for it here.
hitsware
Black ninja
Black ninja
Posts: 80
Joined: 12 Jan 2014, 19:13
Distribution: porteus
Location: sacramento, calif.

PicAxe ....

Post#1 by hitsware » 06 Sep 2014, 02:22

I almost had this going with Slitaz, but was missing something
in the kernal (or someplace ?)

http://www.picaxe.com/downloads/linaxepad.tar.gz

User avatar
francois
Contributor
Contributor
Posts: 6434
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

Re: PicAxe ....

Post#2 by francois » 06 Sep 2014, 02:27

What is the question?
Prendre son temps, profiter de celui qui passe.

hitsware
Black ninja
Black ninja
Posts: 80
Joined: 12 Jan 2014, 19:13
Distribution: porteus
Location: sacramento, calif.

Re: PicAxe ....

Post#3 by hitsware » 06 Sep 2014, 04:09

Would some kind soul make a .xzm for LinAXEpad ?

http://www.picaxe.com/Software/PICAXE/AXEpad/

User avatar
Slaxmax
Contributor
Contributor
Posts: 408
Joined: 03 Jan 2013, 09:51
Distribution: KDE4
Location: Campinas Brazil https://goo.gl/yrxwKi

Re: PicAxe ....

Post#4 by Slaxmax » 06 Sep 2014, 20:09

I have no way to test.
Try and tell us the result.

AXEpad-1.5.0-i486.xzm
http://www.mediafire.com/download/eqe6y ... 0-i486.xzm
“DNA is like a computer program but far, far more advanced than any software ever created.”
― Bill Gates, The Road Ahead

hitsware
Black ninja
Black ninja
Posts: 80
Joined: 12 Jan 2014, 19:13
Distribution: porteus
Location: sacramento, calif.

Re: PicAxe ....

Post#5 by hitsware » 06 Sep 2014, 20:44

Thank You :D
Something awry though ....

Image

User avatar
francois
Contributor
Contributor
Posts: 6434
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

Re: PicAxe ....

Post#6 by francois » 06 Sep 2014, 20:54

It works for me. Download it once more.

What version of porteus do you have?
Prendre son temps, profiter de celui qui passe.

User avatar
Slaxmax
Contributor
Contributor
Posts: 408
Joined: 03 Jan 2013, 09:51
Distribution: KDE4
Location: Campinas Brazil https://goo.gl/yrxwKi

Re: PicAxe ....

Post#7 by Slaxmax » 06 Sep 2014, 21:11

thanks francois for you feedback

@hitsware
check md5 module

Code: Select all

guest@porteus:~$ md5sum /home/guest/AXEpad-1.5.0-i486.xzm 
b7a6e745469bcd8def448831956ba0f8  /home/guest/AXEpad-1.5.0-i486.xzm
The number has to be equal b7a6e745469bcd8def448831956ba0f8
“DNA is like a computer program but far, far more advanced than any software ever created.”
― Bill Gates, The Road Ahead

User avatar
francois
Contributor
Contributor
Posts: 6434
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

Re: PicAxe ....

Post#8 by francois » 06 Sep 2014, 22:01

@Slaxmax:

No thanks necessary. I was about to build the module when I saw that you had build it! :wink:
Prendre son temps, profiter de celui qui passe.

hitsware
Black ninja
Black ninja
Posts: 80
Joined: 12 Jan 2014, 19:13
Distribution: porteus
Location: sacramento, calif.

Re: PicAxe ....

Post#9 by hitsware » 06 Sep 2014, 23:15

Thanks Guys ......... No error now ......... Seems OK ...... I used a little different download method ......
Now I need to find out how to run it ........

hitsware
Black ninja
Black ninja
Posts: 80
Joined: 12 Jan 2014, 19:13
Distribution: porteus
Location: sacramento, calif.

Re: PicAxe ....

Post#10 by hitsware » 07 Sep 2014, 00:16

Slick install :D .... I think Porteus opened a new catagory (programming) on the menu ( I may have not noticed it before)
I know the USB0 works because I use it with Minicom .....
???????
Image

User avatar
Slaxmax
Contributor
Contributor
Posts: 408
Joined: 03 Jan 2013, 09:51
Distribution: KDE4
Location: Campinas Brazil https://goo.gl/yrxwKi

Re: PicAxe ....

Post#11 by Slaxmax » 07 Sep 2014, 01:16

You need to know the port of device .

For me (example) my USB to RS232 converter.

Code: Select all

guest@porteus:~$ ls /sys/class/tty/ | grep USB
ttyUSB0@
If your device is different, please configure in AXEpad -> options -> port

Try it.
“DNA is like a computer program but far, far more advanced than any software ever created.”
― Bill Gates, The Road Ahead

hitsware
Black ninja
Black ninja
Posts: 80
Joined: 12 Jan 2014, 19:13
Distribution: porteus
Location: sacramento, calif.

Re: PicAxe ....

Post#12 by hitsware » 07 Sep 2014, 14:51

I get nothing with PicAxe plugged in,
but USB0@ with MicroMite ......
Maybe a problem with PicAxe ?

User avatar
Slaxmax
Contributor
Contributor
Posts: 408
Joined: 03 Jan 2013, 09:51
Distribution: KDE4
Location: Campinas Brazil https://goo.gl/yrxwKi

Re: PicAxe ....

Post#13 by Slaxmax » 07 Sep 2014, 19:15

maybe you need activate the driver module

as root

Code: Select all

root@porteus:/home/guest# modprobe ftdi_sio vendor=0x0403 product=0xbd90
for more information read
http://www.picaxe.com/docs/axe027.pdf
“DNA is like a computer program but far, far more advanced than any software ever created.”
― Bill Gates, The Road Ahead

hitsware
Black ninja
Black ninja
Posts: 80
Joined: 12 Jan 2014, 19:13
Distribution: porteus
Location: sacramento, calif.

Re: PicAxe ....

Post#14 by hitsware » 07 Sep 2014, 20:30

Did that .... Still no go .....
Maybe this ?
http://www.ftdichip.com/Drivers/VCP/Lin ... sio.tar.gz

User avatar
Slaxmax
Contributor
Contributor
Posts: 408
Joined: 03 Jan 2013, 09:51
Distribution: KDE4
Location: Campinas Brazil https://goo.gl/yrxwKi

Re: PicAxe ....

Post#15 by Slaxmax » 07 Sep 2014, 22:29

FTDI already compiled as a kernel module

please post lsub out (with device plugged)
example (my pc)

Code: Select all

root@porteus:/home/guest# lsusb
Bus 001 Device 004: ID 13fe:1d00 Kingston Technology Company Inc. DataTraveler 2.0 1GB/4GB Flash Drive / Patriot Xporter 4GB Flash Drive
Bus 002 Device 002: ID 09da:000a A4 Tech Co., Ltd Optical Mouse Opto 510D
Bus 002 Device 003: ID 0e8f:0022 GreenAsia Inc. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
“DNA is like a computer program but far, far more advanced than any software ever created.”
― Bill Gates, The Road Ahead

Post Reply