2

I am working with Linux software on DE10-nano board and I need to perform a small modification to default FPGA configuration (add pull-ups on GPIO lines).

The user manual points to DE10-Nano System CD\Demonstrations\FPGA\Default as default project which suppose to produce the factory FPGA configuration.

I compile it, convert SOF to RBF, and put the RBF on SD card for U-Boot to load.

U-Boot programs FPGA (I get orange LED on) and then fails to load Linux device tree (I get ERROR: Did not find a cmdline Flattened Device Tree message via COM port) although the same device tree file is in the same place on SD card.

Am I using the correct Quartus project?

3
  • Does the manual mention anything about the settings for the RBF conversion? – PenguMC Jul 22 '19 at 17:29
  • @PenguMC No, I just scanned all the DE10-nano pdfs to check it. – jackhab Jul 24 '19 at 8:17
  • Check bitlog.it/… - you'll find out that preloader needs to be recreated. – Qiu Jan 9 '20 at 11:41
0

The only solution that worked for me (loading my own .rbf file with the unmodified Linux Angrstrom from Terasic) was to use the SD card images from: http://download.terasic.com/downloads/cd-rom/de10-nano/linux_BSP/

I used the de10_nano_linux_console image. I used the sof_to_rbf.bat file to generate the .rbf file, ensuring that compression was turned on and the output file name was soc_system.rbf.

Any other method I tried with the SD card resulted in the error message the OP posted relating to the Device Tree.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

Not the answer you're looking for? Browse other questions tagged or ask your own question.