#41120 - YaW - Mon Apr 25, 2005 4:00 pm
Here it is: http://www.ezflash.cn/zip/sdkv1.1.rar
Password: This is a joke
The SDK isn't a joke despite of the password xDD
Can this SDK open any "door" on the ds dev? Can anyone put the PassMe code in the EZF3 OS? Can anyone fix the problem with the loading of 200kb (or less) archives replacing the loader.bin?
_________________
Sorry for my english ><
#41125 - josath - Mon Apr 25, 2005 5:28 pm
I looked at it, and theoretically, someone could write their own loader.bin, which launched in DS mode, and allowed you to load .nds files from the fat16 1gbit flash partition. i'd do it myself if i had one. feel free to buy me one :P
#41145 - darkfader - Mon Apr 25, 2005 10:49 pm
Ah... disassembled
void SetRampage(u16 page);
void SetRompage(u16 page);
Don't know which one is which. Just try :)
Code: |
void Blah1(unsigned short page)
{
*(volatile unsigned short *)0x09FE0000 = 0xD200;
*(volatile unsigned short *)0x08000000 = 0x1500;
*(volatile unsigned short *)0x08020000 = 0xD200;
*(volatile unsigned short *)0x08040000 = 0x1500;
*(volatile unsigned short *)0x09C00000 = page;
*(volatile unsigned short *)0x09FC0000 = 0x1500;
}
void Blah2(unsigned short page)
{
*(volatile unsigned short *)0x09FE0000 = 0xD200;
*(volatile unsigned short *)0x08000000 = 0x1500;
*(volatile unsigned short *)0x08020000 = 0xD200;
*(volatile unsigned short *)0x08040000 = 0x1500;
*(volatile unsigned short *)0x09880000 = page;
*(volatile unsigned short *)0x09FC0000 = 0x1500;
}
|
Uh shit... I did this before I saw it was already in the documentation. lol.
Anyway. It looks usable indeed.
#41159 - phantomdjp - Tue Apr 26, 2005 12:53 am
Darkfader, be my hero again :D
#41160 - darkfader - Tue Apr 26, 2005 1:11 am
Donate me a EZFlash 3 and I'll write that fix ;P
#41190 - yakumo - Tue Apr 26, 2005 5:50 am
You mean that writing this stuff I will be able to run demos from EZflash III w/o needing a Passme? Or is the passme still neccesary?
_________________
Yakumo, seeking Pai.
#41192 - darkfader - Tue Apr 26, 2005 6:03 am
You still need a PassMe. This loader replacement just makes life a little easier.
Grab http://darkfader.net/ds/files/ezf3me.zip and replace the original loader.bin in the EZFlash3 program directory.
It should work. Can't test though since I don't have such an expensive flashcard :(
Last edited by darkfader on Tue Apr 26, 2005 3:30 pm; edited 1 time in total
#41195 - josath - Tue Apr 26, 2005 8:10 am
1. replace the loader.bin with this
2. take a ds passme file (.ds.gba) and pad it to EXACTLY 128mbit. flash this FIRST on the 256mbit flash, then flash a regular .gba file after it (also on the 256mbit flash)
3. load into ds using passme/flashme/wifime
4. if you press nothing, it should boot the ds rom. if you hold X while booting, it should boot to the gba rom in gba mode
loader:
http://rorexrobots.com/ds/ez3.zip
source:
http://rorexrobots.com/ds/ez3-src.zip
might still have some problems (probably lots)
#41214 - YaW - Tue Apr 26, 2005 2:36 pm
darkfader wrote: |
Nevermind the donation :)
You still need a PassMe. This loader replacement just makes life a little easier.
Grab http://darkfader.net/ds/files/ezf3me.zip and replace the original loader.bin in the EZFlash3 program directory. |
I tried it, nice job! It can't load from 1Gbit memory?
If anyone can make a loader.bin that can load .nds files or .gba files it will be awesome...
_________________
Sorry for my english ><
#41216 - Neptune - Tue Apr 26, 2005 3:24 pm
Yes, good job :)
anyone who has an EZF3 1Gbit please join #ezf3-ds on EfNet, I am trying to start a little community for us :)
#41217 - darkfader - Tue Apr 26, 2005 3:25 pm
YaW wrote: |
I tried it, nice job! It can't load from 1Gbit memory?
If anyone can make a loader.bin that can load .nds files or .gba files it will be awesome... |
Quote: |
PD. A 1Gbit(128MByte) of Nand flash for data , because of can?t use as program flash, so just keep data , when use , copy to PSRAM |
Damn... how many flashroms does it have? ;P
In theory you could copy it into PSRAM and then run it.
I added source to the zip file, so feel free to experiment.
#41231 - josath - Tue Apr 26, 2005 6:11 pm
There are 3 flash roms and 2 rams in the cart
1. 32Mbit of Nor flash - for loader
2. 256Mbit of Nor flash - for games
3. 1Gbit of Nand flash - has the fat16 partition on it
4. 128Mbit psram - erased at power off
5. 2Mbit sram - battery backed
you can execute directly from 1, 2, or 4. From the gba/ds, you can write to 3 & 4. So to play games stored on 3, you have to copy them to 4 first.
#41268 - neptunez - Wed Apr 27, 2005 12:46 am
Neptune wrote: |
Yes, good job :)
anyone who has an EZF3 1Gbit please join #ezf3-ds on EfNet, I am trying to start a little community for us :) |
whoa, same username?
who are you?
#41361 - josath - Wed Apr 27, 2005 10:19 pm
Trying to make a loader, which loads the first passme .ds.gba file in \NDS\ on the 1gbit fat16 flash rom. It doesn't work, but you can take a look at it if you want.
Note: this DOES NOT WORK: so don't bother downloading it:
http://rorexrobots.com/ds/ez3F.zip
and the source: http://rorexrobots.com/ds/ez3-src2.zip
#41369 - Neptune - Wed Apr 27, 2005 10:38 pm
i use neptune on forums and such, im mastag17 on irc heh
#41905 - roBster - Mon May 02, 2005 11:23 pm
Neptune wrote: |
i use neptune on forums and such, im mastag17 on irc heh |
I know who you are :P
you'll never guess.
#42326 - blargx - Tue May 10, 2005 1:42 am
I just got my wi-fi card today and I am eager to flash my DS bios. The problem is that Wifime isn't booting the ds identifyer rom. I tried booting it from wmb, but it said that the rom was an invalid NDS file. I can't figure out how to get wireless multiboot to work with my EZFlash3. I already changed the loader darkfader's one. I have the rom on my flash memory, but it isnt padded. Is this the problem? I'm not sure how to pad the file either. Any suggestions?
#42327 - josath - Tue May 10, 2005 1:57 am
1. replace the ezflash 3 loader.bin with darkfader's loader.bin
2. flash getid.ds.gba as the first & only rom on the 256mbit flash part
3. follow the wifime tutorial here: http://www.aaronrogers.com/nintendods/wifime.php
#42328 - blargx - Tue May 10, 2005 1:59 am
Thanks, but I just found out the problem..
I forgot to place a rom after the ds.gba file...
#42331 - blargx - Tue May 10, 2005 3:01 am
Is is supposed to say that there is a DS option pack inserted?
#42332 - josath - Tue May 10, 2005 3:18 am
sometimes it does, that doesn't matter
#42348 - perk - Tue May 10, 2005 1:32 pm
I have a FlashCard 256MB with LPT1 Interface, PassmeWifi end MarioDS64.nds the ROM.
how can i use this rom in my FlashCard?
Please help me
#42350 - NoMis - Tue May 10, 2005 1:45 pm
You can't! WiFiME and PassMe aren't meant to play warez games.
NoMis
#42353 - perk - Tue May 10, 2005 3:13 pm
look this video and think again
http://www.64scener.com/ds/movies/neoxg.avi
NoMis wrote: |
You can't! WiFiME and PassMe aren't meant to play warez games.
NoMis |
#42360 - zazery - Tue May 10, 2005 5:25 pm
Ok basically it's illegal so no one's going to help you. No one cares if you can play illegal games.
#42364 - captainsoup - Tue May 10, 2005 5:51 pm
Look moron, this is the second time you've tried to get help from us. This is an as-legal-as-possible homebrew development forum, not a warez support group. The answer is no. Deal with it and quit posting here.
_________________
--Captain Soup