Skip to content

Commit

Permalink
[linux] fix axiom-start -> axiom_start renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
rroohhh committed Aug 8, 2020
1 parent b85bd23 commit e9f5459
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefiles/in_chroot/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ ln -sf /opt/bitstreams/cmv_hdmi3_dual_60.bin /lib/firmware/axiom-fpga-main.bin

cp software/scripts/axiom_start.service /etc/systemd/system/
if [[ $DEVICE == 'micro' ]]; then
systemctl disable axiom-start
systemctl disable axiom_start
else
systemctl enable axiom-start
systemctl enable axiom_start
fi

echo "i2c-dev" > /etc/modules-load.d/i2c-dev.conf
Expand Down

0 comments on commit e9f5459

Please sign in to comment.