added cmake scripts

This commit is contained in:
2021-06-11 12:51:20 +02:00
parent 63c7c6e5af
commit 3a3a3f476c
18 changed files with 1219 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
export PATH=$PATH:"$HOME/beaglebone/<cross_compiler_path>/bin"
export CROSS_COMPILE="arm-linux-gnueabihf"
export BBB_ROOTFS="${HOME}/raspberrypi/rootfs"