BDM Assault is a homebrew project for PS2 that aims to bring EXFAT USB support to those old closed source homebrew apps that can load external USB drivers that people still use today (POPStarter, FreeMcBoot).
To use this project you have to place the two IRX binaries provided at the release section into the path that your app looks for
bdm_assault.irxmust be pasted intomc?:/POPSTARTER/usbd.irxusbd_bd_assault.irxmust be pasted intomc?:/POPSTARTER/usbhdfsd.irx
bdm_assault.irxmust be pasted intomc?:/SYS-CONF/USBD.IRXusbd_bd_assault.irxmust be pasted intomc?:/SYS-CONF/USBHDFSD.IRX
bdm_assault.irxmust be pasted intohdd0:__sysconf/FMCB/USBD.IRXusbd_bd_assault.irxmust be pasted intohdd0:__sysconf/FMCB/USBHDFSD.IRX
bdm_assault.irxmust be pasted into the path you configured forUSBD.IRXusbd_bd_assault.irxmust be pasted into the path you configured forUSBHDFSD.IRX
- find out by yourself. I cant remember any other.
- Simple Media System (SMS): incompatible due to usage of custom USB drivers and practices wich are not common amongst the homebrew devs. support not planned (and most likely not even possible)
the softwares found here were taken and modified from PS2SDK
- krHACKen: for letting me know POPStarter loads external USB drivers (wich ended up in the creation of this project)
- juankytutoriales: for making tests in real hardware
- everyone that collaborated to PS2SDK