Skip to content

Releases: CardputerZero/FactoryTest

FactoryTest-v0.2.5

Choose a tag to compare

@parker-int64 parker-int64 released this 17 Jul 02:08

FactoryTest v0.2.5

  • Update I/O port controls and hardware status detection
  • Replace selected hardware reads with file-based interfaces
  • Refresh test UI and interaction behavior
  • Complete Debian packaging and installation configuration

FactoryTest-0.2.4

Choose a tag to compare

@parker-int64 parker-int64 released this 10 Jul 08:35
  • refactor the audio backend, use miniaudio with Pipewire-pluse default backend
  • refactor the audio test page

FactoryTest-v0.2.2

Choose a tag to compare

@parker-int64 parker-int64 released this 08 Jul 06:35
  • Bump version to 0.2.2 and update README changelog/install docs.
  • Update Input Test FN layout, extra keypad glyphs, and media/PrintScreen key mappings.
  • Remove FTL and legacy connectivity pages; split IR sender/receiver into separate entries.
  • Improve GPIO release, RTC/timezone display, LCD brightness initialization, and key routing handling.

FactoryTest-v0.2.0

Choose a tag to compare

@parker-int64 parker-int64 released this 06 Jul 08:28

0.2.0

Added

  • Added Chinese UI localization with a gettext-style translation service.
  • Added assets/i18n/zh_CN.json translation catalog with English fallback behavior.
  • Added Alibaba Puhui regular font for Chinese text rendering.
  • Added Language option on the start screen with a dropdown-based language dialog.
  • Added dedicated test confirmation dialog for Pass/Skip/Fail workflows.

FactoryTest-v0.1.1

Choose a tag to compare

@parker-int64 parker-int64 released this 03 Jul 02:14
  • Fixed key navigation some issues in input test page
  • Added the missing liblirc and modified other dependencies.
  • rename some of the source files for readibility
  • bump version to v0.1.1

FactoryTest-v0.1.0

Choose a tag to compare

@parker-int64 parker-int64 released this 30 Jun 07:21

Factory Test v0.1.0

  • A step forward to major release
  • Implemet the Full test with test confirmation dialog, test result page
  • various UI fix and action fix.

FactoryTest-v0.0.1

Choose a tag to compare

@parker-int64 parker-int64 released this 17 Jun 02:11

Implement the basic tests for CardputerZero

  • Input Test
  • Display Test
  • Audio Test
  • Connectivity Test
  • IMU Test
  • Power Information
  • Device information

2026/6/25:

  • rename app to FactoryTest (executable /usr/bin/factory_test)
  • fix the I2C and UART switch issue (via GPIO4 on HW Rev 0.5)
  • implement the UART test page ( shell login must be disabled in raspi-config, and leave the UART enabled ), added the libserialport dependency.