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