Altera_Forum
Honored Contributor
8 years agoQuestions about SOC FPGA Preloader and device tree
Hi
I’m working on a project using the Terasic Spider robot which uses the DE0 NANO SOC board. It is a Cyclone 5 board. I’m building a Metal Detection application on top of the spider and I’m using the Terasic Spider reference Designs. I added ADC IP component to the QSYS system and wire it to the HPS system then I compiled the design, copied the .rbf file to the SD card. Then I generated the header files (HPS_0.h) and replaced it with the old one in the Linux program reference design. Thankfully, I was successful to build my application on top of the board. However, The spider movement stopped at all or sometimes behave weirdly. from what I read online, I’m guessing that I have to recompile the preloader or the device tree. My question is what is wrong with my development flow, and what else should I recompile? the preloader or the device tree or both? Thanks.