Skip to content

xobs/jig-20-config-ltc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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