ylyamin
February 3, 2025, 12:36pm
64
Hi all, I created bare-metal library for R-01 for Allwinner D1H RISC-V SOC.
Is minimal low-level library could be used to run own OS, or Doom or whatever.
Hi all,
I created bare-metal library for R-01 (for Allwinner D1H RISC-V SOC ).
Tested in ClockworkPi DevTerm R-01 , should work in uConsole R-01 too.
Everything actually is based on @robots allwinner_t113 and @ua1arn hftrx projects, these guys are genius.
Is minimal low-level library could be used to run own OS, or Doom or whatever.
Now is have:
Bootloader, could run from SD card.
USB keyboard working well
TWI (I2C) supported AXP228 Power management chip for Display backlight and USB power.
…