From: Piotr Dymacz Date: Mon, 6 Jan 2014 22:37:48 +0000 (+0100) Subject: README fix X-Git-Tag: 2014-11-19~50 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3cfafd1139bc2a0a0df3cdd479ed2bdacda922d6;p=oweals%2Fu-boot_mod.git README fix --- 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!): ```