Flash your ZED Box Mini
Should I flash my ZED Box Mini?
The ZED Box Mini is shipped with a pre-configured operating system and drivers optimized for its hardware.
Flashing (resetting or upgrading the device firmware) is only recommended if you need to:
- Install a different OS or JetPack version,
- Recover from a corrupted system,
- Resolve issues preventing the device from booting or functioning properly.
Flashing will erase all data and custom configurations on your ZED Box Mini. Proceed only if you are familiar with the process or have been instructed by support. For most users, flashing should be a last resort.
Flashing Procedure
The NVIDIA® SDK Manager does not support automatic flashing of the Jetson modules installed in the ZED Box. Therefore, you must manually flash the board using NVIDIA’s BSP for the desired JetPack version.
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:
This is applicable only if your device can normally boot.
Open a terminal console (
Ctrl+Alt+t) and enter the command -
Second method:
- Connect the power
- Use a pin to push the
RCVbutton - While keeping the
RCVbutton pushed, use a pin to push theRSTbutton
When the ZED Box Mini boots in Force Recovery mode, the power LED stays OFF.
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 Mini correctly started in “Recovery Mode” by entering this command:
- NVIDIA® Jetson™ Orin Nano 4 GB: an NVIDIA® device with VID:PID
0955:7623should 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:7523should 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:7423should 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:7323should be listed. e.g.Bus xxx Device yyy: ID 0955:7323 NVIDIA Corp. APX
If an NVIDIA® device with VID:PID 0955:7020 and type NVIDIA 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.
Flash the ZED Box Mini
Requirements:
- use a host PC running Ubuntu 20.04 or Ubuntu 22.04.
On the host PC:
-
Open a terminal console from an empty folder of your choice.
For example:
-
Ensure that you previously booted the ZED Box Mini in “Recovery mode”.
-
Download the flash script for the NVIDIA® Jetpack version you want to install:
-
Flash the ZED Box Mini:
- Ensure you have at least 80GB of free space on your working hard drive.
- Use the following command to flash the ZED Box:
-
Standard mode:
Replace
<version>with the installer name, e.g.,zedbox_all_usb_flash_6.2.sh.
-
All necessary files will be downloaded in the folder
$BSP_ROOT. The script will create this folder if it does not exist and will ask you to log in asroot. -
Wait for the operation to complete. You will see the following output if the flash is successful:
If you encounter any problems during this procedure, please consult the troubleshooting guide.
Post-Flash operations
After flashing your device, follow these steps to install the necessary NVIDIA® and StereoLabs packages to ensure your ZED camera works correctly.
-
Boot and Login:
Power on the device and log in with your credentials.
The new default credentials of your ZED Box are:
- username:
user - password:
admin
- username:
-
Check the OS Version:
Follow this support guide to determine the version of the operating system installed on your device.
-
Connect to the Internet:
Connect your device to the internet using an Ethernet cable (WiFi could not be yet available according to the script you used to flash the device):
-
Open a Terminal:
Press
Ctrl+Alt+Tto open a terminal window. -
Update the APT cache:
Run the following commands to update the APT cache:
Do not run the command
sudo apt upgradebefore performing the next steps! -
Install NVIDIA® Jetpack Packages:
Run the following command to install the NVIDIA® Jetpack packages, which include the required Jetson™ drivers, CUDA, and all necessary NVIDIA® libraries:
-
Install ZED Link Drivers (for ZED X or ZED X One Cameras):
Download and install the appropriate drivers from the driver web page:
-
Hold the the kernel packages to not upgrade them and invalidate the setup:
-
Create a
hold-zedbox-kernel.shscript file with the following content:-
nano hold-zedbox-kernel.sh'hold-zedbox-kernel.sh'
Fill the file with this script:
-
-
Make the script exacutable:
chmod +x hold-zedbox-kernel.sh -
Run the script:
sudo ./hold-zedbox-kernel.sh -
Verify the result:
sudo ./hold-zedbox-kernel.sh statusAll the
nvidia-l4t-*packages should be[HELD] nvidia-l4t-* (version: xx.y.z-dddddddddddddd)If you are not using the Real Time kernel, you can safely ignore eventual
[ABSENT] nvidia-l4t-rt-*
-
-
Download and install the ZED SDK:
-
Visit the StereoLabs website and download the ZED SDK for Jetson that matches your installed Jetpack/L4T version.
-
Navigate to your Downloads directory and run the installer:
-
-
Reboot:
Restart your device to apply all changes:
-
Enjoy Your Device:
Your device is now ready for use with the ZED cameras.

