Reference Docs

Jetson Release Archives

Jetson Jetpack Developer Guide

PXE Booting

Flashing Local

External Storage

API Calls

node1 power state == “https://localhost/api/bmc?opt=get&type=power” | jq ‘.[].[].result.[] | map(. | select([]))[0]’“”

Flashing laptop

Command Sequence (some)

apt install -y qemu-user-static nano ssh

Flashing to Jetson Without Reading EEPROM

https://docs.nvidia.com/jetson/archives/r36.3/DeveloperGuide/SD/FlashingSupport.html#flashing-to-jetson-without-reading-eeprom

Sometimes when you update the customer over-writable section of the EEPROM, a mistake can be made where the CRC-8 is no longer correct. In this case, you might have issues being able to flash and boot the system. To skip the EEPROM read during flashing, run the following command:

$sudo SKIP_EEPROM_CHECK=1 BOARDID= BOARDSKU= ./flash.sh

For the BOARDID and BOARDSKU values, refer to Devices Supported By This Document and Flashing with initrd for more information.

After the board is flashed and boots up, to correct the EEPROM content, complete the following steps:

  1. Use the Linux i2c-tools to correct corrupted EEPROM content.
  2. Dump the complete EEPROM content with i2c-tools.
  3. Calculate the CRC8 value based on the result from step 2.
  4. Write the CRC8 value to byte 255 in EEPROM.

Module Info

orin-nx 16GB

boardid=3767
fab=000
boardsku=0000
chipsku=00:00:00:D3
board=jetson-orin-nano-devkit
rootdev=mmcblk0p1
bup_type=bl

SPDX-FileCopyrightText: Copyright © 2023-2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.

SPDX-License-Identifier: MIT

FZ0BFD3