Robopi With SimpleIDE on the RPI
Ray0665
Posts: 231
I disabled ttyAMA0 as instructed
I have SimpleIDE installed and running.
I replaced propeller-load
I have robopi.cfg in ~/SimpleIDE-....
I compiled hello.c successfully and it seems to load correctly with a Verifying ram OK and build successful
when I run either from RAM, EEPROM or with terminal I get NADA - nuttin - zilch
It must be me cause other folk seem to work BUT what???
I have SimpleIDE installed and running.
I replaced propeller-load
I have robopi.cfg in ~/SimpleIDE-....
I compiled hello.c successfully and it seems to load correctly with a Verifying ram OK and build successful
when I run either from RAM, EEPROM or with terminal I get NADA - nuttin - zilch
It must be me cause other folk seem to work BUT what???
Comments
- you need to make sure SimpleIDE uses a board config with 100MHz crystal
as it loaded correctly & verified, it has to be the above.
Hope that helps,
Bill
(FYI, I almost didi not find this post, normally I monitor the Prop 1 / Prop 1 FPGA / Prop 2 / Robotics forums)
robopi.cfg needs to be in /opt/parallax/propeller-load
you need to modify boards.txt in that same directory to include robopi.cfg
and lastly you need to run minicom or similar the terminal associated with SimpleIDE does not work
Glad to hear it is working!
Too bad about the SimpleIDE serial terminal not working.