We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20e18c8 + d25b6dc commit ac3833cCopy full SHA for ac3833c
docs/unified/novacustom/building-manual.md
@@ -323,7 +323,7 @@
323
324
=== "NV4x 12th Gen"
325
```bash
326
- git checkout novacustom_nv4x_adl_v0.9.0
+ git checkout novacustom_nv4x_adl_v0.9.2
327
```
328
329
1. Start the build inside the docker container:
@@ -346,12 +346,11 @@
346
347
348
349
- docker run --rm -it -v $PWD:$PWD -w $PWD \
350
- 3mdeb/heads-docker:3.0.1 make BOARD=nitropad-nv41
+ ./docker_repro.sh make BOARD=novacustom-nv4x_adl
351
352
353
This will produce a Dasharo binary placed in
354
- `build/x86/nitropad-nv41/dasharo-nitropad-nv41-*.rom`.
+ `build/x86/novacustom-nv4x_adl/dasharo-novacustom-nv4x_adl-novacustom_nv4x_adl_v0.9.2.rom`.
355
356
## Install Dasharo firmware
357
0 commit comments