Skip to content

Commit

Permalink
Merge pull request Seeed-Studio#1393 from ZhuYaoHui1998/docusaurus-ve…
Browse files Browse the repository at this point in the history
…rsion

We have removed the description of flashing Jetpack on J401 using VMware and changed the location of the robotics directory.
  • Loading branch information
grilliiiii authored Jul 12, 2024
2 parents c7fddc4 + 04b3541 commit f0bcdf9
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
:::

<div align="center"><img width="{800}" src="https://files.seeedstudio.com/wiki/reComputer-Jetson/J401/j401_set_recovery.gif" /></div>
Expand Down
69 changes: 34 additions & 35 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -3238,6 +3238,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',
Expand Down Expand Up @@ -3276,41 +3310,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
Expand Down

0 comments on commit f0bcdf9

Please sign in to comment.