From 7130a579fdba5dd1bf99508fb0b1d13317542109 Mon Sep 17 00:00:00 2001 From: Andreas Pretzsch Date: Sat, 16 Jul 2011 05:51:00 +0000 Subject: add command fitupd to run an update from a FIT image Command calls update_tftp() analogous to automatic update described in doc/README.update. Usage: fitupd [addr] - run update from FIT image at addr or from tftp 'updatefile' Signed-off-by: Andreas Pretzsch --- doc/README.update | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/README.update b/doc/README.update index 48f03b7..a7f4d9e 100644 --- a/doc/README.update +++ b/doc/README.update @@ -51,6 +51,11 @@ the mkimage tool. dtc tool with support for binary includes, e.g. in version to be prepared. Refer to the doc/uImage.FIT/ directory for more details on FIT images. +This mechanism can be also triggered by the commmand "fitupd". +If an optional, non-zero address is provided as argument, the TFTP transfer +is skipped and the image at this address is used. +The fitupd command is enabled by CONFIG_CMD_FITUPD. + Example .its files ------------------ -- cgit v1.1