buildroot/board/synopsys/hsdk
Giulio Benetti 2908bcc99f board/synopsys/hsdk/genimage.cfg: beautify file
Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2021-11-08 22:59:34 +01:00
..
genimage.cfg board/synopsys/hsdk/genimage.cfg: beautify file 2021-11-08 22:59:34 +01:00
linux.fragment configs/snps_archs38_hsdk: re-enable USB support 2020-07-25 23:03:54 +02:00
readme.txt Synopsys: Cleanup files related to Synopsys 2018-04-03 22:49:18 +02:00
uboot.env.txt board/synopsys/hsdk: remove duplicate console 2018-09-10 22:55:55 +02:00

Synopsys, Inc.
ARC HS Development Kit (HSDK)

https://embarc.org/platforms.html

How to build it
===============

Select the default configuration for the target:
$ make snps_archs38_hsdk_defconfig

Optional: modify the configuration:
$ make menuconfig

Build:
$ make

Result of the build
===================
output/images/
├── boot.vfat
├── rootfs.ext2
├── sdcard.img
├── u-boot
├── u-boot.bin
├── uboot-env.bin
└── uImage

To copy the image file to the sdcard use dd:
$ dd if=output/images/sdcard.img of=/dev/XXX

2018, Evgeniy Didin <Evgeniy.Didin@synopsys.com>