]> git.baikalelectronics.ru Git - uboot.git/commit
colibri_t20: add update_uboot wrapper
authorIgor Opaniuk <igor.opaniuk@toradex.com>
Fri, 27 Mar 2020 10:15:47 +0000 (12:15 +0200)
committerTom Warren <twarren@nvidia.com>
Thu, 2 Apr 2020 21:30:00 +0000 (14:30 -0700)
commit1d3011f9587c1aa024940bb9073e2f3e8bb17b5a
tree1fd6ca0a45352d533bb493cb72db7b727e430461
parent90889ff6b5af3abb793fbe4f2703ed7aaa7a2886
colibri_t20: add update_uboot wrapper

Add universal update_uboot wrapper that helps to update
U-Boot image on internal storage(NAND).

Create an proper tegra image:
$ cbootimage -s tegra20 colibri_t20-512-v12-nand.img.cfg colibri_t20.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>
include/configs/colibri_t20.h