readme.txt 608 B

123456789101112131415161718192021222324252627282930313233
  1. Synopsys, Inc.
  2. ARC HS Development Kit (HSDK)
  3. https://embarc.org/platforms.html
  4. How to build it
  5. ===============
  6. Select the default configuration for the target:
  7. $ make snps_archs38_hsdk_defconfig
  8. Optional: modify the configuration:
  9. $ make menuconfig
  10. Build:
  11. $ make
  12. Result of the build
  13. ===================
  14. output/images/
  15. ├── boot.vfat
  16. ├── rootfs.ext2
  17. ├── sdcard.img
  18. ├── u-boot
  19. ├── u-boot.bin
  20. ├── uboot-env.bin
  21. └── uImage
  22. To copy the image file to the sdcard use dd:
  23. $ dd if=output/images/sdcard.img of=/dev/XXX
  24. 2018, Evgeniy Didin <Evgeniy.Didin@synopsys.com>