From e5d439e8346088c6fec73380d18731642de69271 Mon Sep 17 00:00:00 2001 From: Chitoku YATO Date: Sat, 20 Mar 2021 17:15:22 -0700 Subject: [PATCH 1/3] List a new jetcard image based on JetPack 4.5.1 --- docs/software_setup.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/docs/software_setup.md b/docs/software_setup.md index b64cc87..e24a474 100644 --- a/docs/software_setup.md +++ b/docs/software_setup.md @@ -4,14 +4,25 @@ After finishing these steps, you'll be all set to program JetRacer. Once you're ## Step 1 - Flash micro SD card -1. Download the JetCard SD card image [jetcard_v0p0p0.img](https://drive.google.com/open?id=1wXD1CwtxiH5Mz4uSmIZ76fd78zDQltW_) onto a Windows, Linux or Mac *desktop machine* - - > You can check it against this [md5sum](https://drive.google.com/open?id=1356ZBrYUWaTgbV50UMB1uCfWrNcd6PEF) - +1. Download a JetCard SD card image listed in below table onto a Windows, Linux or Mac *desktop machine* 2. Insert a 32GB+ SD card into the desktop machine 3. Using [Etcher](https://www.balena.io/etcher/) select ``jetcard_v0p0p0.img`` and flash it onto the SD card 4. Remove the SD card from the desktop machine +### Latest Release + +| Platform | Board revision | JetPack Version | Download | MD5 Checksum | +|----------|----------|-----------------|----------|--------|----| +| Jetson Nano (4GB) | `A02` and `B01` | 4.5.1 | [jetcard_nano-4gb-jp451.zip](https://drive.google.com/file/d/1MX-z7ZCPvUzpN3nGhfZMAgENtK6VnBdh) | 1004e73e034d6df3b5167705546a11f3 | + +### Old Release + +> Please note that this image is only for the older `A02` revision of Jetson Nano board, which has only one camera (CSI) connector onboard. + +| Platform | Board revision | JetPack Version | Download | MD5 Checksum | +|----------|----------|-----------------|----------|--------|----| +| Jetson Nano (4GB) | `A02` | 4.2| [jetcard_v0p0p0.zip](https://drive.google.com/open?id=1wXD1CwtxiH5Mz4uSmIZ76fd78zDQltW_) | f7b635a651e4a2228e3812360cce74e3 | + > Please note, the password for the pre-built SD card is ``jetson`` ## Step 2 - Power on and connect over USB From 09af34e9fd2133b02109141425ad6fe7ee9c83c1 Mon Sep 17 00:00:00 2001 From: Chitoku YATO Date: Sat, 20 Mar 2021 17:20:27 -0700 Subject: [PATCH 2/3] Fix tables --- docs/software_setup.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/software_setup.md b/docs/software_setup.md index e24a474..9695568 100644 --- a/docs/software_setup.md +++ b/docs/software_setup.md @@ -6,24 +6,26 @@ After finishing these steps, you'll be all set to program JetRacer. Once you're 1. Download a JetCard SD card image listed in below table onto a Windows, Linux or Mac *desktop machine* 2. Insert a 32GB+ SD card into the desktop machine -3. Using [Etcher](https://www.balena.io/etcher/) select ``jetcard_v0p0p0.img`` and flash it onto the SD card +3. Using [Etcher](https://www.balena.io/etcher/) select the downloaded zip file and flash it onto the SD card 4. Remove the SD card from the desktop machine ### Latest Release -| Platform | Board revision | JetPack Version | Download | MD5 Checksum | -|----------|----------|-----------------|----------|--------|----| +> Please note, the password for the pre-built SD card is ``jetson`` + +| Platform | Board revision | JetPack Version | Download | MD5 Checksum | +| -------- | -------------- | --------------- | -------- |------------- | | Jetson Nano (4GB) | `A02` and `B01` | 4.5.1 | [jetcard_nano-4gb-jp451.zip](https://drive.google.com/file/d/1MX-z7ZCPvUzpN3nGhfZMAgENtK6VnBdh) | 1004e73e034d6df3b5167705546a11f3 | ### Old Release > Please note that this image is only for the older `A02` revision of Jetson Nano board, which has only one camera (CSI) connector onboard. -| Platform | Board revision | JetPack Version | Download | MD5 Checksum | -|----------|----------|-----------------|----------|--------|----| +| Platform | Board revision | JetPack Version | Download | MD5 Checksum | +| -------- | -------------- | --------------- | -------- |------------- | | Jetson Nano (4GB) | `A02` | 4.2| [jetcard_v0p0p0.zip](https://drive.google.com/open?id=1wXD1CwtxiH5Mz4uSmIZ76fd78zDQltW_) | f7b635a651e4a2228e3812360cce74e3 | -> Please note, the password for the pre-built SD card is ``jetson`` + ## Step 2 - Power on and connect over USB From 8ccfab5f86876d72b0c006055e7a07c7f16c6648 Mon Sep 17 00:00:00 2001 From: Chitoku YATO Date: Sat, 20 Mar 2021 17:23:18 -0700 Subject: [PATCH 3/3] Add a disclaimer --- docs/software_setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/software_setup.md b/docs/software_setup.md index 9695568..b84ab1d 100644 --- a/docs/software_setup.md +++ b/docs/software_setup.md @@ -9,7 +9,7 @@ After finishing these steps, you'll be all set to program JetRacer. Once you're 3. Using [Etcher](https://www.balena.io/etcher/) select the downloaded zip file and flash it onto the SD card 4. Remove the SD card from the desktop machine -### Latest Release +### Latest Release (** but not yet fully verified ** ) > Please note, the password for the pre-built SD card is ``jetson``