Update FreeBSD and U-boot sections
This commit is contained in:
parent
ec8c840aee
commit
22bb80d609
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ pv FreeBSD-armv7-12.0-GENERIC-333641-Clearfog.img | sudo tee /dev/sdX >/dev/null
|
|||
In an ideal world U-Boot would already be installed in SPI flash, including the necessary patch for FreeBSD. If you happen to have such an ideal system, you may skip the next section
|
||||
|
||||
### Install U-Boot
|
||||
For now, FreeBSD needs a patched version of U-Boot. You can find the patched source code [here](https://github.com/Artox/helios4_u-boot-marvell/tree/u-boot-2013.01-15t1-helios4). Please refer to [U-boot](/uboot) for build instructions.
|
||||
Please refer to [U-boot](/uboot) for build instructions.
|
||||
|
||||
The Boot-ROM expects to find U-Boot at 512 bytes into the sdcard. Assuming your SD-Card is available at /dev/sdX, write the u-boot binary to it using dd:
|
||||
```bash
|
||||
|
|
|
@ -21,7 +21,7 @@ export CROSS_COMPILE_BH=${CROSS_COMPILE}
|
|||
|
||||
make mrproper
|
||||
|
||||
./build.pl -f spi -b armada_38x_helios4
|
||||
./build.pl -f mmc -b armada_38x_helios4
|
||||
```
|
||||
|
||||
!!! note
|
||||
|
|
Loading…
Reference in a new issue