diff --git a/docs/freebsd.md b/docs/freebsd.md index f7a8ca9..233d5ff 100644 --- a/docs/freebsd.md +++ b/docs/freebsd.md @@ -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 diff --git a/docs/uboot.md b/docs/uboot.md index e43950e..8e7b471 100644 --- a/docs/uboot.md +++ b/docs/uboot.md @@ -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