From 3cfafd1139bc2a0a0df3cdd479ed2bdacda922d6 Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Mon, 6 Jan 2014 23:37:48 +0100 Subject: [PATCH] README fix --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 0bf60fd..1886e76 100644 --- a/README.md +++ b/README.md @@ -312,17 +312,6 @@ Configure adapter to use the following settings: Please, do not make any mistake with offsets and sizes during next steps! - -8b. If prior to destructively modifying your Flash content you would want to verify whether the new U-Boot binary would actually (at least somewhat) work on your device, then according to [Loading Files With U-Boot via Ethernet and TFTP](http://blackfin.uclinux.org/doku.php?id=bootloaders:u-boot:tftp_loading_files) you should be able to try direct execution of this new U-Boot binary instance via something like - ``` - bfin> tftp 0x1000 u-boot.bin - ... - bfin> go 0x1000 - ## Starting application at 0x00001000 ... - ``` - -(after this test it's definitely best to get rid of this running U-Boot test instance by rebooting and thereby then doing the actual flash modification via the device's original U-Boot instance) - 9. Erase appropriate FLASH space for new U-Boot image (this command will remove default U-Boot image!): ``` -- 2.25.1