]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: Update display5_factory_defconfig after switch to DM/DTS and uuu utility
authorLukasz Majewski <lukma@denx.de>
Tue, 3 Sep 2019 14:38:47 +0000 (16:38 +0200)
committerStefano Babic <sbabic@denx.de>
Tue, 8 Oct 2019 14:36:35 +0000 (16:36 +0200)
commit710cc5e4a153105b33f619b1db6acd701421cea3
tree56e115665d2c7cdaa8eb34d2ebade88e3fe76b01
parentab8b224d03950c1ea167167df641ef366c12d872
ARM: Update display5_factory_defconfig after switch to DM/DTS and uuu utility

This commit updates the display5_factory_defconfig file after the switch
to DM/DTS for this board.

Moreover, the VID and PID for SPL running SDP gadget have been updated to
allow seamless work with 'uuu' utility from NXP (the imx_usb doesn't work
properly after embedding the u-boot proper into fitImage - problem with IVT
embedding in FIT).

Example to use 'uuu' session:

cat << EOF > display5_recovery.lst
uuu_version 1.2.135
SDP: boot -f /srv/tftp/SPL
SDPU: write -f /srv/tftp/u-boot-dtb.img -addr 0x10000000
SDPU: jump -addr 0x10000000
SDPU: done
EOF

sudo ./uuu/uuu display5_recovery.lst

Signed-off-by: Lukasz Majewski <lukma@denx.de>
configs/display5_factory_defconfig