No board type on SimpleIde and Raspberry pi
bikejunky
Posts: 33
I've loaded SimpleIde on my Raspberry pi several times and I can't choose a board type.
Not sure what to do. Where to look for the file and where to put it.
I'm fairly new to linux and raspberry pi
Thank for any help
Not sure what to do. Where to look for the file and where to put it.
I'm fairly new to linux and raspberry pi
Thank for any help
Comments
What version number is it anyway?
Are you wanting to program in Spin or C?
I don't have a Pi here to play along with at the moment, at least not one with a screen. But on my SimpleIDE on my Debian PC I don't get any board type options when the selected language is Spin. I guess there are none.
loading spin programs. I will mess with it more later.
I had to change where simpleide was looking for the folders once I found where the boards where.
Thanks for the help
I mySpin is my project name. SimpleIde would not attempt to load any of the pe kit's example with out a project.
I probably need to read the manual more and experiment with spin in it
Its bed time
thanks again
set them to on a RaspberryPi
Thanks Again
The Spin Library for Rasberry PI should be in /opt/parallax/spin.
The most likely reason for your error according to what you have posted is that some of your spin files are not in the Spin Library folder or not in the same folder where mySpin.spin lives. That's a guess of course. Merge your library code into one folder, and point to that in Properties -> Spin tab -> Spin Library. If that doesn't fix the problem, then we may need to see your source to debug your compile failure.
What is the date on you SimpleIDE package for Rasberry PI ?
I think I might have made a mistake installing it, someway, because
this is what I have in the comand line to run simpleide
pi@raspberrypi ~ $ ls
Desktop python_games SimpleIDE-0-9-43
ocr_pi.png SimpleIDE SimpleIDE-0-9-43.armv6l.raspberrypi-linux.tar.bz2
pi@raspberrypi ~ $ cd SimpleIDE
pi@raspberrypi ~/SimpleIDE $ ./simpleide
bash: ./simpleide: No such file or directory
pi@raspberrypi ~/SimpleIDE $ cd
pi@raspberrypi ~ $ cd SimpleIDE-0-9-43
pi@raspberrypi ~/SimpleIDE-0-9-43 $ ./simpleide
Then the SimpleIDE window comes up.
I thought ./simpleide should have ran under SimpleIDE
Thanks for the help. Going to bed think I'm coming down with a cold.
~/SimpleIDE-0-9-43 is where the application lives.
I am new to RPi and is OS.
Most Parallax Propeller boards should show up in the Project Manager "Board Type" selector ... you may have to click the button on the bottom left part of the screen to show the Project Manager.
Dale
Dale
The one in blue are important. They don't need to start with c:\propgcc\bin ...
Most likely they will have C:\Program Files (x86)\SimpleIDE ... something.
(I may not be able to follow up again for a few hours. Sorry about that in advance.)
For Loader Folder: /opt/parallax/propeller-load/
The book that I bought from Sparkfun "Getting Started with Raspberry Pi" is not really very helpful for starting out. I can not find or refind the infor I need. I have the Raspberry Pi User Guide second edition on it way (cross town snail mail = overnight).
I have written down all that was sent to the screen from the install if you need any of that info.
I may be old and slow but I do remember bit switches on the S100 and have messed with 8080(Z80), 6502, 6803, and 6809 asm. My older bro tried to make a programmer out of me but I was born a mechanic.
Dale
In the SimpleIDE Properties, the WorkSpace folder defaults to "/home/pi/SimpleIDE/" as soon as I remove the last slash to make
it "/home/pi/SimpleIDE", the boards showed up in the board type.
As for the spin programming, once replaced bst.linux (old compliler for spin I think) with openspin. Spin programming started to w
work. This was all on the old SimpleIDE-0-9-43. The new 45 works great. Still have to remove the last slash though.
Thanks for the help
Now I have to figure out how to make this post solved. LOL
Charlie
I closed the program when I did not intend to so now I have to figure out how to restart it.
I know all too well about family problems. Got lots of my own to deal with.
Dale