Post: NORway PS3 NOR Flasher Software for Teensy++ 2.0 Dev Boards
07-26-2011, 11:36 PM #1
-Daemon-
HELL IS HERE
(adsbygoogle = window.adsbygoogle || []).push({});
Look like there more great news only if you no what your doing tho so to people who need this and understand what this is for i bring you a project by judges who has released Teensy++ 2.0 Flasher Software called NORway for PlayStation 3 developers.




Originally posted by another user
Here comes my initial release of a NOR flasher soft for the PS3 called "NORway". I know, there are other "WIP" projects, but I got a little impatient, so I've decided to create my own solution. It's a port of "noralizer" by marcan, a pretty good working NOR flasher implementation for another FPGA board.

Anyway, here's the README.txt, which should explain everything: NORway v0.1

This project has been ported for the Teensy++ 2.0 from the original NOR flasher tool ("noralizer" by Hector Martin "marcan" ) that was used to flash AsbestOS onto the demo PS3 at 27C3, and for experimentation.


INFO


Originally posted by another user
Contents:

\teensy\NORway.avrsln - Source code for the Teensy++ 2.0 (AVR Studio 5.0)
\teensy\default\NORway.hex - Compiled hex-file for the Teensy++ 2.0 (AT90USB1286)
\hwinstall\install-*.jpg - Some pics of how I've mounted the Teensy (CECH-2504A/B)
\hwinstall\nor_testpoints.png - Connection diagram of the NOR testpoints (CECH-2504A/B)
\serial_install.exe - Teensy serial drivers for Windows
\README.txt - this file
\NORway.py - PC Python client

Hardware connections (see "\hwinstall\nor_testpoints.png"):

PS3 Teensy
A0-7 PF0-7
A8-15 PA0-7
A16-22 PB0-7
D0-7 PD0-7
D8-15 PC0-7
CE# PE0
OE# PE1
RESET# PE4
WE# PE5
RY/BY# PE6
TRISTATE# PE7
GND GND

There are no modifications to the Teensy itself required. Don't install any power regulators, don't cut any traces.

DON'T CONNECT THE VCC SOLDER PADS TO ANYTHING!

Connection diagrams for other boards can be found at: You must login or register to view this content.

Prerequisites for Windows:

Python 2.7.2 (You must login or register to view this content.)
pyserial 2.5 (You must login or register to view this content.)



USAGE


Originally posted by another user
Install Python + pyserial (see "Prerequisites for Windows"). Install drivers. Connect Teensy to your PC. Flash Teensy with "\teensy\default\NORway.hex" and reset it after completion. Start Windows' "Device Manager", expand the "Ports (COM & LPT)" node, you should see something like "USB Serial (Communication Class, Abstract Control Model) (COM4)". This tells you that "COM4" (or whatever shows up) is the COM port used by Teensy.

At the command prompt enter "NORway.py" to display help.

Procedure to dump your flash:

- PS3 is turned off
- At the command prompt enter:

NORway.py
- Turn on your PS3, it shouldn't boot
- At the command prompt enter:
NORway.py dump flash.bin
- When dumping is finished enter:
NORway.py release
- Power off your PS3 (disconnect Teensy if PS3 doesn't boot when restarted)

Dumping takes about 3 minutes. A file "flash.bin" with a size of exactly 16 MB (16.777.216 bytes) has been created in your current directory.

Flashing is rather slow. Writing a complete flash with the "write" command takes about 2 hours. Might be improved in future versions...

IMPORTANT:

Before you flash your PS3 with anything new, make sure that the content of your dump is correct (e.g. compare ros0/ros1 area of your dump against "CORE_OS_PACKAGE.bin" from an actual PS3UPDAT.PUP of your current firmware). And keep your original dump in a safe place. You might need it.

It's tested on Win7 x86, but should also work just fine on any x86 Windows >=XP. Basically it should also work on Linux, but I didn't test. If you're running Linux, you probably know what to do. Serial drivers are not required for Linux.

Unfortunately I couldn't manage to make it work on any x64 version of Windows, because of the Python pyserial module.

Thanks to "marcan" for the original implementation.

-- judges (judges at eEcho.com)

P.S: I've already managed to downgrade my OFW 3.61 to CFW 3.55. There're minor things to rule out, but expect a downgrade tutorial coming soon..





You must login or register to view this content.
You must login or register to view this content.
You must login or register to view this content.

DOWNLOAD AND SOURCE AT

You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});

