Skip to content

Commit

Permalink
Update requirements in README (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiryoh committed Nov 19, 2021
1 parent aa3216a commit 5e7fc6d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
12 changes: 9 additions & 3 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Jupyter Notebooks for [Jetson Nano Mouse](https://rt-net.jp/products/jetson-nano-mouse)

This repository is based on the [jetbot](https://github.com/NVIDIA-AI-IOT/jetbot) project.
This repository is based on the [JetBot (NVIDIA-AI-IOT/jetbot)](https://github.com/NVIDIA-AI-IOT/jetbot) project.

![](https://rt-net.github.io/images/jetson-nano-mouse/jnm_jupyternotebook_sample.png)

Expand All @@ -17,11 +17,17 @@ This repository is based on the [jetbot](https://github.com/NVIDIA-AI-IOT/jetbot

### Software

* jetbot_image_v0p4p0.zip (L4T R32.3.1)
* setup document: https://github.com/NVIDIA-AI-IOT/jetbot/wiki/software-setup
Either of the following is required.

* `jetbot_image_v0p4p0.zip` ([L4T R32.3.1](https://developer.nvidia.com/l4t-3231-archive)/[JetPack 4.3](https://developer.nvidia.com/jetpack-33-archive))
* setup document: https://jetbot.org/master/software_setup/sd_card.html
* `jnmouse_jp451_v*.zip` ([L4T 32.5.1](https://developer.nvidia.com/embedded/linux-tegra-r3251)/[JetPack 4.5.1](https://developer.nvidia.com/jetpack-sdk-451-archive))
* setup document: https://github.com/rt-net/jnmouse_utils/blob/release/jetpack-4.5.1/setup-scripts/README.md

## Installation

NOTE: This step is only required when setting up using `jetbot_image_v0p4p0.zip`. `jnmouse_jp451_v*.zip` has already been installed jnm_jupyternotebook, so this step is not necessary.

```
$ git clone https://github.com/rt-net/jnm_jupyternotebook.git
$ cd jnm_jupyternotebook
Expand Down
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[Jetson Nano Mouse](https://rt-net.jp/products/jetson-nano-mouse)用のJupyter Notebookです。

[jetbot](https://github.com/NVIDIA-AI-IOT/jetbot)プロジェクトをベースに開発されています。
[JetBot(NVIDIA-AI-IOT/jetbot](https://github.com/NVIDIA-AI-IOT/jetbot)プロジェクトをベースに開発されています。

![](https://rt-net.github.io/images/jetson-nano-mouse/jnm_jupyternotebook_sample.png)

Expand All @@ -17,11 +17,17 @@

### ソフトウェア

* jetbot_image_v0p4p0.zip (L4T R32.3.1)
* セットアップ資料: https://github.com/NVIDIA-AI-IOT/jetbot/wiki/software-setup
以下のどちらかが必要です。

* `jetbot_image_v0p4p0.zip` ([L4T R32.3.1](https://developer.nvidia.com/l4t-3231-archive)/[JetPack 4.3](https://developer.nvidia.com/jetpack-33-archive))
* セットアップ資料: https://jetbot.org/master/software_setup/sd_card.html
* `jnmouse_jp451_v*.zip` ([L4T 32.5.1](https://developer.nvidia.com/embedded/linux-tegra-r3251)/[JetPack 4.5.1](https://developer.nvidia.com/jetpack-sdk-451-archive))
* セットアップ資料: https://github.com/rt-net/jnmouse_utils/blob/release/jetpack-4.5.1/setup-scripts/README.ja.md

## インストール方法

※この手順は`jetbot_image_v0p4p0.zip`を使ってセットアップする際にのみ必要です。`jnmouse_jp451_v*.zip`では本ソフトウェアインストール済みのためこの手順は不要です。

```
$ git clone https://github.com/rt-net/jnm_jupyternotebook.git
$ cd jnm_jupyternotebook
Expand Down

0 comments on commit 5e7fc6d

Please sign in to comment.