SimpleIDE on Raspberry Pi
tech-mech
Posts: 14
I have a Pimoroni Propeller HAT and a Raspberry Pi 2 with Jessie.
I have both the Propeller IDE and SimpleIDE installed and working. To get a SimpleIDE icon on the desktop I finally down loaded and unzipped a Debian version to get the icon and desktop files.
What I want to do now is add to the board configuration files and have them show up in the list in SimpleIDE. The manual is not helping me. Where does it hide the list of board types?
Thanks
I have both the Propeller IDE and SimpleIDE installed and working. To get a SimpleIDE icon on the desktop I finally down loaded and unzipped a Debian version to get the icon and desktop files.
What I want to do now is add to the board configuration files and have them show up in the list in SimpleIDE. The manual is not helping me. Where does it hide the list of board types?
Thanks
Comments
When I checked in my RPi install folder I either could not find boards.txt or if it was there it was empty (sorry, it's been a while & I don't recall which).
Well if it had been a Windows problem, I would have been able to fix it right away. However, I am just starting out with Linux and there was a lot of trial and error (how to create a new file, edit it, and save it where I wanted).
Eventually, I was able to create the boards,txt file with the proper text in it. Below I've copied the contents of board.txt from one of my windows installs. It's what I also used with the RPi. I think that putting the completed boards.txt into propeller-load and restarting SimpleIDE was all I needed to do.??? (again sorry I don't completely remember.)
The cfg flies for the boards are also in the propeller-load folder.
@parallax -- Please check the install files/instruction for SimpleIDE on the RPi and have the correct boards.txt install.
Hope this helps.
Tom
I found out that the .cfg file needs to be in 2 directories.
/opt/parallax/propeller-load
and
/home/pi/SimpleIDE-0-9-45/parallax/propeller-load
And yes I used the default user as I have several RPis and more micro SD cards.
Trying to get SimpleIDE to run on this:
nvidia.com/object/jetson-tk1-embedded-dev-kit.html
Thanks,
jt
NVIDIA 4-Plus-1™ Quad-Core ARM® Cortex™-A15 CPU
vs Raspberry Pi models of
BCM2837 64bit ARMv8 Cortex A53 Quad Core
BCM2836 32bit ARMv7 Cortex A7 Quad Core
BCM2835 32bit ARMv11 Single Core
When I went to run it, got a error message that it didn't like the version of QT I had installed even tho I have QT4 and QT5 installed.
This is Ubuntu 14.04 I am running on this ARM board, I am not sure what else to do to get SimpleIDE to work.
I will recompile it if needed, but not sure what dependents are needed.