Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel7

Since Trizeps VIII Mini and Myon II are software compatible, the same bootloader may be used for both modules.

...

U-Boot based on NXP 4.14.98_2.0.0_ga

ssh://git@gitlab.keith-koep.com:30001/imx/uboot-imx.git
http://gitlab.keith-koep.com/imx/uboot-imx.git

kuk_imx_v2018.03_4.14.98_2.0.0_ga

imx_mkimage based on NXP imx_4.14.98_2.0.0_ga

ssh://git@gitlab.keith-koep.com:30001/imx/imx-mkimage.git
http://gitlab.keith-koep.com/imx/imx-mkimage.git

kuk_imx_4.14.98_2.0.0_ga

Previous Versions:

...

Setup Cross-Build environment (View Software-Development-Kit on how to install.):

Code Block
$ . /opt/fsl-imx-fb/4.14-sumo/environment-setup-aarch64-poky-linux

...

To deploy software to Trizeps VIII Mini, you may use the NXP Universal Update Utility (UUU).
Steps needed:

...

The USB Serial Download Mode (manufacturing mode) is a mode by which the i.MX8M Mini processor loads its internal ROM-firmware instead of the bootloader stored in eMMC or SD-card.
It will use the USB-OTG port to enumerate as HID-device on a connected PC.
In this mode the NXP Universal Update Utility (UUU) can be used to deploy software.

Using Hardware RESET_IN

The default Kinetis MCU firmware will enter Serial Download Mode after RESET_IN (SODIMM-pin 26) has been asserted for more than 10s.

...

Code Block
u-boot=> i2c dev 2
u-boot=> i2c mw 0x10 2.1 2

This will write to REG_CONTROL of the Trizeps VIII MCU, which will than reset the i.MX8M processor into this mode.

...

Code Block
$ i2cset -f -y 2 0x10 2 2

This will write to REG_CONTROL of the Trizeps VIII MCU, which will than reset the i.MX8M processor into this mode.

...