apps/...
Host applications which connect to the multiboot firmware
on an
EZ-USB device. Both command line and GUI versions are provided.
include/...
Various include files needed to build the firmware and the
host applications.
What you will need
Hardware:
Software:
What you've got to do
- Install libusb.
- Compile the host application:
cd app
make all
- Install your preferred firmware downloader.
- Build the multiboot cable.
- Connect the GBA and the proto board with the cable.
Power on the GBA.
- Download multiboot.ihx to the proto board.
- Run the host application:
xmb
or
mb <filename>
Once the firmware has been downloaded to the proto board, consecutive
GBA files can be transfered to the GBA. If communications hang, unplug
the
proto board and download the firmware again.
Where to find additional information