Apaczer / iotester

Input/output tester for the SDLKey readings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I/O tester

Input/output tester for the MiyooCFW

Compiling instructions

  1. Set up your environment with latest SDK preferably uClibc (in distro which use glibc 2.34 version or above e.g. 22.04 Ubuntu):
cd
git clone https://github.com/MiyooCFW/buildroot
cd buildroot
make miyoo_uclibc_defconfig
sudo make sdk
cd output/images
gzip -d arm-miyoo-linux-uclibcgnueabi_sdk-buildroot.tar.gz
tar xvf arm-miyoo-linux-uclibcgnueabi_sdk-buildroot.tar
mv arm-miyoo-linux-uclibcgnueabi_sdk-buildroot miyoo
sudo cp -a miyoo /opt/
  1. Copy this repo & compile default version (pocketgo)
git clone https://github.com/Apaczer/iotester
cd iotester
make -f Makefile.miyoo clean
make -f Makefile.miyoo

For XYC version add DEVICE=XYC to passed variables or BITTBOY before compiling.

FAQ

Q) What version should I use?
A: For XYC Q8 and SUP M3 it is recommended to use xyc binary, for BITTBOY the bittboy and default for everything else as generic console.

About

Input/output tester for the SDLKey readings

License:GNU General Public License v3.0


Languages

Language:C 99.5%Language:Makefile 0.5%Language:Shell 0.1%