comparison examples/d-box/how_to_build_dbox.txt @ 301:e4392164b458 prerelease

RENAMED BeagleRT to Bela AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA, scripts probably not working
author Giulio Moro <giuliomoro@yahoo.it>
date Fri, 27 May 2016 14:34:41 +0100
parents dbeed520b014
children
comparison
equal deleted inserted replaced
300:dbeed520b014 301:e4392164b458
1 The D-Box code can be built on the board using the scripts included with 1 The D-Box code can be built on the board using the scripts included with
2 BeagleRT. To build the code, do the following from the scripts/ directory: 2 Bela. To build the code, do the following from the scripts/ directory:
3 3
4 ./setup_board.sh # Only if BeagleRT is not already copied to the board 4 ./setup_board.sh # Only if Bela is not already copied to the board
5 ./build_project.sh -n ../projects/d-box # -n means don't run yet 5 ./build_project.sh -n ../projects/d-box # -n means don't run yet
6 6
7 You will now need to copy the .dbx sound files to the box. These need to 7 You will now need to copy the .dbx sound files to the box. These need to
8 be in a directory: /root/d-box/sounds 8 be in a directory: /root/d-box/sounds
9 9