From 2153e2958fcf22ac21e37ca9c6ee903e741e24f9 Mon Sep 17 00:00:00 2001 From: Hemanth-Jonnala <86132058+hjonnala@users.noreply.github.com> Date: Wed, 11 May 2022 17:54:03 -0700 Subject: [PATCH] Update build instructions for dev board --- nativeapp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nativeapp/README.md b/nativeapp/README.md index 58009c6..634d8de 100644 --- a/nativeapp/README.md +++ b/nativeapp/README.md @@ -8,7 +8,7 @@ The docker build was tested on the Dev Board, however, it can can support k8, aa 1. If you haven't done so already, set up your board according to [Get started with the Dev Board](https://coral.ai/docs/dev-board/get-started). -2. To build: +2. Cross-compile for aarch64 from your Linux desktop (do not run this on the Dev Board):: ``` cd nativeapp make DOCKER_TARGETS=mendelcam DOCKER_CPUS=aarch64 docker-build