1 # SPDX-License-Identifier: GPL-2.0+
4 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
6 This directory contains scripts that help to perform certain actions
7 that need to be done frequently when working with U-Boot.
9 They are meant as EXAMPLE code, so it is very likely that you will
10 have to modify them before use.
18 Example for "~/.kermrc" Kermit init file for use with U-Boot
20 by Wolfgang Denk, 24 Jun 2001
24 "kermit" script to automatically initialize the environment
25 variables on your target. This is most useful during
26 development when your environment variables are stored in an
27 embedded flash sector which is erased whenever you install a
30 by Swen Anderson, 10 May 2001
34 send_cmd U_BOOT_COMMAND
36 "kermit" script to send a U-Boot command and print the
37 results. When used from a shell with history (like the bash)
38 this indirectly adds kind of history to U-Boot ;-)
40 by Swen Anderson, 10 May 2001
44 send_image FILE_NAME OFFSET
46 "kermit" script to automatically download a file to the
47 target using the "loadb" command (kermit binary protocol)
49 by Swen Anderson, 10 May 2001