mirror of
https://github.com/godotengine/buildroot.git
synced 2025-12-31 09:48:56 +03:00
With this patch we enable CONFIG_USB for HSDK, which is not explicitly
selected by UDL since the commit 5d50bd440bc2 ("drm/udl: Make udl
driver depend on CONFIG_USB"). Commit 4c13ca86dcf8 ("ARC:
[plat-hsdk]: fix USB regression") is not yet backported to Linux
kernel 5.6.x, so we enable this option in fragment file for HSDK.
Signed-off-by: Evgeniy Didin <Evgeniy.Didin@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Cc: arc-buildroot@synopsys.com
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
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>