eive-obsw/cmake/scripts/beagleboneb/crosscompile/bbb_path_helper.sh

4 lines
153 B
Bash
Raw Normal View History

2021-05-05 20:25:52 +02:00
export PATH=$PATH:"$HOME/beaglebone/<cross_compiler_path>/bin"
export CROSS_COMPILE="arm-linux-gnueabihf"
export BBB_ROOTFS="${HOME}/raspberrypi/rootfs"