Reset your ZED Box Mini
Should I flash my ZED Box Mini? #
The ZED Box Mini comes with pre-configured drivers that meet its requirements.
This procedure is intended for advanced users who need specific system configurations (i.e. a file system upgrade) or if the installation is broken and the ZED Box Mini is not functioning correctly or fails to boot.
Flashing your ZED Box Mini should be considered a last resort unless you have sufficient knowledge and expertise in the process.
Upgrade/Reset #
At the time of writing this tutorial, the NVIDIA® SDK Manager does not support automatic flashing of the ZED Box Mini Jetson modules. Therefore, you must manually flash the device using the provided terminal scripts.
Force the ZED Box Mini in Recovery mode #
⚠️ It is not required to open the ZED Box Mini to force it into Recovery mode. Opening the box will void the warranty ⚠️
First method:
Note: This is applicable only if your device can normally boot.
Open a terminal console (
Ctrl+Alt+t
) and enter the commandsudo reboot --force forced-recovery
Second method:
- Connect the power
- Use a pin to push the
RCV
button - While keeping the
RCV
button pushed, use a pin to push theRST
button
Check that the ZED Box Mini restarted in Force Recovery mode #
Connect a Type-A/MicroUSB cable to a host device running Ubuntu 22.04 and to the OTG
port of the ZED Box Mini.
Open a terminal console (Ctrl+Alt+t
).
You can verify that the ZED Box correctly started in “Recovery Mode” by entering this command:
lsusb -d '0955:'
- NVIDIA® Jetson™ Orin Nano 4 GB: an NVIDIA® device with VID:PID
0955:7623
should be listed. e.g.Bus xxx Device yyy: ID 0955:7623 NVIDIA Corp. APX
- NVIDIA® Jetson™ Orin Nano 4 GB: an NVIDIA® device with VID:PID
0955:7523
should be listed. e.g.Bus xxx Device yyy: ID 0955:7523 NVIDIA Corp. APX
- NVIDIA® Jetson™ Orin NX 8 GB: an NVIDIA® device with VID:PID
0955:7423
should be listed. e.g.Bus xxx Device yyy: ID 0955:7423 NVIDIA Corp. APX
- NVIDIA® Jetson™ Orin NX 16 GB: an NVIDIA® device with VID:PID
0955:7323
should be listed. e.g.Bus xxx Device yyy: ID 0955:7323 NVIDIA Corp. APX
📌 Note: If an NVIDIA® device with VID:PID
0955:7020
and typeNVIDIA Corp. L4T (Linux for Tegra) running on Tegra
is listed, then your ZED Box Mini has not rebooted in Force Recovery mode. You must retry the procedure.
Flashing the ZED Box Mini #
Detailed instruction to Flash the ZED Box Mini be released soon