Forum Discussion
Hello MeiB,
Here you have a link [1], where you can find how to install and running the tools correctly. Also how to build and load and example to the board.
Please tell me if this information works!
[1] https://rocketboards.org/foswiki/Documentation/SoCEDS
Best regards,
Isaac Vazquez.
- MeiB5 years ago
New Contributor
Hi, Asaac,
Thank you for the link. I've followed quite a few links and haven't been able to complete any successfully. I have a better understanding of bare metal debugging and was able to run "hello world" on DE-10 board through loading to on-chip memory following this link "Bare Metal User Guide" https://www.intel.com/content/www/us/en/programmable/documentation/lro1424280108409.html#lro1424314705998
However, I wasn't able to run from SDRAM following that guide, after running the preloader. I got the exact ERROR it warns of:
If the SDRAM is not configured before you start running the project from SDRAM, the following error messages appears:
ERROR(CMD16-TAD274-NAL22): ! Failed to load "bare metal-hello-world-01.axf" ! Failed to write 4,896 bytes to address S:0x02000000 while writing block of 4,096 bytes to address S:0x02000000 ! General error on memory or register access.
Do you have any idea of what could go wrong?
Your link requests download for ARM DS version 20.0. I'm using Altera soceds v17.0. When I downloaded the software, it never asked to download ARM DS separately. As a result I had issues to run the examples in the link. I wonder if the difference in the tool versions caused all my pains.
Thanks again for your time.