-
Notifications
You must be signed in to change notification settings - Fork 0
Software recovery from image
Please visit our new documenation at: https://edge-solutions.docs.pcb-arts.com/
It happens, that you brick your local EdgeKit or just want to restore it to the default settings. For this we need to reflash the EdgeKit with a micro-USB cable and the original image. In this tutorial we will show you step for step the procedure.
They are some issues flashing with bad USB cables or with the wrong flashing platform. Make sure to flash with an ARM based system, preferably with Ubuntu 18.04 or Debian.
Get in touch with the Team of PCB Arts, you'll receive a download link of the image (tar.gz) with the default settings (around 8GB). Download this image and extract the files with sudo tar -xf FILENAME.tar.gz. Enter the extracted folder "Linux_for_Tegra" with cd Linux_for_Tegra.
Run the following command: sudo tools/l4t_flash_prerequisites.sh
The tar file needs to be extracted as root or with sudo to ensure that the extracted files have the correct owner. Otherwise the edgekit will not function properly!
Turn off the EdgeKit and connect the Micro-USB Cable to it's port. Make sure the EdgeKit will be in Recovery Mode, this can be archived if you connect the two left pins (near the User-button) of the Debug header with e.g. a jumper cable. Turn on the EdgeKit, it shouldn't boot now.
Flash your EdgeKit with following command:
sudo ./nvsdkmanager_flash.sh --storage nvme0n1p1
Greetings from Germany 👋