Update instructions

This commit is contained in:
Jeremy Soller
2019-08-30 10:37:31 -06:00
parent 50de0f5589
commit 2d845afa44
4 changed files with 14 additions and 9 deletions

View File

@@ -15,12 +15,14 @@ sudo apt-get install \
gnat \
mtools \
nasm \
uuid-dev
uuid-dev \
zlib1g-dev
```
### Install rust nightly
### Install rust
```
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \
| sh -s -- -y --default-toolchain "$(cat rust-toolchain)"
```
### Load cargo environment (or optionally reboot)
@@ -46,7 +48,7 @@ cargo install cargo-xbuild
- [coreboot](https://github.com/system76/coreboot.git) - coreboot README
- [edk2](https://github.com/system76/edk2.git) - EDK II Project
- [edk2-non-osi](https://github.com/tianocore/edk2-non-osi.git)
- [edk2-platforms](https://github.com/system76/edk2-platforms.git) - **EDK II Minimum Platform Firmware for Intel(R) Platforms**
- [edk2-platforms](https://github.com/system76/edk2-platforms.git) - This branch holds all platforms actively maintained against the
- [FSP](https://github.com/IntelFsp/FSP.git) - Intel® Firmware Support Package (Intel® FSP) Binaries
- [libs](./libs) - Libraries
- [models](./models) - Models

View File

@@ -15,12 +15,14 @@ sudo apt-get install \
gnat \
mtools \
nasm \
uuid-dev
uuid-dev \
zlib1g-dev
```
### Install rust nightly
### Install rust
```
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \
| sh -s -- -y --default-toolchain "$(cat rust-toolchain)"
```
### Load cargo environment (or optionally reboot)

View File

@@ -7,7 +7,7 @@ https://system76.com/guides/galp3
- [EC](./ec.rom)
- Size: 128 KB
- Model: N140WU
- Version: 1.07.03
- Version: 1.05.02
- [FD](./fd.rom)
- Size: 4 KB
- HAP: true

1
rust-toolchain Normal file
View File

@@ -0,0 +1 @@
nightly-2019-03-11