]> git.sesse.net Git - pistorm/blobdiff - README.md
fixed mmu and fpu detection, added reset handling for autoconf, added fpga update
[pistorm] / README.md
index 0fd060f7f6f6561bfda9f3d3aab39fdffb69996f..a50d0d6923f38239667fdde44e22f160400f52d9 100644 (file)
--- 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`
+