Skip to content

Commit 780d5d9

Browse files
committed
add install ssd info
Former-commit-id: e374754
1 parent 51330ce commit 780d5d9

File tree

1 file changed

+19
-11
lines changed

1 file changed

+19
-11
lines changed

README.md

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ TensorFlow for Nvidia Jetson TX1/TX2.
66
## Install Latest Build of Tensorflow
77

88
## Install at Release
9-
### You can download wheel file at [Release Page](https://github.com/peterlee0127/tensorflow-nvJetson/releases)
9+
### You can download wheel file at [Release Page](https://github.com/peterlee0127/tensorflow-nvJetson/releases)
1010

1111

1212
#### Install by curl
@@ -24,16 +24,7 @@ This script will download lastest build tensorflow in this repository.
2424

2525
P.S. I recommend to donwload needed file, not use git clone. Using git clone will download all file in this repository.
2626

27-
<hr>
28-
Tensorflow 1.7(build with TensorRT) is larger than 100MB. I split the whl file to 2 part. Please use following command to merge file.
29-
30-
### merge file
31-
```$ cat tensorflow-1.7.0-cp27-cp27mu-linux_aarch64.whl.part-* > tensorflow-1.7.0-cp27-cp27mu-linux_aarch64.whl```
32-
33-
### split file
34-
```$ split -b 70m tensorflow-1.7.0-cp27-cp27mu-linux_aarch64.whl tensorflow-1.7.0-cp27-cp27mu-linux_aarch64.whl-part-```
3527

36-
<hr>
3728

3829
## TensorRT
3930
[Using TensorRT in TensorFlow](https://github.com/tensorflow/tensorflow/blob/r1.7/tensorflow/contrib/tensorrt/README.md)
@@ -191,5 +182,22 @@ totalMemory: 7.67GiB freeMemory: 1.83GiB
191182
2018-04-02 11:25:23.703567: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1041] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 3926 MB memory) -> physical GPU (device: 0, name: NVIDIA Tegra X2, pci bus id: 0000:00:00.0, compute capability: 6.2)
192183
Pass
193184
```
185+
<hr>
186+
Tensorflow 1.7(build with TensorRT) is larger than 100MB. I split the whl file to 2 part. Please use following command to merge file.
187+
188+
### merge file
189+
```$ cat tensorflow-1.7.0-cp27-cp27mu-linux_aarch64.whl.part-* > tensorflow-1.7.0-cp27-cp27mu-linux_aarch64.whl```
190+
191+
### split file
192+
```$ split -b 70m tensorflow-1.7.0-cp27-cp27mu-linux_aarch64.whl tensorflow-1.7.0-cp27-cp27mu-linux_aarch64.whl-part-```
193+
194+
<hr>
195+
### Install System on SSD (Solid State Disk)
196+
You can find information at jetsonhacks.
197+
[jetsonhacks-install-samsung-ssd-on-nvidia-jetson-tx1](http://www.jetsonhacks.com/2017/01/28/install-samsung-ssd-on-nvidia-jetson-tx1/)
198+
199+
200+
201+
<hr>
194202

195-
<a href="https://buymeacoff.ee/iaY28Qg">Buy me a coffee</a>
203+
<style>.bmc-button img{width: 27px !important;margin-bottom: 1px !important;box-shadow: none !important;border: none !important;vertical-align: middle !important;}.bmc-button{line-height: 36px !important;height:37px !important;text-decoration: none !important;display:inline-flex !important;color:#FFFFFF !important;background-color:#FF813F !important;border-radius: 3px !important;border: 1px solid transparent !important;padding: 1px 9px !important;font-size: 23px !important;letter-spacing: 0.6px !important;box-shadow: 0px 1px 2px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;margin: 0 auto !important;font-family:'Cookie', cursive !important;-webkit-box-sizing: border-box !important;box-sizing: border-box !important;-o-transition: 0.3s all linear !important;-webkit-transition: 0.3s all linear !important;-moz-transition: 0.3s all linear !important;-ms-transition: 0.3s all linear !important;transition: 0.3s all linear !important;}.bmc-button:hover, .bmc-button:active, .bmc-button:focus {-webkit-box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;text-decoration: none !important;box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;opacity: 0.85 !important;color:#FFFFFF !important;}</style><link href="https://fonts.googleapis.com/css?family=Cookie" rel="stylesheet"><a class="bmc-button" target="_blank" href="https://www.buymeacoffee.com/iaY28Qg"><img src="https://www.buymeacoffee.com/assets/img/BMC-btn-logo.svg" alt="Buy me a coffee"><span style="margin-left:5px">Buy me a coffee</span></a>

0 commit comments

Comments
 (0)