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.

4 lines
153 B
Bash

export PATH=$PATH:"$HOME/beaglebone/<cross_compiler_path>/bin"
export CROSS_COMPILE="arm-linux-gnueabihf"
export BBB_ROOTFS="${HOME}/raspberrypi/rootfs"