Version 2.11
Edit 05/03/24 -> READ THIS IF YOU BOUGHT A SUMMER CART FROM PHENOM MOD AND USE LINUX
Due to not knowing any better, the SummerCarts being sold on Phenom Mod had their manufacturer string changed to Polprzewodnikowy/Mena
, resulting in the breaking of the UDEV rules for UNFLoader + sc64deployer.
If you are an SC64 user who got their SC64 from Phenom Mod, I would recommend opening the install script in a text editor and modifying lines 137 and 138:
echo "ATTRS{product}==\"SC64\", ATTRS{manufacturer}==\"Polprzewodnikowy\", OWNER=\"${USERNAME}\"" >> ${TARGET}
echo "ATTRS{product}==\"SC64\", ATTRS{manufacturer}==\"Polprzewodnikowy\", RUN{program}+=\"/bin/bash -c 'echo \$kernel > /sys/bus/usb/drivers/ftdi_sio/unbind'\"" >> ${TARGET}
to:
echo "ATTRS{product}==\"SC64\", OWNER=\"${USERNAME}\"" >> ${TARGET}
echo "ATTRS{product}==\"SC64\", RUN{program}+=\"/bin/bash -c 'echo \$kernel > /sys/bus/usb/drivers/ftdi_sio/unbind'\"" >> ${TARGET}
Until a proper fix is shipped.
This version of UNFLoader includes some minor fixes for UNFLoader, as well as improvement to the CIC checking algorithm in order to add support for Libdragon's new open source IPL3.
Fully supports USB I/O for:
64Drive HW1
64Drive HW2
EverDrive 3.0
EverDrive X7
SummerCart64
The full changelog below:
UNFLoader:
- * Improved CIC algorithm (Thanks rasky!) #121
- * Fixed uploading of ROMs using the
-r
command.
Other:
- * Added a link in the documentation for a GDB tutorial video.
Compiled executables generated by continuous integration, as well as compiled example ROMs, are available below: