5 lines
399 B
Bash
5 lines
399 B
Bash
# This order makes it so we can use deactive to also deactive the other additions to the path
|
|
sudo chown tim:tim /dev/sdb
|
|
source $(dirname $(readlink -f $0))/env/bin/activate
|
|
PATH=$(dirname $(readlink -f $0))/arm-none-eabi/bin:$(dirname $(readlink -f $0))/microblazeel-xilinx-elf/bin:$(dirname $(readlink -f $0))/bin:/opt/Xilinx/14.7/ISE_DS/EDK/bin/lin64:/opt/Xilinx/14.7/ISE_DS/ISE/bin/lin64:$PATH
|