commit | b308ffb0bf2171fe32aa6028340f9f5dad46ff8f | [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 | a63dd9840096df8f8bb6d36981505ba7c42350d3 [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>