# Copying source code into working directory cp -r /src/* ./ # Building the Project /root/.cargo/bin/cargo build # Copy the .FAP file to the app directory cp ./target/thumbv7em-none-eabihf/debug/*.fap /app/