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)
commit5ec7d1b49566a686aa7c40280a526ab0401c1092
tree56e115665d2c7cdaa8eb34d2ebade88e3fe76b01
parent21c7d34279a4f4247e1f20492b87828187a090df
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