Skip to content

chibitronics/jig-20-config-ltc

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 11 commits ahead of xobs:master.

Factory Test Configuration for Love-to-Code Chibi Chip

This configuration directory describes the factory test procedure used by the Love-to-Code Chibi Chip. It is a configuration directory designed to be used with Exclave (nee. Jig-20).

Usage

To run, specify this directory by passing "-c" to exclave. For example:

exclave -c /mnt/disk/jig-20-config-ltc

Exclave via systemd

You can set up a systemd service to run exclave. It might look like:

[Unit]
Description=Launcher for Jig-20
 
[Service]
Type=simple
ExecStart=/usr/bin/cargo run -- -c /home/pi/Code/jig-20-config-ltc/
User=root
WorkingDirectory=/home/pi/Code/jig-20
 
[Install]
WantedBy=getty.target

Recompiling

The repo ships with precompiled binaries, but includes a Makefile to rebuild them for you:

make

If you're cross-compiling, specify the toolchain prefix in the CROSS_COMPILE variable:

make CROSS\_COMPILE=arm-linux-gnueabihf-

About

Configuration for LtC tester using Jig//20

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 69.5%
  • Shell 29.7%
  • Makefile 0.8%