From 6f1950c30cfec0fee35a6c977166148274f037dd Mon Sep 17 00:00:00 2001 From: Brian Woods Date: Thu, 28 Jan 2021 19:28:15 -0800 Subject: Add/fix support for SCSI/SD aliases for load cmds With the -t option, the "sd" was an alias for the "load scsi 0:1" load command. Change that to a "load mmc 0:1" alias and then add a "scsi" alias which is "load scsi 0:1". To make sure these aliases and manually setting the load command works, a parsing the command and setting the correct partition and devs was also added. Signed-off-by: Brian Woods Signed-off-by: Stefano Stabellini Reviewed-by: Stefano Stabellini --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0df4e4b..f7da514 100644 --- a/README.md +++ b/README.md @@ -97,9 +97,10 @@ Where:\ -d specifies the "root" directory (paths in the config file are relative to it), this is not a working directory (any output file locations are specified in the config and any temporary files are in /tmp)\ --t specifies the u-boot command to load the binaries. "tftp" and "sd" - are shorthands for "tftpb" and "load scsi 0:1", but actually any - arbitrary command can be used, for instance -t "fatload" is valid.\ +-t specifies the u-boot command to load the binaries. "tftp", "sd" and + "scsi" are shorthands for "tftpb", "load mmc 0:1" and + "load scsi 0:1", but actually any arbitrary command can be used, for + instance -t "fatload" is valid.\ -o specifies the output filename for the uboot script and its source.\ -- cgit v1.2.3