1
0
mirror of https://github.com/kalymos/PsNee.git synced 2026-02-27 17:14:06 +00:00

Updated Home (markdown)

kalymos
2025-06-07 21:10:22 +02:00
parent 0c8de0fcec
commit e81a6bcae1

31
Home.md

@@ -1,7 +1,11 @@
## MCU currently supported.
• ATmega328/168 (Arduino Uno/Mini/Mini Pro)
• ATmega32u4 (Arduino Leonardo/Micro/Micro Pro)
• ATtiny25/45/85 (Not compatible with the BIOS patch)
| MCU | Arduino |
|:-: |:-: |
| ATmega328/168 | Uno/Mini/Mini Pro |
| ATmega32u4 | Leonardo/Micro/Micro Pro |
| ATtiny25/45/85* | |
*Not compatible with the BIOS patch
## The oversimplified way to do it
• Choosing your compilation options.
@@ -16,12 +20,23 @@
- When a BIOS patch is needed: All Japanese consoles, and the European SCPH-102 console (PS One).
- Consoles that don't need the BIOS patch: All American consoles, all fat European consoles, and all SCPH-xxx3 models.
## You are required to use ISP injection in the following cases
- When using ATtiny chips.
- If your console requires a BIOS patch.
## You can use USB injection in the following cases
- All consoles that do not require a biopatch.
• All American models SCPH-xxx1
• All Asian models SCPH-xxx3
• Fat European models SCPH-1002 -> 9002
- If you are using an Arduino board with a bootloader.
## [Tutorial for injections via USB](https://github.com/kalymos/PsNee/wiki/Tutorial-for-injections-via-USB,-only-for-ATmega-without-biospatch!)
## You are required to use ISP injection in the following cases
- When using ATtiny chips.
- If your console requires a BIOS patch.
• All Japanese models SCPH-xxx0
• The European One SCPH-102
## [Personal recipe to make a good PSNee via ISP ](Personal-recipe-to-make-a-good-PSNee)
# [Personal recipe to make a good PSNee via ISP (complete tutorial for all possibilities)](Personal-recipe-to-make-a-good-PSNee)
## [Tutorial for injections via USB, only for Arduino without BIOS patch!](https://github.com/kalymos/PsNee/wiki/Tutorial-for-injections-via-USB,-only-for-ATmega-without-biospatch!)
## Pinout MCU & Arduino
- [Pinout ATtiny25/45/85](Pinout-ATtiny25_45_85)