Lines Matching refs:in
8 server in NOR Flash. In more detail: a TFTP transfer of a file given in
11 updates. Each update in the update file has an address in NOR Flash where it
14 verification is positive, the update is stored in Flash.
32 in environment variable 'loadaddr'. If this variable is not present, the
33 transfer is made to the address given in CONFIG_UPDATE_LOAD_ADDR (0x100000
48 Since the update file is in FIT format, it is created from an *.its file using
49 the mkimage tool. dtc tool with support for binary includes, e.g. in version
68 Assuming that an U-Boot image u-boot.bin is present in the current working
69 directory, and that the address given in the 'load' property in the
70 'update_uboot.its' file is where the U-Boot is stored in Flash, the
77 appropriately, for example in the U-Boot prompt:
82 Now, when the system boots up and the update TFTP server specified in the
84 automatically stored in Flash.
87 file is a good, working image. Also make sure that the address in Flash
94 ramdisk and FDT blob stored in Flash. The procedure for preparing the update
101 TFTP by using DFU (Device Firmware Upgrade). More information can be found in