From e5a6e8238a4f6258e59affe1dc9e27e3d8b8724d Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 21 Nov 2020 10:15:47 +0000 Subject: [PATCH] fixed mmu and fpu detection, added reset handling for autoconf, added fpga update --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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` + -- 2.39.2