From 57fcf6ed37cafd3f8d8feb96a791664981fa3d49 Mon Sep 17 00:00:00 2001 From: kalymos Date: Fri, 14 Mar 2025 17:22:21 +0100 Subject: [PATCH] Updated Tutorial for injections via USB, only for ATmega without biospatch! (markdown) --- ...ns-via-USB,-only-for-ATmega-without-biospatch!.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Tutorial-for-injections-via-USB,-only-for-ATmega-without-biospatch!.md b/Tutorial-for-injections-via-USB,-only-for-ATmega-without-biospatch!.md index 29c1edc..4d8926c 100644 --- a/Tutorial-for-injections-via-USB,-only-for-ATmega-without-biospatch!.md +++ b/Tutorial-for-injections-via-USB,-only-for-ATmega-without-biospatch!.md @@ -6,17 +6,20 @@ * And thin cable (awg26-30) ## Part 1: -Install the Arduino IDE +### Install the Arduino IDE https://docs.arduino.cc/software/ide-v2/tutorials/getting-started/ide-v2-downloading-and-installing/ ## Part 2: -In Arduino IDE select MUC buildchain +### In Arduino IDE select MUC buildchain * Tools -> Board -> Arduino AVR Board -> your board * Tools -> Processore -> your varient ## Part 3: -Check that everything works well by injecting for example the blink sketch from the IDE +### Check that everything works well by injecting for example the blink sketch from the IDE * File -> example -> 01. Basic -> blink +* Connect your card +* Tools -> port -> the port of your card +* Sketch -> upload ## Part 4: ### Open the sketch and configure the options. @@ -27,8 +30,7 @@ Then in the second section "Select your chip" choose the MUC which will become y * //#define ATmega328_168 -> #define ATmega328_168, for example. ## Part 5: -Compile and inject the program. -* Sketch -> verify/compile +### Compile and inject the program. * Sketch -> upload Normally your PSNee is ready to be installed in your dear console.