From a1424fe455acb29ec77d2ccbc79a3e621b5bf318 Mon Sep 17 00:00:00 2001 From: Jaro Habiger Date: Tue, 8 Jan 2019 01:17:52 +0100 Subject: [PATCH] fix bitstream placement --- makefiles/in_chroot/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/makefiles/in_chroot/install.sh b/makefiles/in_chroot/install.sh index 38dcc09c..a59bb7fd 100755 --- a/makefiles/in_chroot/install.sh +++ b/makefiles/in_chroot/install.sh @@ -73,7 +73,8 @@ cdmake software/misc-tools-utilities/raw2dng # download prebuilt fpga binaries & select the default binary # also convert the bitstreams to the format expected by the linux kernel -mkdir -p /opt/bitstreams +mkdir -p /opt/bitstreams/ +mkdir -p /lib/firmware/ BITSTREAMS="cmv_hdmi3_dual_60.bit cmv_hdmi3_dual_30.bit" for bit in $BITSTREAMS; do (cd /opt/bitstreams && wget http://vserver.13thfloor.at/Stuff/AXIOM/BETA/$bit -O $bit)