Fix page link. Add '/' when needed.

Add .gitignore file
This commit is contained in:
Gauthier Provost 2020-05-02 19:40:24 +08:00
parent e70dd8df01
commit 79b964612d
17 changed files with 28 additions and 27 deletions

View file

@ -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
Please refer to [U-boot](/helios4/uboot) for build instructions.
Please refer to [U-boot](/helios4/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