Skip to content

Comments

Add Libre Computer La Frite (AML-S805X-AC) hardware platform support#310

Draft
Copilot wants to merge 2 commits intoluckfox-staging-portabilityfrom
copilot/add-libre-computer-support
Draft

Add Libre Computer La Frite (AML-S805X-AC) hardware platform support#310
Copilot wants to merge 2 commits intoluckfox-staging-portabilityfrom
copilot/add-libre-computer-support

Conversation

Copy link

Copilot AI commented Feb 23, 2026

Adds LC_LAFRITE as a new hardware profile for the Libre Computer "La Frite" (AML-S805X-AC) board with a standard USB camera.

Changes

  • src/seedsigner/hardware/io_config.json — New LC_LAFRITE profile:
    • Detection regex: libre computer aml-s805x-ac (matches /proc/device-tree/model)
    • Display (Waveshare HAT at same physical positions as RPi): DC=480 (GPIOX_0, pin 22), RST=510 (GPIOAO_9, pin 13), BL=495 (GPIOX_15, pin 18); SPI bus 0, device 0
    • Buttons: pull_up bias at Waveshare-compatible physical pin positions (pins 29–40), using AML-S805X-AC sysfs global GPIO numbers (482–498)
    • Camera: /dev/video0, 1280×720, YUYV, 4 fps
  • docs/io_config.mdLC_LAFRITE row added to the hardware profile mapping table
  • docs/hardware_platform_support.mdLC_LAFRITE added to supported profiles list with full per-pin documentation
  • tests/test_io_config_profiles.py — 5 new tests: runtime detection, profile→shortname mapping, display pins, button pins, camera config

No screenshots — no UI changes.

This pull request is categorized as a:

  • New feature
  • Bug fix
  • Code refactor
  • Documentation
  • Other

Checklist

  • I've run pytest and made sure all unit tests pass before sumbitting the PR

If you modified or added functionality/workflow, did you add new unit tests?

  • No, I'm a fool
  • Yes
  • N/A

I have tested this PR on the following platforms/os:

Note: Keep your changes limited in scope; if you uncover other issues or improvements along the way, ideally submit those as a separate PR. The more complicated the PR the harder to review, test, and merge.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • docs.google.com
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)
  • hub.libre.computer
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)
  • libre.computer
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Co-authored-by: 3rdIteration <2230318+3rdIteration@users.noreply.github.com>
Copilot AI changed the title [WIP] Add support for Libre Computer La Frite platform using USB camera Add Libre Computer La Frite (AML-S805X-AC) hardware platform support Feb 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants