From 04b3541be53049d88eb438378910f42e097bacc1 Mon Sep 17 00:00:00 2001 From: ZhuYaoHui1998 <510677932@qq.com> Date: Fri, 12 Jul 2024 10:21:30 +0800 Subject: [PATCH] We have removed the description of flashing Jetpack on J401 using VMware and changed the location of the robotics directory. --- .../J401/reComputer_J4012_Flash_Jetpack.md | 5 +- sidebars.js | 69 +++++++++---------- 2 files changed, 37 insertions(+), 37 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 5d7c53279e08..5d87f9104620 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 @@ -193,14 +193,15 @@ reComputer J40/ J30 series comes with JetPack 5.1 pre-installed on the included ### Prerequisites -- Ubuntu Host PC (native or VM using VMware Workstation Player) +- Ubuntu - reComputer J4012/ J4011/ J3010 and J3011 - USB Type-C data transmission cable ### Enter Force Recovery Mode :::note -Before we can move on to the installation steps, we need to make sure that the board is in force recovery mode. +- We do not recommend using virtual machines and ARM architecture Ubuntu for flashing. +- Before we can move on to the installation steps, we need to make sure that the board is in force recovery mode. :::
diff --git a/sidebars.js b/sidebars.js index f600a667366e..b2f46e0c7cab 100644 --- a/sidebars.js +++ b/sidebars.js @@ -3236,6 +3236,40 @@ const sidebars = { ] }, + { + type: 'category', + label: 'Robotics', + // link: { + // type: "doc", + // id: 'Edge/NVIDIA_Jetson/Application/Robotics', + // }, + items: [ + + { + type: 'category', + label: 'Software', + // link: { + // type: "doc", + // id: 'Edge/NVIDIA_Jetson/Application/Robotics/Software', + // }, + items: [ + 'Edge/NVIDIA_Jetson/Application/Robotics/Software/Installing_ROS1', + 'Edge/NVIDIA_Jetson/Application/Robotics/Software/A_Loam', + ]}, + + { + type: 'category', + label: 'Hardware', + // link: { + // type: "doc", + // id: 'Edge/NVIDIA_Jetson/Application/Robotics/Hardware', + // }, + items: [ + 'Edge/NVIDIA_Jetson/Application/Robotics/Hardware/Robosense_Lidar' + ]}, + + ]}, + // Managed Services { type: 'category', @@ -3274,41 +3308,6 @@ const sidebars = { 'Edge/NVIDIA_Jetson/Application/Developer_Tools/Roboflow-Jetson-Getting-Started' ] }, - - { - type: 'category', - label: 'Robotics', - // link: { - // type: "doc", - // id: 'Edge/NVIDIA_Jetson/Application/Robotics', - // }, - items: [ - - { - type: 'category', - label: 'Software', - // link: { - // type: "doc", - // id: 'Edge/NVIDIA_Jetson/Application/Robotics/Software', - // }, - items: [ - 'Edge/NVIDIA_Jetson/Application/Robotics/Software/Installing_ROS1', - 'Edge/NVIDIA_Jetson/Application/Robotics/Software/A_Loam', - ]}, - - { - type: 'category', - label: 'Hardware', - // link: { - // type: "doc", - // id: 'Edge/NVIDIA_Jetson/Application/Robotics/Hardware', - // }, - items: [ - 'Edge/NVIDIA_Jetson/Application/Robotics/Hardware/Robosense_Lidar' - ]}, - - ]} - ] }, // FAQs