Skip to content

Commit

Permalink
fix bitstream placement
Browse files Browse the repository at this point in the history
  • Loading branch information
anuejn committed Jan 8, 2019
1 parent 5762ddd commit a1424fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion makefiles/in_chroot/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a1424fe

Please sign in to comment.