From e81a6bcae106d769e3e5ff475aaeb0a0ae3ca02e Mon Sep 17 00:00:00 2001 From: kalymos Date: Sat, 7 Jun 2025 21:10:22 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/Home.md b/Home.md index 08e9fd2..dc9ca23 100644 --- a/Home.md +++ b/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)