From 18bf234a5b3e5cafed535fd8116557b0396aef25 Mon Sep 17 00:00:00 2001 From: Brian Woods Date: Wed, 8 Sep 2021 18:29:22 -0700 Subject: Add support for loading bitstreams Signed-off-by: Brian Woods Reviewed-by: Stefano Stabellini Signed-off-by: Stefano Stabellini --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 8854469..9549fff 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ DOMU_RAMDISK[1]="zynqmp-dom2/domU-ramdisk.cpio" DOMU_MEM[1]=512 DOMU_VCPUS[1]=1 +BITSTREAM=download.bit + NUM_BOOT_AUX_FILE=2 BOOT_AUX_FILE[0]="BOOT.BIN" BOOT_AUX_FILE[1]="uboot.cfg" @@ -127,6 +129,10 @@ Where: - LINUX_RAMDISK is optional but specifies the ramdisk to use when booting baremetal Linux. +- BITSTREAM is optional but specifies the bitstream to program the FPGA + with in u-boot when booting. Currently only a single bitstream is + supported. + - NUM_BOOT_AUX_FILE: is optional but if specified tell how many extra files to include in the first partition with disk_image. Useful for things like uboot config files, firmware files or other such files. -- cgit v1.2.3