Shop OBEX P1 Docs P2 Docs Learn Events
No Propeller Chip Error — Parallax Forums

No Propeller Chip Error

egeisegeis Posts: 5
edited 2013-10-21 21:32 in Propeller 1
I have followed the instructions from: http://learn.parallax.com/mac on installing the SimpleIDE and USB drivers on my Macbook Pro (10.7.5)

The Propeller board appears under the system information -> USB devices as "Propeller Activity Brd" with DAWSEGTO as the serial number. The vender drive is Future Technology Devices International Limited so i believe the drivers are installed, whether they are working is a different topic.

I loaded the Welcome.side project "Hello World" to test the connection as per the instructions. The only devices to appear in the port selection is the one labeled "/dev/cu.usbserial-DAWSEGTO".

The Build appears to be successful however there is an error when it tries to load the program to the board. Below is the entire output from the build status window.


Project Directory: /Users/username/Documents/SimpleIDE/My Projects/


propeller-elf-gcc -v GCC 4.6.1 (propellergcc_v1_0_0_2097)
propeller-elf-gcc -I . -L . -I /Users/username/Documents/SimpleIDE/Learn/Simple Libraries/Utility/libsimpletools -L /Users/username/Documents/SimpleIDE/Learn/Simple Libraries/Utility/libsimpletools/cmm/ -I /Users/username/Documents/SimpleIDE/Learn/Simple Libraries/Text Devices/libsimpletext -L /Users/username/Documents/SimpleIDE/Learn/Simple Libraries/Text Devices/libsimpletext/cmm/ -I /Users/username/Documents/SimpleIDE/Learn/Simple Libraries/Protocol/libsimplei2c -L /Users/username/Documents/SimpleIDE/Learn/Simple Libraries/Protocol/libsimplei2c/cmm/ -o cmm/Welcome.elf -Os -mcmm -m32bit-doubles -fno-exceptions -std=c99 Welcome.c -lm -lsimpletools -lsimpletext -lsimplei2c -lm -lsimpletools -lsimpletext -lm -lsimpletools -lm
propeller-load -s cmm/Welcome.elf
propeller-elf-objdump -h cmm/Welcome.elf
Done. Build Succeeded!


propeller-load -Dreset=dtr -I /opt/parallax/propeller-load/ -b ACTIVITYBOARD cmm/Welcome.elf -r -p /dev/cu.usbserial-DAWSEGTO
error: no propeller chip on port '/dev/cu.usbserial-DAWSEGTO'

The only alteration i've made to this output is replacing the username.

I have no issues running the activity bot on my windows box however it is not very portable. I am at a loss to how I should go about getting the activity bot to work with Mac.

Comments

  • egeisegeis Posts: 5
    edited 2013-10-21 20:52
    I disconnected everything from the bread board I had previously done and no it connects. One of the wires was touching another possibly. Works now on Mac, just have to figure out how to rewire everything but thats another topic for later.
  • jazzedjazzed Posts: 11,803
    edited 2013-10-21 21:32
    Welcome to the forum.

    Glad you were able to get things working on both platforms.
Sign In or Register to comment.