From: Baruch Siach Date: Sun, 24 Sep 2017 12:50:18 +0000 (+0300) Subject: arm: mvebu: clearfog: document boot from UART X-Git-Tag: v2017.11-rc1~36^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0d106f1e731a4ea47eaeb4b70cc8b4fcc13a3e40;p=platform%2Fkernel%2Fu-boot.git arm: mvebu: clearfog: document boot from UART Signed-off-by: Baruch Siach Signed-off-by: Stefan Roese --- diff --git a/board/solidrun/clearfog/README b/board/solidrun/clearfog/README index 2cfa5bf..ef1e3bf 100644 --- a/board/solidrun/clearfog/README +++ b/board/solidrun/clearfog/README @@ -16,3 +16,23 @@ $ sudo dd if=u-boot-spl.kwb of=/dev/sdX bs=512 seek=1 Please use the correct device node for your setup instead of "/dev/sdX" here! + +Boot from UART: +--------------- + +Connect the on-board micro-USB (CF Pro: CON11, CF Base: CON5) +to your host. + +Set the SW1 DIP switches to UART boot (0: OFF, 1: ON): + + ClearFog Base: 01001 + ClearFog Pro: 11110 + +Run the following command to initiate U-Boot download: + + ./tools/kwboot -b u-boot-spl.kwb /dev/ttyUSBX + +Use the correct UART device node for /dev/ttyUSBX. + +When download finishes start your favorite terminal emulator +on /dev/ttyUSBX.