Go Back  
Reply
 
Thread Tools
Old 02-15-2012   #581
sguerrini97
Member
 
Join Date: Jun 2011
Posts: 96
Likes: 43
Liked 14 Times in 12 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
Originally Posted by TizzyT View Post
Yes that it, I just peel each wire off and use them to solder, it works very well for me at least. Ask around if you would like and get opinion on it. If you need a larger size use a floppy cable they work as well. I don't solder a lot but when I do I use those as its easy to work with.
I have 40 wires of 14 cm. I need more? How should be long each wire? Thanks.

Last edited by sguerrini97; 02-15-2012 at 07:05 AM.
sguerrini97 is online now   Reply With Quote
Old 02-15-2012   #582
TizzyT
Homebrew Developer
 
TizzyT's Avatar
 
Join Date: Jul 2011
Location: USA-Unfortunately Sucks A$$
Posts: 1,842
Likes: 1,011
Liked 813 Times in 478 Posts
Mentioned: 160 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to TizzyT
Originally Posted by sguerrini97 View Post
I have 40 wires of 14 cm. I need more? How should be long each wire? Thanks.
I am sorry I have never used a teensy nor have I soldered to one, I've only suggested the type of wire you might be able to used. @judges seems to be of more help. Again I'm sorry.
__________________
If you are going to promote TB at least do it right!!!, or better yet DON'T!!!
TizzyT is offline   Reply With Quote
Old 02-15-2012   #583
sguerrini97
Member
 
Join Date: Jun 2011
Posts: 96
Likes: 43
Liked 14 Times in 12 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
Originally Posted by TizzyT View Post
I am sorry I have never used a teensy nor have I soldered to one, I've only suggested the type of wire you might be able to used. @judges seems to be of more help. Again I'm sorry.
Don't worry
I take an old Floppy Cable long abount 50cm and with it I make 33 wires :D

Last edited by sguerrini97; 02-18-2012 at 10:30 AM.
sguerrini97 is online now   Reply With Quote
Old 02-16-2012   #584
judges
Homebrew Developer
 
Join Date: Jul 2011
Posts: 300
Likes: 33
Liked 219 Times in 104 Posts
Mentioned: 85 Post(s)
Tagged: 0 Thread(s)
norpatch 4.11

I've updated norpatch.exe to recognize the new OFW 4.11 in your dumps. You'll find the download link in the 1st post of this thread (github)...

-- judges
judges is online now   Reply With Quote
Old 02-22-2012   #585
jjblaster3
Apprentice
 
Join Date: Jan 2012
Posts: 6
Likes: 0
Liked 0 Times in 0 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
hi
ok so i used this tutorial to create patched core_os..

http://www.nextgenupdate.com/forums/...-purposes.html

the file size required by norpatch is 7340000 bytes and the one i get is around 5212154 bytes..

is there something i am doing wrong? could someone please post or pm me a link to a patched 3.55 core_os so i can use norpatch to patch my dump?

p.s i used dospiedra's v2 nor patching method and it works, but only with rogero v2 firmware.. all other ones i install (in service mode or not, patched lv1 checks or not) give me yellow/red light of death..
but, when i reflash my patched dump, the firmware works..
so i figured the problem comes up when installing the firmware, the nor is modified somehow and this is affected by the dospiedra patch which causes yellow/red light of death.. so im guessing this method is not the way to go?

Last edited by jjblaster3; 02-22-2012 at 01:50 PM.
jjblaster3 is offline   Reply With Quote
Old 02-23-2012   #586
judges
Homebrew Developer
 
Join Date: Jul 2011
Posts: 300
Likes: 33
Liked 219 Times in 104 Posts
Mentioned: 85 Post(s)
Tagged: 0 Thread(s)
Originally Posted by jjblaster3 View Post
hi
ok so i used this tutorial to create patched core_os..

http://www.nextgenupdate.com/forums/...-purposes.html

the file size required by norpatch is 7340000 bytes and the one i get is around 5212154 bytes..

is there something i am doing wrong? could someone please post or pm me a link to a patched 3.55 core_os so i can use norpatch to patch my dump?

p.s i used dospiedra's v2 nor patching method and it works, but only with rogero v2 firmware..
I've never used any of those tutorials, so I don't really know what the results are.

