commit | 3dc7d9c841c5d807d289c00e8c1348fd7424a586 | [log] [tgz] |
---|---|---|
author | Igor Opaniuk <igor.opaniuk@toradex.com> | Fri Mar 27 12:15:45 2020 +0200 |
committer | Tom Warren <twarren@nvidia.com> | Thu Apr 02 14:30:00 2020 -0700 |
tree | 3a4fdd8d07627db8f5b3ac9490286c1e1354db59 | |
parent | 7ae42ce16ea2778a1c95385092a320964fbb5543 [diff] |
apalis-tk1: 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 tegra124 apalis-tk1.img.cfg apalis-tk1.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>