From d00e504ea4ffd7e35e38e67f572c30af531152da Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Fri, 3 Dec 2021 22:24:46 -0500 Subject: [PATCH] update README.md; --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3b3ccb04..d84b76fa 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,10 @@ The DVM Host software does not have any specific library dependancies and is wri * Makefile - This makefile is used for building binaries for the native installed GCC. * Makefile.arm - This makefile is used for cross-compiling for a ARM platform. +* Makefile.rpi-arm - This makefile is used for cross-compiling for a Raspberry Pi. + +* For RPi using Debian/Ubuntu OS install the standard ARM embedded toolchain (typically arm-gcc-none-eabi). + 1. Switch to "/opt" and checkout ```https://github.com/raspberrypi/tools.git```. Use the ```make``` command to build the software.