commit | bc29ec713bfd8d667baf348259ba62987a58a137 | [log] [tgz] |
---|---|---|
author | Igor Opaniuk <igor.opaniuk@toradex.com> | Fri Mar 27 12:15:48 2020 +0200 |
committer | Tom Warren <twarren@nvidia.com> | Thu Apr 02 14:30:00 2020 -0700 |
tree | 7ddc6c90a565a56058e1aeb983e4698be54bb9ea | |
parent | 2567d27dc642165d9d2aaee4feb794527fe8906d [diff] |
colibri_t30: add update_uboot wrapper Add universal update_uboot wrapper that helps to update U-Boot image on internal storage. Create an proper tegra image: $ cbootimage -s tegra30 colibri_t30.img.cfg colibri_t30.img Flash in U-boot shell: > tftpboot ${loadaddr} ${board_name}/${board_name}.img > run update_uboot Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com> Reviewed-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>