readme.txt 810 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. Terasic DE10 Nano Development Board
  2. Intro
  3. =====
  4. More information about this board can be found here:
  5. https://rocketboards.org/foswiki/Documentation/DE10NanoDevelopmentBoard
  6. Build
  7. =====
  8. First, load socrates config for buildroot
  9. make terasic_de10nano_cyclone5_defconfig
  10. Build everything
  11. make
  12. Following files will be generated in output/images
  13. .
  14. ├── barebox-env
  15. ├── barebox-socfpga-de10_nano.img
  16. ├── barebox-socfpga-de10_nano-xload.img
  17. ├── boot.vfat
  18. ├── rootfs.ext2
  19. ├── rootfs.ext4 -> rootfs.ext2
  20. ├── rootfs.tar
  21. ├── sdcard.img
  22. ├── socfpga_cyclone5_de0_nano_soc.dtb
  23. └── zImage
  24. Creating bootable SD card
  25. =========================
  26. Simply invoke
  27. dd if=output/images/sdcard.img of=/dev/sdX
  28. Where X is your SD card device (not partition)