raspiduino / arv32-opt

[Tested successfully] Linux on Arduino UNO / atmega328p port of mini-rv32ima. Let's run Linux on the world's worst Linux PC (and beat Dmitry Grinberg)
https://youtu.be/ZzReAELagG4
162 stars 14 forks source link

Not working #11

Open Nemantor opened 1 month ago

Nemantor commented 1 month ago

Latest release gets stuck at PC: 0 and does not run. :sob:

raspiduino commented 1 month ago

Can you please check your steps? Like did you write the SD card correctly? If so, then:

For now, please revert back to commit 19da9960775e74ee838eff5441d9a8ada6c2cf00 by git checkout 19da9960775e74ee838eff5441d9a8ada6c2cf00 and then build it.

BTW It's weird that it does not run on a real AVR. Maybe architecture compatibility issues, since I already got the emulator running with exact same memory management code base on my computer.