Skip to content

Commit

Permalink
Update for 2020.10
Browse files Browse the repository at this point in the history
Signed-off-by: David Abdurachmanov <[email protected]>
  • Loading branch information
David Abdurachmanov committed Oct 7, 2020
1 parent 349c56a commit f497023
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ This needs to be done every time you want a clean setup based on the latest laye

```bash
mkdir riscv-sifive && cd riscv-sifive
repo init -u git://github.com/sifive/meta-sifive -b 2020.09 -m tools/manifests/sifive.xml
repo init -u git://github.com/sifive/meta-sifive -b 2020.10 -m tools/manifests/sifive.xml
repo sync
```

Expand Down Expand Up @@ -71,15 +71,15 @@ OpenEmbedded-Core requires GCC 6 or newer to be available on the host system. Yo
#### Option 1: Installing OpenEmbedded-Core Build Tools (Pre-Built)

```bash
$BUILDDIR/../openembedded-core/scripts/install-buildtools
./openembedded-core/scripts/install-buildtools
```

The native SDK will be installed under `$BUILDDIR/../openembedded-core/buildtools` prefix.

Finally you should be able to use build tools:

```bash
. $BUILDDIR/../openembedded-core/buildtools/environment-setup-x86_64-pokysdk-linux
. ./openembedded-core/buildtools/environment-setup-x86_64-pokysdk-linux
```

#### Option 2: Building Your Own Build Tools
Expand Down
13 changes: 13 additions & 0 deletions ReleaseNotes/2020.10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Release Notes for 2020.10

This release includes major changes compared previous Freedom Unleashed SDK and thus is **experimental** at this stage. Main changes include:

- All layers (openembedded-core, meta-openembedded, meta-riscv) updated to their latest revisions.

- stress-ng updated to 0.11.21.

## Known Issues

1. Avoid overclocking SoC using CPUFreq if you are using HiFive Unleashed Expansion Board from Microsemi as this will hang the board. Hard reset will be required.

2. If Xfce4 desktop disk image is used with HiFive Unleashed Expansion Board and GPU then rebooting is required after the 1st boot.

0 comments on commit f497023

Please sign in to comment.