From: Claude Date: Sat, 21 Nov 2020 10:15:47 +0000 (+0000) Subject: fixed mmu and fpu detection, added reset handling for autoconf, added fpga update X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=e5a6e8238a4f6258e59affe1dc9e27e3d8b8724d;p=pistorm fixed mmu and fpu detection, added reset handling for autoconf, added fpga update --- diff --git a/README.md b/README.md index 0fd060f..a50d0d6 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,17 @@ run : `tar xvfz hd0.tar.gz` **Currently the emulation is a bit buggy on IDE Interrupts, so it takes ages to boot from the emulated HDD. This will be fixed soon :) +** FPGA bitstream update : + +install openocd +`sudo apt-get install openocd` + +make nprog.sh executable +`chmod +x nprog.sh` + +run the FPGA update with +`sudo ./nprog.sh` +