+1 for that file sizes look the same will testredeyed said:Can someone try the following.
Open devkitpro folder
Rename devkitARM to devkitARM_orig (my original was r28)
Google Search and download "devkitARM_r24win32.exe"
Extract to devkitpro folder creating a new devkitARM
Now try and compile sneek r59
worked for me![]()
you are supposed to be able to now with the latest revision'sFenrirWolf said:You don't boot SNEEK of your USB drive. The DI module stuff is for loading games from one, but you still have to use an SD card for SNEEK itself.
longtom1 said:+1 for that file sizes look the same will testredeyed said:Google Search and download "devkitARM_r24win32.exe"
Edit still the same no signal tried usb and sd with and without di.bin usbhaxx enabled and disabled and clean source from svn
fogbank said:- Compile es and fs
- Elfins.exe iosmodule.elf 0000000e.app tmp1.bin -s
- Elfins.exe esmodule.elf tmp1.bin tmp2.bin
- Boot2Me.exe tmp2.bin boot2.bin
Use this boot2.bin with the older armboot.bin (throw in the ppcboot.elf and bootmii.ini).
That seems to link to r28...?redeyed said:Download source (edit ES.c #define USBHAX and edit \mini-tree-mod\Makefile /c/python26/python makebin.py)
If you #define USBHAX then the di module will be loaded:
Code:#ifdef USBHAX ÂÂÂÂÂÂÂÂ//Load special DI module ÂÂÂÂÂÂÂÂif( 1 == *(u16*)(TMD_Data+0x1E8+0x24*i) ) ÂÂÂÂÂÂÂÂ{ ÂÂÂÂÂÂÂÂÂÂÂÂ_sprintf( path, "/di.bin" ); ÂÂÂÂÂÂÂÂ} else { #endiffound r25 will install compile and testredeyed said:my sd and usb card have
\bootmii
armboot.bin (compiled with r60 44.1kb)
bootmii.ini
ppcboot.elf
Sorry but are you absolutely sure you are using a newly compiled armboot.bin? No chance you could be using an older version? Have you tried running it without the ppcboot.elf and bootmii.ini?
I tried again with a clean compile using devkitARM r24 and still get no signal. With the older armboot.bin I can run r59 (same source as r60) off of SD and USB no problem.
Posts merged
QUOTE(longtom1 @ Mar 19 2010, 10:46 PM)
Yes. From priiloader it refused to load because it can't find fat:\bootmii\ppcboot.elf. From HBC it worked without ppcboot.elf and bootmii.ini.QUOTE said:Sorry but are you absolutely sure you are using a newly compiled armboot.bin? No chance you could be using an older version?
yes. From my sd card opened armboot.bin with hex editor search for devkitarm
GCC: (devkitARM release 24) 4.3.2 (size 44.1kb)
From the precompiled armboot.bin r47 on sneek google.code opened with hex editor searched for devkitarm
GCC: (devkitARM release 25) 4.3.3 (size 44.1kb)
From my original devkitARM r28 armboot.bin
GCC: (devkitARM release 28) 4.4.3 (size 42.7kb) This one I compiled never worked.
Have you tried running it without the ppcboot.elf and bootmii.ini?QUOTE said:If you #define USBHAX then the di module will be loaded:
I know I enabled it. I just don't know how to use it. (Been trying to compile from source since about r30 over the past few days.)
QUOTE
QUOTE said:elfins\elfins fs-usb\iosmodule.elf 00000001.app di.bin -d
that's not how it works, all patches are for the kernel (0000000E.app) !
also obviously FS-USB and DI don't work together!
If you are using FS-SD and DI you need a _valid_ game on your USB device:
CODE+---games
ÂÂÂÂ+---SMNU
ÂÂÂÂÂÂÂÂ|ÂÂ cert.bin
ÂÂÂÂÂÂÂÂ|ÂÂ ticket.bin
ÂÂÂÂÂÂÂÂ|ÂÂ tmd.bin
ÂÂÂÂÂÂÂÂ|ÂÂ
ÂÂÂÂÂÂÂÂ+---files
ÂÂÂÂÂÂÂÂ|ÂÂÂÂ your extracted filesÂÂÂÂÂÂ
ÂÂÂÂÂÂÂÂ\---sys
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂboot.bin
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂbi2.bin
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂfst.bin
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂapploader.img
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂmain.dol
QUOTE said:elfins\elfins fs-usb\iosmodule.elf 00000001.app di.bin -d
that's not how it works, all patches are for the kernel (0000000E.app) !
also obviously FS-USB and DI don't work together!
mousex said:compile with r24. rename boot2_usb.bin to boot2.bin and copy it to SD and USB root. NAND dump on USB, armboot.bin from Snnek downloads page and it works.
