Giter Site home page Giter Site logo

pico-ttx4's Introduction

pico-ttx4

Hardware Emulated TTX4 IO

This currently will look exactly like the TTX4 USB input device I reversed here. At least, according to the linux tool lsusb.

Build instructions

  1. Install CMake (at least version 3.13), and GCC cross compiler Debian:
sudo apt install cmake gcc-arm-none-eabi libnewlib-arm-none-eabi

Arch:

sudo pacman -S --noconfirm arm-none-eabi-gcc arm-none-eabi-newlib arm-none-eabi-binutils cmake gcc
  1. Download the pico-sdk and set the PICO_SDK_PATH environment variable. Also set the variable in your .bashrc, .zshenv, or even /etc/environment for future use.
git clone https://github.com/raspberrypi/pico-sdk
cd pico-sdk
git submodule update --init
export PICO_SDK_PATH=$PWD
cd ..
  1. Clone and build this repository
git clone https://github.com/Drewol/rp2040-gamecon
cd rp2040-gamecon
mkdir build
cd build
cmake ..
make
  1. Upload the pico-ttx4.uf2 that was created in your build directory to the pico device by mounting the partition (see script below):

  2. Find the disk to mount:

    sudo mkdir /mnt/pico
    sudo mount `sudo fdisk -l | grep 'W95 FAT16' | awk '{print $1}'` /mnt/pico
    sudo cp pico-ttx4.uf2

pico-ttx4's People

Contributors

641i130 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.