PSPi 6 firmware flashing

1 month ago
26

This is my firmware flashing video for the main board of the PSPi v6 from @othermod

You can find the .hex file from othermod's github page under atmega (link Tree bellow)

AVRdude install instructions
https://learn.adafruit.com/program-an-avr-or-arduino-using-raspberry-pi-gpio-pins/installation

Firmware flashing commands:
sudo avrdude -p m8 -C ~/avrdude_gpio.conf -c pi_1

sudo avrdude -p m8 -C ~/avrdude_gpio.conf -c pi_1 -U lfuse:w:0xE4:m -U hfuse:w:0xDC:m

sudo avrdude -p m8 -C ~/avrdude_gpio.conf -c pi_1 -e -U flash:w:/home/pi/atmega.ino.arduino_standard.hex

The next video that goes up we will be disassembling and clean our doner PSP, and installing the PSPi v6 if time permits

After that we will be installing RetroPie or Batocera and setting up the drivers.

Link Trees:
OtherMod: https://linktr.ee/othermod

MoBS: https://linktr.ee/makeorbreaksociety

Loading comments...