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.5 (Release date: 2018-05-07)
TEI-89FixedInstallation Process Blocks When Lots of Messages Are Writen to stderrColibri iMX7, Colibri iMX6ULL, Apalis iMX6, Colibri iMX6, Apalis TK1Toradex FeatureLowNo

Description: Installation Process might block on some tar files if GNU tar writes lots of warnings/errors to stderr. E.g. when the system clock is not correctly set (causing tar to print "time stamp .. in the future" warnings) or bsdtar has been used which uses header keywords not known by GNU tar (causing "Ignoring unknown extended header keyword" warnings).

Workaround: Make sure system time is correct either by using NTP (connect the module to the Internet) or manually using the date command (e.g. "date -s 2018-04-10"). Also, make sure the tarball has been packed using GNU tar to avoid header keyword warnings.