Skip to content

Commit ac3833c

Browse files
Merge pull request #1071 from Dasharo/buildman-update-12thgen
docs/unified/novacustom/building-manual.md: update nv4x_adl instructions
2 parents 20e18c8 + d25b6dc commit ac3833c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/unified/novacustom/building-manual.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@
323323

324324
=== "NV4x 12th Gen"
325325
```bash
326-
git checkout novacustom_nv4x_adl_v0.9.0
326+
git checkout novacustom_nv4x_adl_v0.9.2
327327
```
328328

329329
1. Start the build inside the docker container:
@@ -346,12 +346,11 @@
346346

347347
=== "NV4x 12th Gen"
348348
```bash
349-
docker run --rm -it -v $PWD:$PWD -w $PWD \
350-
3mdeb/heads-docker:3.0.1 make BOARD=nitropad-nv41
349+
./docker_repro.sh make BOARD=novacustom-nv4x_adl
351350
```
352351

353352
This will produce a Dasharo binary placed in
354-
`build/x86/nitropad-nv41/dasharo-nitropad-nv41-*.rom`.
353+
`build/x86/novacustom-nv4x_adl/dasharo-novacustom-nv4x_adl-novacustom_nv4x_adl_v0.9.2.rom`.
355354

356355
## Install Dasharo firmware
357356

0 commit comments

Comments
 (0)