Skip to content

Instantly share code, notes, and snippets.

View uzumis's full-sized avatar
💭
Let's take out the dust.. shall we?

Thiago Calado Sosinho uzumis

💭
Let's take out the dust.. shall we?
View GitHub Profile
@yifanlu
yifanlu / start.sh
Created December 6, 2018 06:15
PlayStation Classic root shell through UART serial
#!/bin/sh
# THIS IS NOT FOR REGULAR USERS!!!
# You need to solder to the UART port and short the two pads under the PCB near the charger.
# Baud rate: 921600
red_led () {
SLEEP=1
LOOP=1
if [ x"$1" != x ]; then LOOP=$1; fi