Lines Matching refs:command
17 The ``verify_flash`` command allows you to verify that data in flash matches a local file.
19 …command always verifies the MD5 hash of data which is written to flash, so additional verification…
33 …* Another way to compare flash contents is to use the ``read_flash`` command, and then use binary …
40 The ``dump_mem`` command will dump a region from the chip's memory space to a file. For example, to…
51 …command allows the loading of an executable binary image (created with the ``elf2image`` or ``make…
59 …not load correctly and the image will probably crash. The ``image_info`` command can be used to ch…
83 This command is intended for use when debugging hardware flash chip-related problems. It allows sen…
91 * ``--bytes 1`` sends the most common ``RDSR`` command (05h) and returns a single byte of status.
104 This command is intended for use when debugging hardware flash chip-related problems. It allows sen…
110 …it argument and then with an 8-bit argument, as different flash chips use this command differently.
111 Otherwise, each command is accompanied by 8-bits of the new status register value.
113 …command before writing the status. This may allow non-volatile status register bits to be set or c…
121 …nt side effects for some flash chips, so check carefully before using this command to set any bits!
142 …The ``chip_id`` command allows you to read a 4 byte ID which forms part of the MAC address. It is …
161 This command does not require a serial connection.
172 …The ``run`` command immediately exits the bootloader and attempts to boot the normal application c…