Update instructions
This commit is contained in:
12
README.md
12
README.md
@@ -15,12 +15,14 @@ sudo apt-get install \
|
|||||||
gnat \
|
gnat \
|
||||||
mtools \
|
mtools \
|
||||||
nasm \
|
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)
|
### Load cargo environment (or optionally reboot)
|
||||||
@@ -44,9 +46,9 @@ cargo install cargo-xbuild
|
|||||||
|
|
||||||
- [apps](./apps) - Applications
|
- [apps](./apps) - Applications
|
||||||
- [coreboot](https://github.com/system76/coreboot.git) - coreboot README
|
- [coreboot](https://github.com/system76/coreboot.git) - coreboot README
|
||||||
- [edk2](https://github.com/system76/edk2.git) - EDK II Project
|
- [edk2](https://github.com/system76/edk2.git) - EDK II Project
|
||||||
- [edk2-non-osi](https://github.com/tianocore/edk2-non-osi.git)
|
- [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
|
- [FSP](https://github.com/IntelFsp/FSP.git) - Intel® Firmware Support Package (Intel® FSP) Binaries
|
||||||
- [libs](./libs) - Libraries
|
- [libs](./libs) - Libraries
|
||||||
- [models](./models) - Models
|
- [models](./models) - Models
|
||||||
|
@@ -15,12 +15,14 @@ sudo apt-get install \
|
|||||||
gnat \
|
gnat \
|
||||||
mtools \
|
mtools \
|
||||||
nasm \
|
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)
|
### Load cargo environment (or optionally reboot)
|
||||||
|
@@ -7,7 +7,7 @@ https://system76.com/guides/galp3
|
|||||||
- [EC](./ec.rom)
|
- [EC](./ec.rom)
|
||||||
- Size: 128 KB
|
- Size: 128 KB
|
||||||
- Model: N140WU
|
- Model: N140WU
|
||||||
- Version: 1.07.03
|
- Version: 1.05.02
|
||||||
- [FD](./fd.rom)
|
- [FD](./fd.rom)
|
||||||
- Size: 4 KB
|
- Size: 4 KB
|
||||||
- HAP: true
|
- HAP: true
|
||||||
|
1
rust-toolchain
Normal file
1
rust-toolchain
Normal file
@@ -0,0 +1 @@
|
|||||||
|
nightly-2019-03-11
|
Reference in New Issue
Block a user