This repository has been archived on 2021-11-24. You can view files and clone it, but cannot push or open issues or pull requests.
fsfw_example_public/cmake/scripts/BeagleBoneBlack/crosscompile/bbb_path_helper.sh

4 lines
153 B
Bash
Raw Normal View History

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