Hi IllNESS,
Please...can you make the same thing with the fw 3.15!!!!
Many thanks!
|
|
|
|
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! | ||
|
|
Hi IllNESS,
Please...can you make the same thing with the fw 3.15!!!!
Many thanks!
Hi, thx for the guide
I am using the PS3Break V1.1 (PIC18F2450), this one has the USBHID bootloader. Do anyone here have have the schematic for this one or a guide, so that I can compile a working hex.
Or do any of the official psgroopic or iLLNESS work with this setup?
hmmm using PSGrooPIC-iLLNESS-HermesV4-3.41_18Fxxxx-LEDB145C0-C1-USBHID on my p3free, boots fine but I am experiencing the same crash on uncharted2_updated... this does not happen in hermes_v4 for my teensy1.0 and it works perfect with hermes_v3 in both teensy/p3free...
In time, Fire will fade ... and only Dark will remainWhere can I find the source for Hermes V4? I need it so I can compile a hex for the D2Groove board. The source that is listed on page 1 looks like its for a PIC that has a bootloader and the D2Groove isn't big enough for a boot loader.
Hello iLLNESS
I program my 360 12MHz USB Spi PIC18F4455 with the last hex (HermesV4 3.41) , but when executing a game from OM 2.1ba get an error.
edit: the same problem with gaia OBM
Thanks!
You can use the source listed on page 1.
Just comment out the bootloader i.e.
/////////////////////////
// Bootloader Memory Space
// Microchip PICDEM Bootloader
//#define CODE_START 0x800
// Microchip USBHID Bootloader
//#define CODE_START 0x1000
//#build(reset=CODE_START, interrupt=CODE_START+0x08)
//#org 0, CODE_START-1 {}
/////////////////////////
For D2Groove LEDs are on C1 and C2 and are inverted so you need to invert all the LED settings
low(0) is on
high(1) is off.
Also you need to disable MCLR
#fuses HSPLL,NOWDT,NOPROTECT,NOLVP,NODEBUG,NOBROWNOUT,USB DIV,PLL2,CPUDIV1,VREGEN,PUT,NOMCLR
I also change the PIC to 18F2550, not sure if this needed or not.
#include <18F2550.h>
One thing I am not sure about is if
#use delay(clock=48000000)
needs changing to
#use delay(clock=16000000)
Up to now I have left it as the default 48.
Hope this helps.
Now Hermes works for me! At the main.c i comment out every LED only LED1 is in there and now it works fine!
PSGrooPIC-iLLNESS 1.0b brings me everytime a black screen!
plz attach psgroopic hermes v4 3.41 for pic18f4550 ,led b4 , mclr , btl
MOH doesn't work with Illness hex right now... it gets stuck at the guy with the google after the install data thing. Hermes V4 needs to be fixed for it to work.
| « Previous Thread | Next Thread » |
| Tags for this Thread |