Ry
Ry
I'm also running into this issue with my project that uses `include_bytes!`, it would be great if there was a way to specify extra files/folders that would get copied into...
After doing some experimenting I found out that Nix's `nix build` command only seems to copy the contents of the git repo, not the actual contents of the source directory....
I'm having the same issue with Half-Life on Fedora 35 (KDE spin).
Yeah, it looks like it's the same problem, except mine doesn't show a pin on the watch's screen when trying to pair. It just immediately gets an error.
Sure, I'll try that in a little while when I get home.
I seem to be running into the same issue with my iCEBreaker v1.0e. The main difference in my case is that I modified the hardware Verilog in order to support...
After doing some debugging I have figured out that it is in fact initializing the flash and attempting to load the program. It appears to be making it to the...
Aha I figured it out! On line 307 of hardware/icebreaker/ics32_top_icebreaker.v, change `RESET_DURATION_EXPONENT` from 24 to 2. 2 is the value that the simulator uses. Honestly I mostly found this out...
Hmm, I just discovered that power cycling the board breaks it again until you reset it by reflashing one of the software demos. Also, `RESET_DURATION_EXPONENT` values only up to 21...