But if your cos.bin doesn't have the required size, you probably missed step 7 from your linked tutorial. You need to unpack/decrypt your cos.pkg first. Although I don't really see the point in using MFW builder to apply the patch if you afterwards have to replace lv1.self manually in your cos.bin (shouldn't MFW builder already have done this?). But as I said, I've never done it like that.

Btw, once you've flashed a patched cos.bin to your ps3, you should be able to install any kind of CFW (patched or not) in FSM.

Last edited by judges; 02-23-2012 at 12:34 AM.
judges is online now   Reply With Quote
Old 02-23-2012   #587
kabeero
Apprentice
 
Join Date: Feb 2012
Posts: 1
Likes: 0
Liked 0 Times in 0 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Samsung Issues

Hi,

I'm having trouble w/Teensy2++ and Samsung K8Q2815UQB running NORway 0.4 beta 12.

I'm able to dump and issue erasechip while console is in standby, or unplugged with
CrackMyDay's method


I'm not able to issue writeword or writewordubm commands in any mode (on/standby/unplugged). I've tried with the power regulator installed and console in standby, which worked for dumping, but this errors out after about 1200 KB/16384 KB. I've tried removing the regulator as per CrackMyDay's method and cannot issue either write command.
This is the message I receive:
Code:
__main__.NORError: Ping failed (expected 42, got ff)
I'm not sure if this message is indicating that my Teensy is crashing, or if the NOR is overwhelmed and stopped responding to pings. I've looked at the NORway.c Teensy code and it appears that on ping attempts no data is going between Teensy to NOR, so I'm thinking that it's the first case.

I've hooked up my ~OE (0), ~CE (1), ~WE (2), RY/~BY (3), and A22 (4) lines to a logic analyzer and got this output while issuing writewordubm. The failure occurs around the part of the graph where A22 goes high, and the write halts at about 1100-1400 KB/16384 KB with the Python error shown.

Does anybody have any ideas on what may be my problem? My final resolution is to replace my Samsung chip with a Macronix MX29GL, but I'm not sure if my dump and PS3 (CECH2001A) will be compatible.

Thanks for any opinions or ideas


SOLUTION:Don't use Linux.
After installing Python 2.7 on a Windows computer with Teensy drivers, this Python error went away.
I was able to leave the regulator installed and not have to connect the Vdd on the NOR chip to anything, able to write with PS3 on standby.

Last edited by kabeero; 02-29-2012 at 02:36 AM. Reason: fixed
kabeero is offline   Reply With Quote
Old 02-23-2012   #588
jjblaster3
Apprentice
 
Join Date: Jan 2012
Posts: 6
Likes: 0
Liked 0 Times in 0 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Originally Posted by judges View Post
I've never used any of those tutorials, so I don't really know what the results are.

But if your cos.bin doesn't have the required size, you probably missed step 7 from your linked tutorial. You need to unpack/decrypt your cos.pkg first. Although I don't really see the point in using MFW builder to apply the patch if you afterwards have to replace lv1.self manually in your cos.bin (shouldn't MFW builder already have done this?). But as I said, I've never done it like that.

Btw, once you've flashed a patched cos.bin to your ps3, you should be able to install any kind of CFW (patched or not) in FSM.
thanks for the help, i did not actually use that method per say, coz they already provided one patched for us, but the link was dead so i probably found a corrupt version or sumthn in other sites

oh and also since im not able to install any other firmware apart from rogero v2, i guess its the fault of dospiedra's method..

will try out all scenarios, thanks again

Last edited by jjblaster3; 02-23-2012 at 08:49 AM.
jjblaster3 is offline   Reply With Quote
Old 02-23-2012   #589
cvp
Member
 
Join Date: May 2008
Posts: 77
Likes: 0
Liked 1 Time in 1 Post
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
--delete--

Last edited by cvp; 02-23-2012 at 06:18 PM.
cvp is offline   Reply With Quote
Old 03-03-2012   #590
sguerrini97
Member
 
Join Date: Jun 2011
Posts: 96
Likes: 43
Liked 14 Times in 12 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
@judges i've got a problem: i have solder a wire on the NOR Vcc bur i made it wrong, so i removed the solder but also the already existing solder on the motherboard gone away.. Here is a photo:

What can i do? Thanks and sorry for my english.
sguerrini97 is online now   Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



PS3Hax.net is Copyright © 2010-2013.
Use of this site is governed by our Terms of Use and Privacy Policy. All Trademarks and images are owned by their respected owners.
Posts and links are subject to each author on this forum and are no way affiliated with the operations and/or opinions of ps3hax.net
All times are GMT -5. The time now is 07:52 AM.