diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2017-07-13 18:52:33 +0200 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2017-10-03 18:23:18 +0200 |
commit | 23f5fad905419e55d824c1c574c2881068caf2e9 (patch) | |
tree | e9d0bc5b0497867e77a4ebbb00160f39f7892833 | |
parent | 428a35bd770c909beb35d36e4c388ff50e4ca657 (diff) |
tdx-extra: add bmode-usb to the image
This adds the bmode_usb binary to the i.MX6 rootfs which allows to
set some i.MX6 registers so, that on the next reboot (not powercycle)
the i.MX6 starts in serial download mode (aka. recovery mode).
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r-- | recipes-images/images/tdx-extra.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-images/images/tdx-extra.inc b/recipes-images/images/tdx-extra.inc index a2cbb69..bfe7f80 100644 --- a/recipes-images/images/tdx-extra.inc +++ b/recipes-images/images/tdx-extra.inc @@ -92,6 +92,7 @@ IMAGE_INSTALL_append_colibri-t20 = " \ #note that the kernel-modules meta package gets installed from #meta-fsl-arm/conf/machine/include/imx-base.inc IMAGE_INSTALL_append_mx6 = " \ + bmode-usb \ libusbgx \ linuxptp \ gpio-export \ |