Forum: Open Source & Homebrew Jailbreak - If you are looking for news and helpful information on PS3 topics like open source and homebrew jailbreak solutions then PSX-Scene should be your first stop. You can stay up to date on topics such as PSGroove and PSFreedom plus much more.


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: Hex File Collection For Various Boards
  

Page 7 of 45 FirstFirst ... 5 6 7 8 9 17 ... LastLast
Results 61 to 70 of 443
  1. #61  
    FarenHeit is offline Member
    Join Date
    Oct 2002
    Location
    uk
    Posts
    234
    Downloads
    7
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    1
    Likes Received
    0
    Quote Originally Posted by sunsetman View Post
    i have some of the minimus boards coming which are ATMEL AT90USB162 not sure which hex to use any help would be much appreciated
    The BlackcatUSB hex or the ATAVRUSBFR01 hex should work fine as they both have the same microcontroller (AT90USB162) with a 16MHz crystal.
    Reply With Quote  

  2. #62  
    sunsetman's Avatar
    sunsetman is offline Member
    Join Date
    Sep 2010
    Posts
    53
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by FarenHeit View Post
    The BlackcatUSB hex or the ATAVRUSBFR01 hex should work fine as they both have the same microcontroller (AT90USB162) with a 16MHz crystal.
    thanks for that ill get 1 of them now
    Reply With Quote  

  3. #63  
    FarenHeit is offline Member
    Join Date
    Oct 2002
    Location
    uk
    Posts
    234
    Downloads
    7
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    1
    Likes Received
    0
    Anyone willing to help me out here on my compiling issue?
    Or if not can someone zip up their psgroove source directory including the LUFA directory-sub directories and upload somewhere i would be really gratefull.
    Thanks
    Reply With Quote  

  4. #64  
    FarenHeit is offline Member
    Join Date
    Oct 2002
    Location
    uk
    Posts
    234
    Downloads
    7
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    1
    Likes Received
    0
    Fixed the problem..
    Seems like there was an issue with LUFA which i overlooked.
    Reply With Quote  

  5. #65  
    devz2k is offline Registered User
    Join Date
    Sep 2010
    Posts
    11
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    hey guys, i have just ordered a micropendous2 atmega32u4 board from ebay.

    http://cgi.ebay.co.uk/ws/eBayISAPI.d...=STRK:MEWNX:IT

    even though it may be an atmega32u4, it is 8hz instead. the one on the thread is 16hz. please can someone create me a PSGRoove 1.1 patched version for this board. thanks
    Reply With Quote  

  6. #66  
    Join Date
    Aug 2010
    Posts
    85
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Which do i use for the Maximus AVR USB Board?
    Reply With Quote  

  7. #67  
    jettared's Avatar
    jettared is offline All your AT90USBKEY are belong to us!
    Join Date
    Sep 2010
    Location
    Portugal
    Posts
    20
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by visualise-this View Post
    Which do i use for the Maximus AVR USB Board?
    They say its based on the AT90USBKEY 16kb.

    Use the "at90usb162" hex, which is actually the same as the Teensy 1.0.


    Somebody correct me if im wrong


    http://www.avrusb.com/documentation.html here you go, this is all the documentation you need about the maximus avr.
    Last edited by jettared; 09-10-2010 at 07:46 AM.
    Sony PSP Phat 5.50 Gen D2 + 16gb Duo.
    Sony PSP 2000 5.50 Gen D3 + CR-5400 2x8gb c4
    Sony PSP Go 6.20 (TN-B) + 16gb M2
    Sony PS3 Slim 3.41 (500Gb) + Maximus AVRUSB
    Reply With Quote  

  8. #68  
    SnoopDo2G's Avatar
    SnoopDo2G is offline Play$tation'$ Don Doggy$tyle
    Join Date
    Sep 2010
    Location
    @HOME
    Posts
    460
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    2
    Quote Originally Posted by FarenHeit View Post
    Is there a guide somewhere that i can use to compile the hex?
    Ive tried using winavr and im getting errors.
    Ive edited the descripter.h for BM and the Makefile to include

    MCU = at90usb162
    BOARD = ATAVRUSBFR01
    F_CLOCK = 16000000

    i also have the leds.h and buttons.h for this but cant for the life of me compile it
    In command prompt i navigate to the psgroove directory..
    type make clean
    then get a whole load of stuff...
    then i type make and i get this error:


    Can anyone shed some light on this or a link to some reading on compiling the hex?
    Thanks

    I forgot to add that i downloaded the LUFA package and extracted it into the LUFA directory of PSGroove... (<- not sure if i was meant to do that)
    Im having the same exact problem but i need to make a .hex file for that stick:

    CC1101-USB-Lite 868MHz (CUL)
    http://busware.de/tiki-index.php?page=CUL

    it has the ATMega32U4 processor in it,
    and im tryin' hard to get this started im in ubuntu and installed that gcc-avr
    and modified the MCU, BOARD, and F_CPU lines within the Makefile already
    but i can't go further...

    Quote Originally Posted by FarenHeit View Post
    Fixed the problem..
    Seems like there was an issue with LUFA which i overlooked.
    Nice for you, care to elaborate how you fixed this ?
    because i was having the same problem apparently but for the ATMega32U4...

    Thanks !


    EDIT: Nevermind i found an .hex file that suited my need
    Last edited by SnoopDo2G; 09-10-2010 at 10:23 PM.
    Reply With Quote  

  9. #69  
    Duggle is offline Member
    Join Date
    Sep 2010
    Posts
    61
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    witch hex file that have already bakcups enabled for this board AT90USB162? im sorry i dont understand a lot of this can someone tell me?
    pls can someone tell me witch hex should i use?
    Last edited by Duggle; 09-12-2010 at 08:35 AM.
    Reply With Quote  

  10. #70  
    RRoD420 is offline Member
    Join Date
    Sep 2010
    Location
    Ny
    Posts
    70
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    1
    i'm confused, I need to flash the MAX AVR USB. (http://www.vgcrepairs.biz/zen_store/...roducts_id=466) says it's based on AT90USB (162 i believe). Which file am I supposed to use?

    ::EDIT::

    I see above, to use AT90USB162 which is what I thought. Correct me if i'm wrong please!
    Reply With Quote  

Page 7 of 45 FirstFirst ... 5 6 7 8 9 17 ... 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
  •