diff --git a/docs/Edge/NVIDIA_Jetson/Carrier_Boards/A607/A607_Flash_JetPack.md b/docs/Edge/NVIDIA_Jetson/Carrier_Boards/A607/A607_Flash_JetPack.md index 424d155d12fe..966e6391d371 100644 --- a/docs/Edge/NVIDIA_Jetson/Carrier_Boards/A607/A607_Flash_JetPack.md +++ b/docs/Edge/NVIDIA_Jetson/Carrier_Boards/A607/A607_Flash_JetPack.md @@ -69,7 +69,7 @@ First of all, you need to install the peripheral drivers for this board. These a - Jetson Orin NX 8GB/ 16GB + Jetson Orin NX 8GB/ 16GB 5.1 35.2.1 Download @@ -85,7 +85,12 @@ First of all, you need to install the peripheral drivers for this board. These a Download - Jetson Orin Nano 4GB + 6.1 + 36.4 + Download + + + Jetson Orin Nano 4GB 5.1.1 35.3.1 Download @@ -96,7 +101,12 @@ First of all, you need to install the peripheral drivers for this board. These a Download - Jetson Orin Nano 8GB + 6.1 + 36.4 + Download + + + Jetson Orin Nano 8GB 5.1.1 35.3.1 Download @@ -106,6 +116,11 @@ First of all, you need to install the peripheral drivers for this board. These a 36.3 Download + + 6.1 + 36.4 + Download + @@ -315,6 +330,59 @@ You will see the following output if the flashing process is successful:
+ + + +Here we will use NVIDIA L4T **36.4** to install **Jetpack 6.1** on the A607 Carrier Board with Jetson Orin NX module. + +**Step 1:** [Download](https://developer.nvidia.com/embedded/jetson-linux-r3640) the NVIDIA drivers on the host PC. The required drivers are shown below: + +
+ +**Step 2:** Move the downloaded peripheral drivers from before into the same folder with NVIDIA drivers. Now you will see three compressed files in the same folder. + +
+ +:::note +You can use the following command to verify that the downloaded file is complete. + +
+ +
+::: + +**Step 3:** Extract **Jetson_Linux_R36.4.0_aarch64.tbz2** and **Tegra_Linux_Sample-Root-Filesystem_R36.4.0_aarch64.tbz2** by navigating to the folder containing these files and apply the changes: + +```bash +cd +tar xf Jetson_Linux_R36.4.0_aarch64.tbz2 +sudo tar xfp Tegra_Linux_Sample-Root-Filesystem_R36.4.0_aarch64.tbz2 -C Linux_for_tegra/rootfs +cd Linux_for_tegra +sudo ./tools/l4t_flash_prerequisites.sh +sudo ./apply_binaries.sh +``` + +**Step 4:** Extract **A607_Jetpack_6.1.tar.gz**: + +```sh +cd .. +tar xf A607_Jetpack_6.1.tar.gz +sudo cp -r 607_jetpack6.1/Linux_for_Tegra/* Linux_for_Tegra/ +``` + +**Step 5:** Flash the system to either NVMe SSD: + +```sh +cd Linux_for_Tegra +sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 -c tools/kernel_flash/flash_l4t_t234_nvme.xml -p "-c bootloader/generic/cfg/flash_t234_qspi.xml" --showlogs --network usb0 jetson-orin-nano-devkit internal +``` + +You will see the following output if the flashing process is successful: + +
+ +
+ diff --git a/docs/Edge/NVIDIA_Jetson/Carrier_Boards/A608/A608_Flash_JetPack.md b/docs/Edge/NVIDIA_Jetson/Carrier_Boards/A608/A608_Flash_JetPack.md index 316d7696704d..d20e02a2e9a2 100644 --- a/docs/Edge/NVIDIA_Jetson/Carrier_Boards/A608/A608_Flash_JetPack.md +++ b/docs/Edge/NVIDIA_Jetson/Carrier_Boards/A608/A608_Flash_JetPack.md @@ -96,7 +96,6 @@ import TabItem from '@theme/TabItem'; -## Download the system image package to the PC host Here we will use NVIDIA L4T 35.3.1 to install Jetpack 5.1.1 on the A608 Carrier Board with Jetson Orin NX module. @@ -117,7 +116,7 @@ Now you will see three compressed files in the same folder: Open a terminal window on the host PC and run the following command: -```sh +```bash cd sudo apt install unzip tar xf Jetson_Linux_R35.3.1_aarch64.tbz2 @@ -134,17 +133,17 @@ cp -r ./608_jp511/Linux_for_Tegra/* ./Linux_for_Tegra/ **Step 4.** Flash the system to A608. - Flash to NVMe - ```sh + ```bash cd Linux_for_Tegra sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 -c tools/kernel_flash/flash_l4t_external.xml -p "-c bootloader/t186ref/cfg/flash_t234_qspi.xml" --showlogs --network usb0 jetson-orin-nano-devkit internal ``` - Flash to USB - ```sh + ```bash cd Linux_for_Tegra sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device sda1 -c tools/kernel_flash/flash_l4t_external.xml -p "-c bootloader/t186ref/cfg/flash_t234_qspi.xml" --showlogs --network usb0 jetson-orin-nano-devkit internal ``` - Flash to SD - ```sh + ```bash cd Linux_for_Tegra sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device mmcblk1p1 -c tools/kernel_flash/flash_l4t_external.xml -p "-c bootloader/t186ref/cfg/flash_t234_qspi.xml" --showlogs --network usb0 jetson-orin-nano-devkit internal ``` @@ -157,8 +156,6 @@ After flashing, power on Jetson Device again and log into the system. -## Download the system image package to the PC host - Here we will use NVIDIA L4T 35.4.1 to install Jetpack 5.1.2 on the A608 Carrier Board with Jetson Orin NX module. **Step 1.** [Download](https://developer.nvidia.com/embedded/jetson-linux-r3541) the NVIDIA drivers on the host PC. The required drivers are shown below: @@ -176,7 +173,7 @@ Now you will see three compressed files in the same folder: Open a terminal window on the host PC and run the following command: -```sh +```bash cd sudo apt install unzip tar xf Jetson_Linux_R35.4.1_aarch64.tbz2 @@ -192,17 +189,17 @@ cp -r ./608_jp512/Linux_for_Tegra/* ./Linux_for_Tegra/ **Step 4.** Flash the system to A608. - Flash to NVMe - ```sh + ```bash cd Linux_for_Tegra sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 -c tools/kernel_flash/flash_l4t_external.xml -p "-c bootloader/t186ref/cfg/flash_t234_qspi.xml" --showlogs --network usb0 jetson-orin-nano-devkit internal ``` - Flash to USB - ```sh + ```bash cd Linux_for_Tegra sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device sda1 -c tools/kernel_flash/flash_l4t_external.xml -p "-c bootloader/t186ref/cfg/flash_t234_qspi.xml" --showlogs --network usb0 jetson-orin-nano-devkit internal ``` - Flash to SD - ```sh + ```bash cd Linux_for_Tegra sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device mmcblk1p1 -c tools/kernel_flash/flash_l4t_external.xml -p "-c bootloader/t186ref/cfg/flash_t234_qspi.xml" --showlogs --network usb0 jetson-orin-nano-devkit internal ``` @@ -217,8 +214,6 @@ After flashing, power on Jetson Device again and log into the system. -## Download the system image package to the PC host - Here we will use NVIDIA L4T 36.3 to install Jetpack 6.0 on the A608 Carrier Board with Jetson Orin NX module. **Step 1.** [Download](https://developer.nvidia.com/embedded/jetson-linux-r363) the NVIDIA drivers on the host PC. The required drivers are shown below: @@ -263,6 +258,51 @@ After flashing, power on Jetson Device again and log into the system. + + +Here we will use NVIDIA L4T 36.4 to install Jetpack 6.1 on the A608 Carrier Board with Jetson Orin NX module. + +**Step 1.** [Download](https://developer.nvidia.com/embedded/jetson-linux-r3640) the NVIDIA drivers on the host PC. The required drivers are shown below: +
+ +**Step 2.** [Download](https://seeedstudio88-my.sharepoint.com/:u:/g/personal/youjiang_yu_seeedstudio88_onmicrosoft_com/EVrGntfS1wxHhrgnwGeHQmQBtQ0gvHj4udkREIDIACvFDw?e=5B07Za) peripheral drivers and put all the drivers in same folder. + +Now you will see three compressed files in the same folder: + +
+ + +**Step 3.** Prepare system image. + +Open a terminal window on the host PC and run the following command: + +```bash +cd +tar xf Jetson_Linux_R36.3.0_aarch64.tbz2 +sudo tar xpf Tegra_Linux_Sample-Root-Filesystem_R36.3.0_aarch64.tbz2 -C Linux_for_Tegra/rootfs/ +cd Linux_for_Tegra/ +sudo ./apply_binaries.sh +sudo ./tools/l4t_flash_prerequisites.sh +cd .. +tar xf A608_Jetpack_6.1.tar.gz +sudo cp -r 608_jetpack6.1/Linux_for_Tegra/* Linux_for_Tegra/ +``` + +**Step 4.** Flash the system to Nvme of A608. + +```bash +cd Linux_for_Tegra +sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 -c tools/kernel_flash/flash_l4t_t234_nvme.xml -p "-c bootloader/generic/cfg/flash_t234_qspi.xml" --showlogs --network usb0 jetson-orin-nano-devkit internal +``` + +You will see the following output if the flashing process is successful. + +
+ +After flashing, power on Jetson Device again and log into the system. + +
+
## Tech Support & Product Discussion diff --git a/docs/Edge/NVIDIA_Jetson/Other_Devices/Jetson_AGX_Orin_32GB_H01_Flash_Jetpack.md b/docs/Edge/NVIDIA_Jetson/Other_Devices/Jetson_AGX_Orin_32GB_H01_Flash_Jetpack.md index f8e729ee4499..484060b32a42 100644 --- a/docs/Edge/NVIDIA_Jetson/Other_Devices/Jetson_AGX_Orin_32GB_H01_Flash_Jetpack.md +++ b/docs/Edge/NVIDIA_Jetson/Other_Devices/Jetson_AGX_Orin_32GB_H01_Flash_Jetpack.md @@ -67,6 +67,11 @@ First of all, you need to install the peripheral drivers for this board. These a 36.3 Download + + 6.1 + 36.4 + Download + @@ -179,8 +184,73 @@ You will see the following output if the flashing process is successful: + + + + +Here we will use **NVIDIA L4T 36.4** to install **Jetpack 6.1** on the Jetson AGX Orin 32GB H01 Kit. + +- **Step 1:** [Download](https://developer.nvidia.com/embedded/jetson-linux-r3640) the NVIDIA drivers on the Ubuntu host PC. The required drivers are shown below: + +
+ +
+ +- **Step 2:** Move the downloaded peripheral drivers from before into the same folder with NVIDIA drivers. Now you will see three compressed files in the same folder. + +
+ +
+ +:::note +You can use the following command to verify that the downloaded file is complete. + +
+ +
+::: + +- **Step 3:** Extract **Jetson_Linux_R36.4.0_aarch64.tbz2** and **Tegra_Linux_Sample-Root-Filesystem_R36.4.0_aarch64.tbz2** by navigating to the folder containing these files and apply the changes: + +```bash +cd +tar xf Jetson_Linux_R36.4.0_aarch64.tbz2 +sudo tar xfp Tegra_Linux_Sample-Root-Filesystem_R36.4.0_aarch64.tbz2 -C Linux_for_tegra/rootfs +cd Linux_for_tegra +sudo ./tools/l4t_flash_prerequisites.sh +sudo ./apply_binaries.sh +``` + +- **Step 4:** Extract **A605_Jetpack_6.1.tar.gz**: + +```bash +cd .. +tar xf A605_Jetpack_6.1.tar.gz +sudo cp -r 605_jetpack6.1/Linux_for_Tegra/* Linux_for_Tegra/ +``` + +- **Step 5:** Flash the system to the eMMC: + +```bash +cd Linux_for_Tegra +sudo ./flash.sh jetson-agx-orin-devkit internal +``` + +You will see the following output if the flashing process is successful: + +
+ +
+ +:::info +We can also run the following command to install the system onto the SSD: +```bash +sudo ./tooLs/kerneL_fash/L4t_initrd_fash.sh --externaL-device nvme0nlp1 -c tools/kernel_fash/flash_L4t_t234_nvme.xml --showlogs --network usb0 jetson-agx-orin-devkit external +``` +:::
+ diff --git a/docs/Edge/reServer/reServer_X86/reServer-Update-BIOS-Install-Drivers.md b/docs/Edge/reServer/reServer_X86/reServer-Update-BIOS-Install-Drivers.md index 88e6662d546f..cf66c25019d2 100644 --- a/docs/Edge/reServer/reServer_X86/reServer-Update-BIOS-Install-Drivers.md +++ b/docs/Edge/reServer/reServer_X86/reServer-Update-BIOS-Install-Drivers.md @@ -33,7 +33,7 @@ It is recommended to keep your reServer BIOS firmware up-to-date in order to get **[ODYSSEY-TGL-A_v2.0a 7/7/2022 16:00:00](https://files.seeedstudio.com/wiki/reServer/ODYSSEY-TGL-A_v2.0a.zip)** -- **SHA256:** 58971f80fa26b35bc205baeabacf7b9b262a6075f6b3fbb689af3557ac97f8f7 +- **SHA256:** 02CC2C24E615EE2665CCCF79257709433D69C5B80326FB6DB12D0341DAC2E5F5
diff --git a/sidebars.js b/sidebars.js index 03bc91302e87..05ae738c8a22 100644 --- a/sidebars.js +++ b/sidebars.js @@ -3419,172 +3419,175 @@ const sidebars = { id: 'Edge/NVIDIA_Jetson/RecomputerPage', }, items: [ - // Carrier Boards + // Getting Started { type: 'category', - label: 'Carrier Boards', - // link: { - // type: "doc", - // id: 'Edge/NVIDIA_Jetson/Carrier_Boards', - // }, + label: 'Getting Started', items: [ - 'Edge/NVIDIA_Jetson/Carrier_Boards/J101/reComputer_J1010_J101_Flash_Jetpack', - 'Edge/NVIDIA_Jetson/Carrier_Boards/J202/reComputer_J2021_J202_Flash_Jetpack', - { - type: 'category', - label: 'J401 Carrier Board', - items: [ - 'Edge/NVIDIA_Jetson/Carrier_Boards/J401/reComputer_J4012_Flash_Jetpack', - 'Edge/NVIDIA_Jetson/Carrier_Boards/J401/J401_carrierboard_Hardware_Interfaces_Usage', - ], - }, + // Carrier Boards { type: 'category', - label: 'J501 Carrier Board', + label: 'Carrier Boards', items: [ - 'Edge/NVIDIA_Jetson/Carrier_Boards/J501/reServer_Industrial_J501_Getting_Started', - 'Edge/NVIDIA_Jetson/Carrier_Boards/J501/Hardware_Interfaces_Usage', + 'Edge/NVIDIA_Jetson/Carrier_Boards/J101/reComputer_J1010_J101_Flash_Jetpack', + 'Edge/NVIDIA_Jetson/Carrier_Boards/J202/reComputer_J2021_J202_Flash_Jetpack', + { + type: 'category', + label: 'J401 Carrier Board', + items: [ + 'Edge/NVIDIA_Jetson/Carrier_Boards/J401/reComputer_J4012_Flash_Jetpack', + 'Edge/NVIDIA_Jetson/Carrier_Boards/J401/J401_carrierboard_Hardware_Interfaces_Usage', + ], + }, + { + type: 'category', + label: 'J501 Carrier Board', + items: [ + 'Edge/NVIDIA_Jetson/Carrier_Boards/J501/reServer_Industrial_J501_Getting_Started', + 'Edge/NVIDIA_Jetson/Carrier_Boards/J501/Hardware_Interfaces_Usage', + ], + }, + 'Edge/NVIDIA_Jetson/Carrier_Boards/A203v2/reComputer_A203_Flash_System', + 'Edge/NVIDIA_Jetson/Carrier_Boards/A205/reComputer_A205_Flash_System', + 'Edge/NVIDIA_Jetson/Carrier_Boards/A603/A603_Flash_JetPack', + 'Edge/NVIDIA_Jetson/Carrier_Boards/A607/A607_Flash_JetPack', + 'Edge/NVIDIA_Jetson/Carrier_Boards/A608/A608_Flash_JetPack', + ], }, - 'Edge/NVIDIA_Jetson/Carrier_Boards/A203v2/reComputer_A203_Flash_System', - 'Edge/NVIDIA_Jetson/Carrier_Boards/A205/reComputer_A205_Flash_System', - 'Edge/NVIDIA_Jetson/Carrier_Boards/A603/A603_Flash_JetPack', - 'Edge/NVIDIA_Jetson/Carrier_Boards/A607/A607_Flash_JetPack', - 'Edge/NVIDIA_Jetson/Carrier_Boards/A608/A608_Flash_JetPack', - - ], - }, - // reComputer Jetson Series - { - type: 'category', - label: 'reComputer Jetson', - link: { - type: "doc", - id: 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_Intro', - }, - items: [ + // reComputer Jetson Series { type: 'category', - label: 'reComputer J10', + label: 'reComputer Jetson', link: { type: "doc", - id: 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_Jetson_Series_Introduction', + id: 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_Intro', }, items: [ { type: 'category', - label: 'reComputer J1010', + label: 'reComputer J10', + link: { + type: "doc", + id: 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_Jetson_Series_Introduction', + }, items: [ - 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_J1010/reComputer_J1010_with_Jetson_getting_start', - 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_J1010/J101_Enable_SD_Card', - 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_J1010/J1010_Boot_From_SD_Card', - 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_J1010/reComputer_Jetson_GPIO', - 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_J1010/reComputer_Jetson_Memory_Expansion', - 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_J1010/reComputer_Jetson_Series_Hardware_Layout', - 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_J1010/reComputer_Jetson_Series_Initiation', + { + type: 'category', + label: 'reComputer J1010', + items: [ + 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_J1010/reComputer_J1010_with_Jetson_getting_start', + 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_J1010/J101_Enable_SD_Card', + 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_J1010/J1010_Boot_From_SD_Card', + 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_J1010/reComputer_Jetson_GPIO', + 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_J1010/reComputer_Jetson_Memory_Expansion', + 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_J1010/reComputer_Jetson_Series_Hardware_Layout', + 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_J1010/reComputer_Jetson_Series_Initiation', + ], + }, + + { + type: 'category', + label: 'reComputer J1020', + items: [ + 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_J1020v2/reComputer_J1020v2_with_Jetson_getting_start', + 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_J1020v2/reComputer_J1020_A206_Flash_JetPack', + ], + }, ], }, - { type: 'category', - label: 'reComputer J1020', + label: 'reComputer J20', items: [ - 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_J1020v2/reComputer_J1020v2_with_Jetson_getting_start', - 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_J1020v2/reComputer_J1020_A206_Flash_JetPack', + 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J20/reComputer_J20_with_Jetson_getting_start', + ]}, + { + type: 'category', + label: 'reComputer J30/40', + // link: { + // type: "doc", + // id: 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J30_40', + // }, + items: [ + 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J30_40/reComputer_J30_40_with_Jetson_getting_start', + 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J30_40/reComputer_Jetson_with_Infineon_Wi-Fi_Module' + ] + }, + { + type: 'category', + label: 'reComputer Industrial', + items: [ + 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_Industrial/reComputer_Industrial_Getting_Started', + 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_Industrial/reComputer_Industrial_J20_Hardware_Interfaces_Usage', + 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_Industrial/reComputer_Industrial_J40_J30_Hardware_Interfaces_Usage' ], }, - ], - }, - { - type: 'category', - label: 'reComputer J20', - items: [ - 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J20/reComputer_J20_with_Jetson_getting_start', - ]}, + { + type: 'category', + label: 'reComputer Mini', + items: [ + 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_Mini/reComputer_Mini_Getting_Started', + 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_Mini/reComputer_Mini_Hardware_Interfaces_Usage' + ], + }, + ]}, + + // reServer Jetson Series { type: 'category', - label: 'reComputer J30/40', + label: 'reServer Jetson', // link: { // type: "doc", - // id: 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J30_40', + // id: 'Edge/NVIDIA_Jetson/reServer_Jetson_Series/reServer_Industrial_Getting_Started', // }, items: [ - 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J30_40/reComputer_J30_40_with_Jetson_getting_start', - 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J30_40/reComputer_Jetson_with_Infineon_Wi-Fi_Module' - ] - }, - { - type: 'category', - label: 'reComputer Industrial', - items: [ - 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_Industrial/reComputer_Industrial_Getting_Started', - 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_Industrial/reComputer_Industrial_J20_Hardware_Interfaces_Usage', - 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_Industrial/reComputer_Industrial_J40_J30_Hardware_Interfaces_Usage' - ], - }, - { - type: 'category', - label: 'reComputer Mini', - items: [ - 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_Mini/reComputer_Mini_Getting_Started', - 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_Mini/reComputer_Mini_Hardware_Interfaces_Usage' - ], - }, - ]}, - - // reServer Jetson Series - { - type: 'category', - label: 'reServer Jetson', - // link: { - // type: "doc", - // id: 'Edge/NVIDIA_Jetson/reServer_Jetson_Series/reServer_Industrial_Getting_Started', - // }, - items: [ - 'Edge/NVIDIA_Jetson/reServer_Jetson_Series/reServer_Industrial_J30_J40/reServer_Industrial_Getting_Started', - // { - // type: 'category', - // label: 'reServer Industrial J30/40', - // items: [ - // 'Edge/NVIDIA_Jetson/reServer_Jetson_Series/reServer_Industrial_J30_J40/reServer_Industrial_Getting_Started', - // ], - // }, + 'Edge/NVIDIA_Jetson/reServer_Jetson_Series/reServer_Industrial_J30_J40/reServer_Industrial_Getting_Started', + // { + // type: 'category', + // label: 'reServer Industrial J30/40', + // items: [ + // 'Edge/NVIDIA_Jetson/reServer_Jetson_Series/reServer_Industrial_J30_J40/reServer_Industrial_Getting_Started', + // ], + // }, + + { + type: 'category', + label: 'reServer J2032', + items: [ + 'Edge/NVIDIA_Jetson/reServer_Jetson_Series/reServer_J2032/reServer_J2032_Flash_Jetpack', + 'Edge/NVIDIA_Jetson/reServer_Jetson_Series/reServer_J2032/reServer_J2032_Getting_Started' + ], + }, + + ]}, + + // Other Devices { type: 'category', - label: 'reServer J2032', + label: 'Other Devices', + // link: { + // type: "doc", + // id: 'Edge/NVIDIA_Jetson/Other_Devices', + // }, items: [ - 'Edge/NVIDIA_Jetson/reServer_Jetson_Series/reServer_J2032/reServer_J2032_Flash_Jetpack', - 'Edge/NVIDIA_Jetson/reServer_Jetson_Series/reServer_J2032/reServer_J2032_Getting_Started' - ], + 'Edge/NVIDIA_Jetson/Other_Devices/How_to_Update_Orin_Nano_Developer_Kit_to_Super_Kit', + 'Edge/NVIDIA_Jetson/Other_Devices/RTL8822CE_Wireless_Module_for_Jetson', + 'Edge/NVIDIA_Jetson/Other_Devices/Jetson_AGX_Orin_32GB_H01_Flash_Jetpack', + 'Edge/NVIDIA_Jetson/Other_Devices/Jetson_Xavier_AGX_H01_Driver_Installation', + 'Edge/NVIDIA_Jetson/Other_Devices/Jetson-Mate', + 'Edge/NVIDIA_Jetson/Other_Devices/Mini_AI_Computer_T906', + 'Edge/NVIDIA_Jetson/Other_Devices/reComputer_A203E_Flash_System', + 'Edge/NVIDIA_Jetson/Other_Devices/reComputer_A205E_Flash_System', + 'Edge/NVIDIA_Jetson/Other_Devices/reComputer_Jetson_Series_GPIO_Grove' + ] }, - - ]}, - - // Other Devices - { - type: 'category', - label: 'Other Devices', - // link: { - // type: "doc", - // id: 'Edge/NVIDIA_Jetson/Other_Devices', - // }, - items: [ - 'Edge/NVIDIA_Jetson/Other_Devices/How_to_Update_Orin_Nano_Developer_Kit_to_Super_Kit', - 'Edge/NVIDIA_Jetson/Other_Devices/RTL8822CE_Wireless_Module_for_Jetson', - 'Edge/NVIDIA_Jetson/Other_Devices/Jetson_AGX_Orin_32GB_H01_Flash_Jetpack', - 'Edge/NVIDIA_Jetson/Other_Devices/Jetson_Xavier_AGX_H01_Driver_Installation', - 'Edge/NVIDIA_Jetson/Other_Devices/Jetson-Mate', - 'Edge/NVIDIA_Jetson/Other_Devices/Mini_AI_Computer_T906', - 'Edge/NVIDIA_Jetson/Other_Devices/reComputer_A203E_Flash_System', - 'Edge/NVIDIA_Jetson/Other_Devices/reComputer_A205E_Flash_System', - 'Edge/NVIDIA_Jetson/Other_Devices/reComputer_Jetson_Series_GPIO_Grove' ] }, - // Applications { type: 'category', @@ -3741,6 +3744,7 @@ const sidebars = { }, ] }, + // FAQs { type: 'category',