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:57:58 +0100
commitf9585ab274a1a8e79d38f364a077438ced579235 (patch)
tree9d59859f03fd93614b34bc2538b93bac0e88cb13
parentc708e7f915937b335b99486fc34254fa0ec141f8 (diff)
Fix link
-rw-r--r--hw/rpi6lowpan.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/rpi6lowpan.mdwn b/hw/rpi6lowpan.mdwn
index 144727c..eb0c984 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
@@ -115,7 +115,7 @@ and on the Raspberry Pi boot it by default:
$ poweroff
#### First Boot
-(Again mostly from http://elinux.org/RPi_U-Boot). Attach to the serial
+(Again mostly from [http://elinux.org/RPi_U-Boot](http://elinux.org/RPi_U-Boot)). Attach to the serial
console of your rpi:
$ screen /dev/ttyUSB0 115200