Problem: Apps do not run from USB with BDM Assault, but are shown in Application RUN/INSTALL/REMOVE
When did this start: BDM Assault replaced the old 2005/6 USBD.IRX and USB_MASS.IRX in R34_V3
Associated Scripts:
BM/DEVS/USBHDD/DEVINFO.PBT
Associated Drivers for BDM Assault and info regarding it's design:
BM/SHARED/USBD.IRX
BM/SHARED/USBHDFSD.IRX
Thoughts:
- Look at script first. Maybe typo, needs another IRX call etc
- Try using the newest SDK drivers instead of the adapted BDM Assault, though FMCB uses it successfully
- What PS2BBL uses:
IMPORT_BIN2C(usbd_irx);
#ifdef NO_BDM
IMPORT_BIN2C(usb_mass_irx);
#else
IMPORT_BIN2C(bdm_irx);
IMPORT_BIN2C(bdmfs_fatfs_irx);
IMPORT_BIN2C(usbmass_bd_irx);
#endif // NO_BDM
#endif // HAS_EMBEDDED_IRX```
Problem: Apps do not run from USB with BDM Assault, but are shown in Application RUN/INSTALL/REMOVE
When did this start: BDM Assault replaced the old 2005/6 USBD.IRX and USB_MASS.IRX in R34_V3
Associated Scripts:
BM/DEVS/USBHDD/DEVINFO.PBTAssociated Drivers for BDM Assault and info regarding it's design:
BM/SHARED/USBD.IRXBM/SHARED/USBHDFSD.IRXThoughts: