All Projects → ALSchwalm → Piso

ALSchwalm / Piso

Licence: gpl-3.0
Hardware and software source for the pISO

Programming Languages

rust
11053 projects

Labels

Projects that are alternatives of or similar to Piso

Usb4java Javax
javax.usb extension for usb4java
Stars: ✭ 47 (-53.92%)
Mutual labels:  usb
Virtual Display
USB/Ethernet Display driver sample for Windows
Stars: ✭ 71 (-30.39%)
Mutual labels:  usb
Ipod Gadget
iPod usb gadget for audio playback
Stars: ✭ 94 (-7.84%)
Mutual labels:  usb
Node Hid
Access USB & Bluetooth HID devices through Node.js
Stars: ✭ 1,064 (+943.14%)
Mutual labels:  usb
Secure If
Android USB Control app
Stars: ✭ 68 (-33.33%)
Mutual labels:  usb
Micronucleus
ATTiny usb bootloader with a strong emphasis on bootloader compactness.
Stars: ✭ 1,240 (+1115.69%)
Mutual labels:  usb
16soundsusb
16 Synchronized Inputs USB (UAC2) Sound Card Based on XMOS xCORE-200
Stars: ✭ 45 (-55.88%)
Mutual labels:  usb
Glasgow
Scots Army Knife for electronics
Stars: ✭ 1,374 (+1247.06%)
Mutual labels:  usb
Autogadgetfs
USB testing made easy
Stars: ✭ 71 (-30.39%)
Mutual labels:  usb
Kindd
A kindful dd, written in qt-quick.
Stars: ✭ 93 (-8.82%)
Mutual labels:  usb
Apple Family
A simple framework that brings Apple devices together - like a family
Stars: ✭ 59 (-42.16%)
Mutual labels:  usb
Adafruit circuitpython hid
USB Human Interface Device drivers.
Stars: ✭ 65 (-36.27%)
Mutual labels:  usb
Ehal
Embedded Hardware Abstraction Library
Stars: ✭ 84 (-17.65%)
Mutual labels:  usb
Multibootusb
Create multiboot live Linux on a USB disk...
Stars: ✭ 1,042 (+921.57%)
Mutual labels:  usb
Peertalk Simple
Communicate between iOS and Mac devices via USB
Stars: ✭ 96 (-5.88%)
Mutual labels:  usb
Uhubctl
uhubctl - USB hub per-port power control
Stars: ✭ 1,036 (+915.69%)
Mutual labels:  usb
Jsprintmanager
Advanced Client-side Printing & Scanning Solution for Javascript
Stars: ✭ 74 (-27.45%)
Mutual labels:  usb
Pyusb
USB access for Python
Stars: ✭ 1,377 (+1250%)
Mutual labels:  usb
Minikbd
Stars: ✭ 97 (-4.9%)
Mutual labels:  usb
Usbserial
Usb serial controller for Android
Stars: ✭ 1,301 (+1175.49%)
Mutual labels:  usb

pISO

Build Status pipeline status

First, clone the project with git clone --recursive https://github.com/ALSchwalm/pISO.git

Building with docker

Just have make and docker installed and run:

make sdimage

Building without docker

Without docker, you will need to first ensure you have all of the appropriate dependencies installed (see this list ).

cd buildroot
cp configs/piso_defconfig .config
make

Either approach should produce a file in buildroot/output/images/sdcard.img. This file can be written directly to an SD card (e.x., with dd).

License

The pISO source code and hardware designs are licensed under the terms of the GNU General Public License 3.0. For additional information see the LICENSE file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].