Search by Tags

Toradex Easy Installer Issue Tracker

 

The following table contains known issues, scheduled bug fixes, and feature improvements for the Toradex Easy Installer. The tickets are split in two major states:

  • Submitted (open): new features and bug fixes for Toradex Easy Installer versions that have not yet been released. They may be scheduled for a specific release version; not planned; or in our backlog. All of them have one of the following states:
    • Known Issue: a bug or unexpected behavior that has been reported and pending a fix. Once fixed, the status will transition to Fixed.
    • Feature Request: a new feature that may be added to a future release. Once released, the status will transition to New Feature.
  • Released (closed): new features and bug fixes for BSP versions that have already been released. All of them have one of the following states:
    • Fixed: a bug that has been fixed and released.
    • New Feature: something that didn't exist before and was added to a new release.

Any schedules are not guaranteed but reflect the current planning. The planning could be shifted due to priority changes.
Issues that are scheduled for a specific version will be integrated into the mentioned version of the BSP.

We will update this table continuously in order to always provide the latest state of our development plan.

Clear Filter
Issue #StatusSubjectModuleSubsystemSeveritySubmitted for Mainline

1.4 (Release date: 2018-04-03)
This release supports image/configuration format 1 and 2! Using fw_setenv in wrap-up scripts is not supported anymore since the U-Boot environment utilities in Toradex Easy Installer no longer provide a default environment and default configuration file. Please migrate to use "u_boot_env" property in image.json and point to a U-Boot environment text file.
TEI-72FixedMake Sure That uid and gid do not get Changed by tarColibri iMX7, Colibri iMX6ULL, Apalis iMX6, Colibri iMX6, Apalis TK1FlashLowNo

Description: So far tar has been used without special setting on unpacking. It seems that the default behavior of tar translates textual user/group names to user/group ids according to the local user/group database. In Toradex Easy Installer case this means the user/group database of the temporary installer. This might lead to wrong user/group ids in the target rootfs. With 1.4 Tezi will use the --numeric-owner argument to make sure that all files/directories are created with user/group ownership by id as stored in the tar file.

Workaround: Add --numeric-id to the tar command when creating the rootfs archive. http://cgit.openembedded.org/openembedded-core/tree/meta/classes/image_types.bbclass#n128