mirror of
https://github.com/mayfrost/guides.git
synced 2024-11-28 02:11:46 +00:00
Update CROSS-COMPILING.md
This commit is contained in:
parent
65dca52118
commit
372de1b1d6
@ -87,11 +87,13 @@ cd boot
|
|||||||
|
|
||||||
* VERSION 2: Download and extract the binary
|
* VERSION 2: Download and extract the binary
|
||||||
```
|
```
|
||||||
wget http://odroid.in/guides/ubuntu-lfs/boot.tar.gz # http://dn.odroid.com/S905/BootLoader/ODROID-C2/c2_boot_release_ubuntu.tar.gz
|
wget http://odroid.in/guides/ubuntu-lfs/boot.tar.gz
|
||||||
tar -zxvf boot.tar.xz
|
tar -zxvf boot.tar.gz
|
||||||
cd boot
|
cd boot
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Alternative download link: http://dn.odroid.com/S905/BootLoader/ODROID-C2/c2_boot_release_ubuntu.tar.gz
|
||||||
|
|
||||||
* Flash bootloader
|
* Flash bootloader
|
||||||
```
|
```
|
||||||
chmod +x sd_fusing.sh
|
chmod +x sd_fusing.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user