Skip to content

Commit

Permalink
Merge pull request #350 from ligenxxxx/add-building-note
Browse files Browse the repository at this point in the history
do not decompress in windows system
  • Loading branch information
ligenxxxx authored Oct 11, 2023
2 parents befbfb2 + be2f923 commit f2c5216
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

The firmware can either be built in a [devcontainer](https://containers.dev/) or natively on a linux machine.

Note: decompressing the repository in Windows system may damage some files and prevent correct builds.

### Devcontainer Setup

This repository supports the [vscode devcontainer](https://code.visualstudio.com/docs/devcontainers/containers) integration.
Expand Down Expand Up @@ -32,6 +34,7 @@ An appropiate vscode build task ships with this repository as well.
The firmware is generated as ~/hdz_goggle/code/out/HDZERO_GOGGLE-x.x.x.bin
Where x.x.x is the OTA_VER.RX_VER.VA_VER


## Loading the Firmware

Firmware can be either flashed via goggle menu or alternatively be executed via the SD Card with a custom development script. An example of this development script is provided below. The goggles automatically checks to see if the develop.sh script exists in the root of the SD Card and if found develop.sh is then executed.
Expand Down

0 comments on commit f2c5216

Please sign in to comment.