cygwin64.
But... I was checking it, no idea what happened, neither my local or the uploaded sources seem to be synced with the latest binary!
It's missing the lastest changes, where I fixed xfel write32 function crashing by replacing the call with sunxi-tools code.
Only main.c was updated, the rest was completely original, which it's impossible as otherwise I wouldn't have compiled the new version.
Go figure.
Luckly I recalled talking about this here, so it's not totally lost:
https://github.com/xboot/xfel/issues/61#issuecomment-1925295005But I still had to remember few obscure details I had completely forgotten, like to patch the spi payload so it uses the SDRAM address instead the internal (And small) SRAM.
Edit: Seems it's fixed now. I updated the sources in GDrive.
@vistorik Everything is described in the file README.TXT inside the sources.
## Compilation
Run cygwin64 installer, choose select these packages during the installation wizard:
- libusb1.0-devel
- make
- mingw64-i686-gcc-core
- mingw64-i686-libusb1.0
Compile by running:
> make -sjN (Where N is CPU cores+1, -sj5 for 4 cores, -sj9 for 8 cores...).