summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-03-12 21:56:53 +0100
committerGuido Günther <agx@sigxcpu.org>2016-03-12 21:56:53 +0100
commit85cd9dcf35dde7ad2fbca2f7bf09ab9c79eb4dbe (patch)
tree7de0792711d46c5d3a42ae316387b0aa8e6de031
parentc708e7f915937b335b99486fc34254fa0ec141f8 (diff)
Fix link
-rw-r--r--hw/rpi6lowpan.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/rpi6lowpan.mdwn b/hw/rpi6lowpan.mdwn
index 144727c..284f8e6 100644
--- a/hw/rpi6lowpan.mdwn
+++ b/hw/rpi6lowpan.mdwn
@@ -85,11 +85,11 @@ Move the necessary files to the tftp server (${TFT_IP} being the address of your
$ scp bluetooth-next/arch/arm/boot/zImage ${TFTP_IP}:/tftpboot/rpi.img
$ scp bluetooth-next/arch/arm/boot/dts/bcm2835-rpi-b-plus.dtb ${TFTP_IP}:/tftpboot/
-If you're using another PI model copy the corresponding device tree (dtb) file
+If you're using another PI model copy the corresponding device tree (dtb) file.
### U-Boot
We want to boot the kernel using U-Boot so we can conveniently swap out kernels using TFTP.
-This is mostly copied from http://elinux.org/RPi_U-Boot .
+This is mostly copied from [http://elinux.org/RPi_U-Boot](http://elinux.org/RPi_U-Boot) .
#### On the build host
Crossbuild U-Boot