From 22bb80d609a4fda82bb3d83bab34ba7d3728f842 Mon Sep 17 00:00:00 2001 From: Gauthier Provost Date: Wed, 23 May 2018 16:11:34 +0800 Subject: [PATCH] Update FreeBSD and U-boot sections --- docs/freebsd.md | 2 +- docs/uboot.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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