Skip to content

Commit cfea344

Browse files
[FIXME] booter_fc: disable support for the EZ-Flash Vi
A user reported that the currently provided DLDI cannot perform writes to the SD card. Disable the autoboot until a fix is found.
1 parent fe4cf3b commit cfea344

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

booter_fc/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ autoboot:
175175
dlditool flashcart_specifics/DLDI/mati.dldi ismat.dat
176176
mkdir -p "../7zfile/Flashcard users/Autoboot/iSmart Premium/system/"
177177
cp ismat.dat "../7zfile/Flashcard users/Autoboot/iSmart Premium/system/ismat.dat"
178-
mkdir -p "../7zfile/Flashcard users/Autoboot/EZ Flash Vi/"
179-
cp ismat.dat "../7zfile/Flashcard users/Autoboot/EZ Flash Vi/ez5isys.bin"
178+
#mkdir -p "../7zfile/Flashcard users/Autoboot/EZ Flash Vi/"
179+
#cp ismat.dat "../7zfile/Flashcard users/Autoboot/EZ Flash Vi/ez5isys.bin"
180180
mkdir -p "../7zfile/Flashcard users/Autoboot/r4i.cn/"
181181
# Since this is the last one, move it instead of copy
182182
mv ismat.dat "../7zfile/Flashcard users/Autoboot/r4i.cn/_ds_menu.nds"

0 commit comments

Comments
 (0)