Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
fixes (#897)
Browse files Browse the repository at this point in the history
- mention Debian for tb96-ai third party download
- fix hikey aosp flash guide. fixes #751
- fix hikey ptable download link. fixes #893
- add meta-einfochips layer download link

Signed-off-by: Sahaj Sarup <[email protected]>
  • Loading branch information
ric96 committed Jun 24, 2020
1 parent 97d182f commit 3d6f4ba
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 12 deletions.
4 changes: 3 additions & 1 deletion consumer/aiml/downloads/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ permalink: /documentation/consumer/aiml/downloads/
---
## Downloads

Coming Soon...
### Third Party:

- [meta-einfochips layer for Yocto build](https://github.com/ArrowElectronics/I.IMX8_Thor96/releases)
2 changes: 1 addition & 1 deletion consumer/dragonboard/guides/aosp.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ redirect_from:
- /documentation/consumer/dragonboard/dragonboard820c/guides/aosp/
- /documentation/consumer/dragonboard/dragonboard410c/guides/aosp/
---
# Building Android Open Source Project (AOSP) for Dragonboard Family
# Building Android Open Source Project (AOSP) for Dragonboard 410c and 820c Family

**NOTE: This page provides instructions to make a build based on AOSP for Dragonboard Family. This should be considered work-in-progress, and the following page might be updated at any time with newer (and different) instructions. This is not a complete tutorial for AOSP, and the reader is expected to be familiar with building Android in general. For any general Android issue, please refer to Android documentation and guides.**

Expand Down
14 changes: 7 additions & 7 deletions consumer/hikey/hikey620/installation/board-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ For most users a board can be “recovered” from a software failure by reloadi
| [recovery.bin](https://snapshots.linaro.org/reference-platform/components/uefi-staging/latest/hikey/debug/recovery.bin) |
| [l-loader.bin](https://snapshots.linaro.org/reference-platform/components/uefi-staging/latest/hikey/debug/l-loader.bin) |
| [fip.bin](https://snapshots.linaro.org/reference-platform/components/uefi-staging/latest/hikey/debug/fip.bin) |
| [ptable-linux-4g.img](https://snapshots.linaro.org/reference-platform/components/uefi-staging/latest/hikey/debug/ptable-linux-4g.img) or [ptable-linux-8g.img](https://snapshots.linaro.org/reference-platform/components/uefi-staging/latest/hikey/debug/ptable-linux-8g.img) |
| [ptable-linux-4g.img](https://releases.linaro.org/96boards/hikey/linaro/binaries/latest/ptable-linux-4g.img) or [ptable-linux-8g.img](https://releases.linaro.org/96boards/hikey/linaro/binaries/latest/ptable-linux-8g.img) |

- **Build Folders [UEFI release](https://snapshots.linaro.org/reference-platform/components/uefi-staging/latest/hikey/debug/)**

| Debian |
| AOSP |
|:----------------------------:|
| [recovery.bin](https://snapshots.linaro.org/reference-platform/components/uefi-staging/latest/hikey/debug/recovery.bin) |
| [l-loader.bin](https://snapshots.linaro.org/reference-platform/components/uefi-staging/latest/hikey/debug/l-loader.bin) |
| [fip.bin](https://snapshots.linaro.org/reference-platform/components/uefi-staging/latest/hikey/debug/fip.bin) |
| [ptable-linux-4g.img](https://snapshots.linaro.org/reference-platform/components/uefi-staging/latest/hikey/debug/ptable-linux-4g.img) or [ptable-linux-8g.img](https://snapshots.linaro.org/reference-platform/components/uefi-staging/latest/hikey/debug/ptable-linux-8g.img) |
| [ptable-aosp-4g.img](https://releases.linaro.org/96boards/hikey/linaro/binaries/latest/ptable-aosp-8g.img) or [ptable-linux-8g.img](https://releases.linaro.org/96boards/hikey/linaro/binaries/latest/ptable-aosp-8g.img) |

You can do this from your browser(above links) or from the command prompt(below commands):

Expand All @@ -43,16 +43,16 @@ For a full recovery you will need: **recovery.bin**, **l-loader.bin**, **fip.bin
$ wget https://snapshots.linaro.org/reference-platform/components/uefi-staging/latest/hikey/debug/recovery.bin
$ wget https://snapshots.linaro.org/reference-platform/components/uefi-staging/latest/hikey/debug/l-loader.bin
$ wget https://snapshots.linaro.org/reference-platform/components/uefi-staging/latest/hikey/debug/fip.bin
$ wget https://snapshots.linaro.org/reference-platform/components/uefi-staging/latest/hikey/debug/ptable-linux-4g.img
$ wget https://snapshots.linaro.org/reference-platform/components/uefi-staging/latest/hikey/debug/ptable-linux-8g.img
$ wget https://releases.linaro.org/96boards/hikey/linaro/binaries/latest/ptable-linux-4g.img
$ wget https://releases.linaro.org/96boards/hikey/linaro/binaries/latest/ptable-linux-8g.img
```
- Release Builds
```shell
$ wget https://snapshots.linaro.org/reference-platform/components/uefi-staging/latest/hikey/release/recovery.bin
$ wget https://snapshots.linaro.org/reference-platform/components/uefi-staging/latest/hikey/release/l-loader.bin
$ wget https://snapshots.linaro.org/reference-platform/components/uefi-staging/latest/hikey/release/fip.bin
$ wget https://snapshots.linaro.org/reference-platform/components/uefi-staging/latest/hikey/release/ptable-linux-4g.img
$ wget https://snapshots.linaro.org/reference-platform/components/uefi-staging/latest/hikey/release/ptable-linux-8g.img
$ wget https://releases.linaro.org/96boards/hikey/linaro/binaries/latest/ptable-linux-4g.img
$ wget https://releases.linaro.org/96boards/hikey/linaro/binaries/latest/ptable-linux-8g.img
```

#### Make sure fastboot is set up on host computer
Expand Down
2 changes: 2 additions & 0 deletions consumer/hikey/hikey620/installation/linux-fastboot.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ $ wget https://snapshots.linaro.org/reference-platform/components/uefi-staging/l
```
- Flash eMMC
```shell
$ sudo fastboot getvar partition-size:ptable
$ sudo fastboot flash ptable ptable-linux-8g.img #OR ptable-linux-4g.img
$ sudo fastboot reboot
$ sudo fastboot flash boot boot-linaro-stretch-developer-hikey.img
Expand All @@ -80,6 +81,7 @@ $ sudo fastboot flash system rootfs-linaro-stretch-developer-hikey.img
###### AOSP

```shell
$ sudo fastboot getvar partition-size:ptable
$ sudo fastboot flash ptable ptable-aosp-8g.img
$ sudo fastboot reboot
$ sudo fastboot flash boot boot_fat.uefi.img
Expand Down
4 changes: 3 additions & 1 deletion consumer/thor96/downloads/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ permalink: /documentation/consumer/thor96/downloads/
---
## Downloads

Coming Soon...
### Third Party:

- [meta-einfochips layer for Yocto build](https://github.com/ArrowElectronics/I.IMX8_Thor96/releases)
2 changes: 1 addition & 1 deletion som/tb-96ai/downloads/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ permalink: /documentation/som/tb-96ai/downloads/
## Vedor Provided Tools and Images
- [Rockchip Download/Upgrade tool for Windows and Linux Hosts](https://1drv.ms/f/s!AhoFWWcHV7rXfxvmL4NNgUSyuLc)
- [Rockchip Flash Download Driver for Windows](https://1drv.ms/f/s!AhoFWWcHV7rXgQEN4kCS027uBRSa)
- [PreBuilt Linux Images (ANDROID and FEDORA)](https://1drv.ms/f/s!AhoFWWcHV7rXfiQI_EPY5W-kVGw)
- [PreBuilt Linux Images (ANDROID, FEDORA, DEBIAN)](https://1drv.ms/f/s!AhoFWWcHV7rXfiQI_EPY5W-kVGw)
2 changes: 1 addition & 1 deletion som/tb-96aiot/getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Configure the MUX Switches on the Carrier Board as follows:
For TB-96AIOT RK1808 SOM UART Debug: Bit4 on S3, S5
S3 Bits functions:

- Bit1:Not used
- Bit1: Not used
- Bit2: Not used
- Bit3: Not used
- Bit4: UART voltage
Expand Down

0 comments on commit 3d6f4ba

Please sign in to comment.