Pocket C.H.I.P.
Gyorsan összeszedem ide, hogy mit kell egy gyári FW telepítése után újra feltenni:
Change for mirror NTC’s Debian package archives
chip@chip:~$ cat /etc/apt/sources.list deb http://ftp.us.debian.org/debian/ jessie main contrib non-free deb-src http://ftp.us.debian.org/debian/ jessie main contrib non-free deb http://security.debian.org/ jessie/updates main contrib non-free deb-src http://security.debian.org/ jessie/updates main contrib non-free deb http://archive.debian.org/debian jessie-backports main contrib non-free deb-src http://archive.debian.org/debian jessie-backports main contrib non-free deb http://chip.jfpossibilities.com/chip/debian/repo jessie main deb http://chip.jfpossibilities.com/chip/debian/pocketchip jessie main chip@chip:~$ cat /etc/apt/preferences Package: * Pin: origin chip.jfpossibilities.com Pin-Priority: 1050 chip@chip:~$ cat /etc/apt/apt.conf Acquire::Check-Valid-Until "0";
sudo apt-get update sudo apt-get install openssh-server mc xinput-calibrator pulseaudio-module-bluetooth
Install Marshmallow’s home screen
wget -O install-pockethome http://bit.ly/29zN90q chmod +x ./install-pockethome ./install-pockethome
Update Pico-8 to the latest version
wget www.lexaloffle.com/dl/chip/pico-8_0.1.12c_chip.zip sudo unzip pico-8_0.1.12c_chip.zip -d /usr/lib sudo mv /usr/lib/pico8 /usr/lib/pico8.orig sudo mv /usr/lib/pico-8 /usr/lib/pico8
sudo dpkg-reconfigure tzdata
sudo bluetoothctl [bluetooth]# power on [bluetooth]# discoverable on vi /etc/bluetooth/audio.conf [General] Enable=Source,Sink,Média,Socket bluetoothctl power on agent on scan on pair adress:ip example pair 00:00:00:00:00:00 connect your:bluetooth:adress example connect 00:00:00:00:00:00 quit
Install the usable version of the TIC-80
wget https://github.com/nesbox/TIC-80/releases/download/v0.60.3/tic80_chip_0.60.3.tar.gz tar -xzvf tic80_chip_0.60.3.tar.gz