Skip to content

Applications not running from USB #3

Description

@saildot4k

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```



Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions