Reply 180 of 199, by TgamesFR
mbalmer wrote on 2025-10-30, 16:05:If your Slot 1 build has a "quick boot" option in the BIOS, you can switch it off and it will extend the boot process long enoug […]
If your Slot 1 build has a "quick boot" option in the BIOS, you can switch it off and it will extend the boot process long enough for the ZuluIDE to finish its job.
Sometimes, instead of a "quick boot" option, you'll get an "Above 1MB memory test" option instead, and in that case, turn it on instead.
Quick Boot usually skips any extended memory testing and doesn't generally probe for device changes from boot to boot unless explicitly told to. If it does test all of the memory, it's usually only one pass, and it's over pretty quickly.
The Above 1MB Memory Test is exactly what it says on the tin -- a lot of BIOSes would only test the first 1MB of memory and then skip testing the rest (it would merely count the rest, usually by toggling all of the address lines sequentially and seeing where changes are to determine where the "end" of memory was).
Considering the age of a lot of our retro equipment, forcing the board to run the full suite of POST tests instead of a quick version is usually a good idea, IMO. Another option that's sometimes present is to increase the timeout value on the BIOS's scan of the IDE bus, but that option isn't present in all BIOSes.
Fun fact, since last update the ZuluIDE is now fast enough to always be detected in bios.
I've posted on github, few code fixes from recents bugs i've found here : https://github.com/ZuluIDE/ZuluIDE-firmware/issues/259
I guessing @morio not retested his code on the RP2040 so he left over a bug related to USB Card Reader mode and his new code to parse .cue file have a issue with \0 (visible in logs if you checking too with bigger files names).
Except that so far i've encountered a smooth experience recently with the device.
The only downside is the I2C board who use the Raspberry Pi Pico, his Wifi is so weak and only detect 2.4Ghz wifi, i wonder if in a new revision we could use something better.
I can deal with 2.4Ghz only but the main issue is sometimes the I2C board not catch the wifi so cannot init his IP.
The "fix" i've found was to move my PC in the room, to get a stable connection. Many others of my devices catch the wifi without any issue.
Strangely trying to mount a Wifi hotspot from phone or PC never works with the I2C board, it seems he wants only my main Wifi (probably encryptions related things no idea).