Forum: Latest News - Get all of the latest legal dev and underground news as it relates to the Sony PlayStation right here on PSX-Scene.


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Thread: PSGroove finally ported to a new chipset: PIC18F2550
  

Page 31 of 182 FirstFirst ... 21 29 30 31 32 33 41 81 131 ... LastLast
Results 301 to 310 of 1820
  1. #301  
    ozman911 is offline Member
    Join Date
    Sep 2010
    Posts
    43
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Also can anyone verify these crystals to be ok for the finished board? I have ordered some 18f2550 chips and need to order some crystals to match. I know there are numerous and just wanted confirmation that these will work.

    hXXp://cgi.ebay.com/5-pcs-Crystal-Oscillator-20-MHz-HC49-/110518713368?pt=LH_DefaultDomain_0&hash=item19bb6d bc18
    Reply With Quote  

  2. #302  
    MetalPhreak is offline Member
    Join Date
    Sep 2010
    Posts
    160
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Ended up getting the 360 SPI files from their website. Needed the bootloader hex and a program hex seperate.

    Anyway, offset padding for program hex is from 0x0000 to 0x3FFF.

    Attached is the psgroopic_btldV1.1.hex file with the padding reduced to 0x3FFF.

    I also set the xtal setting to 12Mhz. That's correct right?

    Let me know if it works. Was saved for an 18F4550. If your 360 SPI uses a 2550 or 2455, just double check the config settings in WinPic800. Should be ok though.


    ozman911: those crystals are fine. Look up JDM Programmer on ebay if you have an onboard COM port (not usb to com adapter). You can get them for $15.
    Attached Files
    Reply With Quote  

  3. #303  
    iLLNESS is offline Member
    Join Date
    Dec 2002
    Location
    Ontario
    Posts
    923
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    1
    Quote Originally Posted by MetalPhreak View Post
    Differences between psgroopicV1.1.hex and psgroopic_btldV1.1.hex

    non-bootloader starts at 0x0000 and goes to 0x1B9F

    bootloader one starts at 0x1000 and goes to 0x2B9F

    It's the same code, but offset by a bit. 0x0000 to 0x0FFF is where the bootloader sits in the PIC program memory. When you load it via the bootloader, it skips the 0x0000 to 0x0FFF section of any .hex file you load, so you don't overwrite the bootloader code.

    If you find out what size the bootloader code is of whatever device you are using, you can just pad out the correct number of bytes before the actual code. You can get any .hex file designed for it to see :P
    i tried offsetting to 0x400 (this is where the 360 usb spi flasher FLASH starts in the normal hex) and it doesnt seem to work....
    PIC based jailbreakers please visit my thread below and please READ. I have spent a few hours now trying to explain everythign as best I can here. You will also find my latest HEX releases there as well.

    http://psx-scene.com/forums/showthre...946#post546946
    Reply With Quote  

  4. #304  
    MetalPhreak is offline Member
    Join Date
    Sep 2010
    Posts
    160
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by iLLNESS View Post
    i tried offsetting to 0x400 (this is where the 360 usb spi flasher FLASH starts in the normal hex) and it doesnt seem to work....
    What did you use to edit the hex file? normal hex editors don't work. I had to do it within winpic (which isn't the greatest thing to use xD)
    Reply With Quote  

  5. #305  
    crisdo98 is offline Member
    Join Date
    Aug 2003
    Posts
    148
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    1
    Ok there are way too many hexs floating about What hex can I use to just flash 1.1 to a 18F2455 with 12mhz crystal?
    Reply With Quote  

  6. #306  
    Pyong is offline Member
    Join Date
    Sep 2010
    Posts
    136
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    1
    Likes Received
    0
    Quote Originally Posted by MetalPhreak View Post
    Ended up getting the 360 SPI files from their website. Needed the bootloader hex and a program hex seperate.

    Anyway, offset padding for program hex is from 0x0000 to 0x3FFF.

    Attached is the psgroopic_btldV1.1.hex file with the padding reduced to 0x3FFF.

    I also set the xtal setting to 12Mhz. That's correct right?

    Let me know if it works. Was saved for an 18F4550. If your 360 SPI uses a 2550 or 2455, just double check the config settings in WinPic800. Should be ok though.


    ozman911: those crystals are fine. Look up JDM Programmer on ebay if you have an onboard COM port (not usb to com adapter). You can get them for $15.
    the bootloader for my chip appears to end at 758
    Do you think you could make it work with that loader?

    Also, the chip uses the following info besides the bootloader:

    Code:
    USER ID MEMORY:
    
    200000 0F 0F 0F 0F 0F 0F 0F 0F 
    
    CONFIGURATION MEMORY:
    
    300000 22 0E 3F 1E 00 81 81 00 07 C0 07 A0 07 40 
    3FFFFE 67 
    3FFFFF 12
    Thanks in advance!
    Reply With Quote  

  7. #307  
    skygunner is offline Member
    Join Date
    May 2005
    Posts
    194
    Downloads
    6
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by Arakon View Post
    I found two things that greatly increase the reliability:

    #1 Add a 100nf cap between vcc and gnd (19 and 20)
    #2 Unplug any other USB device (i.e. USB HDD)

    With this, it boots the exploit almost every time.
    Like the one in the PSGrooPIC blog?
    http://psgroopic.blogspot.com/2010/0....html?spref=tw
    Reply With Quote  

  8. #308  
    MetalPhreak is offline Member
    Join Date
    Sep 2010
    Posts
    160
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by Pyong View Post
    the bootloader for my chip appears to end at 758
    Do you think you could make it work with that loader?

    Also, the chip uses the following info besides the bootloader:

    Code:
    USER ID MEMORY:
    
    200000 0F 0F 0F 0F 0F 0F 0F 0F 
    
    CONFIGURATION MEMORY:
    
    300000 22 0E 3F 1E 00 81 81 00 07 C0 07 A0 07 40 
    3FFFFE 67 
    3FFFFF 12
    Thanks in advance!
    I need to know where a working program *starts*. The bootloader can end anywhere in that reserved beginning part. The last call by the bootloader is usually a jump to program memory call. Basically makes it so the next line of code executed is at whatever address, where the actual program starts. I'll have a look at this 360 SPI stuff later and see if I can figure it out. Gotta head out to uni for a few hours.
    Reply With Quote  

  9. #309  
    Pyong is offline Member
    Join Date
    Sep 2010
    Posts
    136
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    1
    Likes Received
    0
    Quote Originally Posted by MetalPhreak View Post
    I need to know where a working program *starts*. The bootloader can end anywhere in that reserved beginning part. The last call by the bootloader is usually a jump to program memory call. Basically makes it so the next line of code executed is at whatever address, where the actual program starts. I'll have a look at this 360 SPI stuff later and see if I can figure it out. Gotta head out to uni for a few hours.
    To me, it looks like it starts at 800 then, as thats where it goes from null (ff) to hex again.
    Reply With Quote  

  10. #310  
    MetalPhreak is offline Member
    Join Date
    Sep 2010
    Posts
    160
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    I've got PICFLASH.hex and PicXBoot_12.hex

    PICFLASH.hex is all FF until 0x0400.

    When you say 800, do you mean 0x0800 in WinPic?
    Reply With Quote  

Page 31 of 182 FirstFirst ... 21 29 30 31 32 33 41 81 131 ... LastLast
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •