From 79ca5b2fe684501f562a05647a1a2fc49d14fa48 Mon Sep 17 00:00:00 2001 From: Hemanth-Jonnala <86132058+hjonnala@users.noreply.github.com> Date: Wed, 11 May 2022 17:55:13 -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 634d8de..b18aeb6 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. Cross-compile for aarch64 from your Linux desktop (do not run this on the Dev Board):: +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