From 8be3b966fc377c88b24c4e479ffa6814e4041e98 Mon Sep 17 00:00:00 2001 From: yuyoujiang <254693273@qq.com> Date: Mon, 30 Dec 2024 11:11:46 +0800 Subject: [PATCH] updata: jp6.1 for jetson --- .../J401/reComputer_J4012_Flash_Jetpack.md | 83 +++++++++++++++++++ .../reComputer_Industrial_Getting_Started.md | 67 +++++++++++++++ .../reServer_Industrial_Getting_Started.md | 51 +++++++++++- 3 files changed, 197 insertions(+), 4 deletions(-) diff --git a/docs/Edge/NVIDIA_Jetson/Carrier_Boards/J401/reComputer_J4012_Flash_Jetpack.md b/docs/Edge/NVIDIA_Jetson/Carrier_Boards/J401/reComputer_J4012_Flash_Jetpack.md index 818d92cf7b3b..1a58315b18fb 100644 --- a/docs/Edge/NVIDIA_Jetson/Carrier_Boards/J401/reComputer_J4012_Flash_Jetpack.md +++ b/docs/Edge/NVIDIA_Jetson/Carrier_Boards/J401/reComputer_J4012_Flash_Jetpack.md @@ -595,8 +595,91 @@ sudo ln -s /usr/src/linux-headers-5.15.136-tegra-ubuntu22.04_aarch64/3rdparty/ca sudo apt install -y iwlwifi-modules ``` + + + + +Here we will use NVIDIA L4T 36.4 to install Jetpack 6.1 on the reComputer + +**Step 1:** Download the system image to your Ubuntu PC corresponding to the Jetson module you are using: + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Jetson ModuleDownload LinkJetPack VersionL4T Version
Jetson Orin NX 16GB + Download + + 6.136.4
Jetson Orin NX 8GB + Download + +
Jetson Orin Nano 8GB + Download + +
Jetson Orin Nano 4GB + Download + +
+
+ +**Step 2:** Extract the downloaded image file: +```bash +sudo tar xpf mfi_xxxx.tar.gz +# For example: sudo tar xpf mfi_recomputer-orin-nx-16g-j401-6.1-36.4.0-2024-12-04.tar +``` + +**Step 3:** Navigate to the unzipped directory and execute the following command to flash jetpack system to the NVMe SSD: + +```bash +cd mfi_xxxx +# For example: cd mfi_recomputer-orin-j401 +sudo ./tools/kernel_flash/l4t_initrd_flash.sh --flash-only --massflash 1 --network usb0 --showlogs +``` + +You will see the following output if the flashing process is successful + +
+ +:::note +The flash command may run for 2-10 minutes. +::: + +**Step 4:** Connect the J401 to a display using the HDMI connector on the board and finish the initial configuration setup: + +
+ +:::info +Please complete the **System Configuration** according to your needs. +:::
+ diff --git a/docs/Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_Industrial/reComputer_Industrial_Getting_Started.md b/docs/Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_Industrial/reComputer_Industrial_Getting_Started.md index 00d0d63c84a3..d3e64d541dfa 100644 --- a/docs/Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_Industrial/reComputer_Industrial_Getting_Started.md +++ b/docs/Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_Industrial/reComputer_Industrial_Getting_Started.md @@ -593,6 +593,73 @@ After that, the board will reboot and will be ready to use!
+ + + +- **Step 1:**Download the system image to your Ubuntu PC corresponding to the board you are using + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DeviceImage LinkJetPack VersionL4T Version
reComputer Industrial J4012Download6.136.4
reComputer Industrial J4011Download
reComputer Industrial J3011Download
reComputer Industrial J3010Download
+ +:::info +The source code for the above images can be found [here](https://github.com/Seeed-Studio/Linux_for_Tegra). +::: + +- **Step 2:** Extract the generated file + +```sh +sudo tar -xvf .tar.gz +``` + +- **Step 3:** Navigate to the extracted file from before and execute the flash command as follows + +```sh +cd mfi_xxxx +sudo ./tools/kernel_flash/l4t_initrd_flash.sh --flash-only --massflash 1 --network usb0 --showlogs +``` + +Now it will start to flash the system image to the board. If the flashing is successful, you will see the below output + +
+ + +- **Step 4:** Connect the J401 to a display using the HDMI connector on the board and finish the initial configuration setup: + +
+ +:::info +Please complete the **System Configuration** according to your needs. +::: + +
+ diff --git a/docs/Edge/NVIDIA_Jetson/reServer_Jetson_Series/reServer_Industrial_J30_J40/reServer_Industrial_Getting_Started.md b/docs/Edge/NVIDIA_Jetson/reServer_Jetson_Series/reServer_Industrial_J30_J40/reServer_Industrial_Getting_Started.md index 8181619a7676..55e96c461a9e 100644 --- a/docs/Edge/NVIDIA_Jetson/reServer_Jetson_Series/reServer_Industrial_J30_J40/reServer_Industrial_Getting_Started.md +++ b/docs/Edge/NVIDIA_Jetson/reServer_Jetson_Series/reServer_Industrial_J30_J40/reServer_Industrial_Getting_Started.md @@ -314,7 +314,7 @@ import TabItem from '@theme/TabItem'; - reServer Industrial J4012 + reServer Industrial J4012 5.1.1 35.3.1 @@ -336,7 +336,17 @@ import TabItem from '@theme/TabItem'; - reServer Industrial J4011 + 6.1 + 36.4 + + Download1 + + + - + + + + reServer Industrial J4011 5.1.1 35.3.1 @@ -359,7 +369,18 @@ import TabItem from '@theme/TabItem'; - reServer Industrial J3011 + 6.1 + 36.4 + + Download1 + + + + - + + + + reServer Industrial J3011 5.1.1 35.3.1 @@ -381,7 +402,18 @@ import TabItem from '@theme/TabItem'; - reServer Industrial J3010 + 6.1 + 36.4 + + Download1 + + + + - + + + + reServer Industrial J3010 5.1.1 35.3.1 @@ -401,6 +433,17 @@ import TabItem from '@theme/TabItem'; Download2 + + 6.1 + 36.4 + + Download1 + + + + - + +