From f9585ab274a1a8e79d38f364a077438ced579235 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sat, 12 Mar 2016 21:56:53 +0100 Subject: Fix link --- hw/rpi6lowpan.mdwn | 6 +++--- 1 file 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 -- cgit v1.2.3