-
Notifications
You must be signed in to change notification settings - Fork 766
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firmware update/upload (FPGArduino) #95
Comments
I re-open this because I still think this would be great idea and as mentioned in f32c/arduino#32 (comment) I was just not able to get it working (even though I know I am really close - I just don't have the time anymore)... |
Ok, had another idea. Now we have a bootloader and upload from arduino ide works. However the code does not execute after uploading yet. Looks like a mem mapping issue. |
Can someone that knows the picorv32 please help at f32c/arduino#32 (comment) the question is: "we need to know particular configuration address of RAM, size of RAM and can CPU execute code from the RAM" Help is appreciated. Thanks! |
See answer to #116. |
I was not yet able to get the booloader working but meanwhile I found another way (essentially replacing the Makefile). Now we have working Arduino IDE integration. Check f32c/arduino#32 (comment) |
As mentioned in #92; "The firmware should be uploaded in the flash memory using iceprog, outside of icestudio. In future versión we will integrate it into icestudio as well".
What about support for FPGArduino (see http://www.nxlab.fer.hr/fpgarduino/)? That would allow to compile and upload code via Arduino IDE:
The text was updated successfully, but these errors were encountered: