Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Commit

Permalink
Update the link to the latest OS image (#1182)
Browse files Browse the repository at this point in the history
## What this patch does to fix the issue.
Update the link to the latest OS image (ubuntu 18.04).

## Link to any relevant issues or pull requests.
Closes #1169
  • Loading branch information
Suikaba authored Aug 26, 2020
1 parent 610ac8c commit 133d691
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/install/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ All example commands should work if you use Linux or macOS. If you are using a d
### Download Linux system image (On your PC)
You can download an upt-to-date-for-Blueoil Linux system image by:

$ wget https://storage.googleapis.com/blueoil-asia-northeast1/os-images/de10nano_ubuntu_TCAv2.img.gz
$ wget https://storage.googleapis.com/blueoil-asia-northeast1/os-images/de10nano/ubuntu1804/v0.3/de10nano_ubuntu_1804.img.gz

The downloaded file should contain the image "de10nano_ubuntu_TCAv2.img".
The downloaded file should contain the image "de10nano_ubuntu_1804.img".
Insert an empty microSD card (8GB+) into your PC and write the downloaded image to it.
- Using Etcher [Recommended]
- We recommend using the open source software [Etcher](https://www.balena.io/etcher/) to help you write the image on any platform.
Expand All @@ -80,7 +80,7 @@ Insert an empty microSD card (8GB+) into your PC and write the downloaded image
- Confirm the path name of the target microSD. It should be `/dev/[your_target_name]`.
- Type the following command:
```
$ cat de10nano_ubuntu_TCAv2.img.gz | gunzip | sudo dd of=/dev/[your_target_name] bs=4M
$ cat de10nano_ubuntu_1804.img.gz | gunzip | sudo dd of=/dev/[your_target_name] bs=4M
```

- Using macOS terminal
Expand All @@ -89,7 +89,7 @@ $ cat de10nano_ubuntu_TCAv2.img.gz | gunzip | sudo dd of=/dev/[your_target_name]
- To make the process faster, append an `r` in front of `[your_target_name]`.
- Type the following command:
```
$ cat de10nano_ubuntu_TCAv2.img.gz | gunzip | sudo dd of=/dev/r[your_target_name] bs=4m
$ cat de10nano_ubuntu_1804.img.gz | gunzip | sudo dd of=/dev/r[your_target_name] bs=4m
```

Remove the microSD from your host system after the operation have finished.
Expand All @@ -111,8 +111,8 @@ $ sudo cu -l /dev/[your_fpga_board] -s 115200
Connected.
```
Hit enter, and you can login using the following information:
- User name: root
- Password: (nothing)
- User name: ubuntu
- Password: ubuntu

When the board is booted with the above image, around 300 MB will be available.
But if one wants to expand the root partition to fill the whole free space available they can do this by running the following commands:
Expand Down

0 comments on commit 133d691

Please sign in to comment.