The following 12 users say thank you to -Daemon- for this useful post:

AMNE, dubeyduck, FAKA_ELITE, forcer911, ibombo, Jakeyy, killa skillz, MtrombZ, oO-GKUSH-Oo, PS3 Prodigy, Stack0verfl0w, thatbrat
07-26-2011, 11:47 PM #2
MtrombZ
Bounty hunter
I have no clue what this is so I'm just gonna say nicely done Demon! Keep up the good work lol
07-26-2011, 11:58 PM #3
PhantomRenegade
PS3 hacking is dead
i bet not one person here will use this.

The following user thanked PhantomRenegade for this useful post:

robot6527
07-27-2011, 12:14 AM #4
what does this do?
07-27-2011, 12:29 AM #5
Masta-blasta117
»»───Knee───►
i think its for flashing your nand and downgrading BUT you have to rip appart ur ps3 and shit so i dont think anyone will really use this.....

The following user thanked Masta-blasta117 for this useful post:

forcer911
07-27-2011, 01:14 AM #6
i might use this because i got extra ps3 with no diskdrive so its useless so i might as well dump the keys and get me a cfw going anyone wana join me

The following 2 users say thank you to XwarfratX for this useful post:

iTruceFret, w84it

The following 5 users groaned at XwarfratX for this awful post:

ResistTheMoon, Cyborg Ninja, ibombo, Implicit, Super Vegito
07-27-2011, 01:43 AM #7
Originally posted by PhantomRenegade View Post
i bet not one person here will use this.


Im using it I actually have the Teensy++ Board ordered and on it's way today. I plan on downgrading my OFW ps3 to 3.55 just to see if this actually works ...im just glad it's written in Python. Thats the first programming language i learned so this should be fairly easy.

PS: if you want to do this and order one you can get one on this site fairly cheap. They have an ok selection of Development boards and their legit ive ordered form them a couple of times. You must login or register to view this content.

The following 3 users say thank you to PS3 Prodigy for this useful post:

AMNE, TechMemphis, thatbrat
07-27-2011, 02:02 AM #8
PhantomRenegade
PS3 hacking is dead
Originally posted by PS3
Im using it I actually have the Teensy++ Board ordered and on it's way today. I plan on downgrading my OFW ps3 to 3.55 just to see if this actually works ...im just glad it's written in Python. Thats the first programming language i learned so this should be fairly easy.

PS: if you want to do this and order one you can get one on this site fairly cheap. They have an ok selection of Development boards and their legit ive ordered form them a couple of times. You must login or register to view this content.


goodluck, it requires you to solder to your motherboard.
07-27-2011, 02:05 AM #9
Originally posted by PS3
Im using it I actually have the Teensy++ Board ordered and on it's way today. I plan on downgrading my OFW ps3 to 3.55 just to see if this actually works ...im just glad it's written in Python. Thats the first programming language i learned so this should be fairly easy.

PS: if you want to do this and order one you can get one on this site fairly cheap. They have an ok selection of Development boards and their legit ive ordered form them a couple of times. You must login or register to view this content.


hit me up when you get your board and we can start this shit

The following user thanked XwarfratX for this useful post:

iTruceFret
07-27-2011, 02:16 AM #10
Originally posted by PhantomRenegade View Post
goodluck, it requires you to solder to your hard drive.


You solder it to the motherboard (I have good soldering skills i used to JTAG Xbox 360's which requires nand flashing....so i have experience) look in the pic below that is a Teensy++ board connected to the Ps3 and for more info on the solder points look You must login or register to view this content.. Oh and by the way thanx for the luck:y:.

Teensy++ board connected
You must login or register to view this content.

Solder Points on the Motherboard
You must login or register to view this content.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo