I've been trying to use the WLAN sample in sdk samples directory without any modification at all
except it is compiled as eboot.
Code: Select all
* main.c - Example of using the WLAN scanner
* The info here was reversed from scan.prx which Sony/Namco so
* helpfully left in plain sight on the japanese ridge racer UMD
* Thx boys :)
Code: Select all
EXTRA_TARGETS = EBOOT.PBP
PSP_EBOOT_TITLE = Scan
KXDIR = __SCE__$(TARGET)
KXDUMMY = %__SCE__$(TARGET)
with no wifi LED, and no text to the screen.
I have tried with a very old toolchain, and very new toolchain.
The eboot differs in size a little, but the result is the same.
Any suggestions to get it working?
Cheers, Art.