diff options
| author | cheapie <cheapiephp@gmail.com> | 2026-09-05 14:43:50 -0500 |
|---|---|---|
| committer | cheapie <cheapiephp@gmail.com> | 2026-09-05 14:43:50 -0500 |
| commit | 6656c9b277324caf1ecd90cbf4c83e14a8608a33 (patch) | |
| tree | 3978ca653ea49dfc29628869e054fcc7dc8d4622 /assembly/multiplatform/README.txt | |
| parent | f4ca429185eef4083a4ea3c013cd148a74aaee75 (diff) | |
| download | rvcontroller-6656c9b277324caf1ecd90cbf4c83e14a8608a33.tar rvcontroller-6656c9b277324caf1ecd90cbf4c83e14a8608a33.tar.gz rvcontroller-6656c9b277324caf1ecd90cbf4c83e14a8608a33.tar.bz2 rvcontroller-6656c9b277324caf1ecd90cbf4c83e14a8608a33.tar.xz rvcontroller-6656c9b277324caf1ecd90cbf4c83e14a8608a33.zip | |
Add multi-platform demo
Diffstat (limited to 'assembly/multiplatform/README.txt')
| -rw-r--r-- | assembly/multiplatform/README.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/assembly/multiplatform/README.txt b/assembly/multiplatform/README.txt new file mode 100644 index 0000000..21b6305 --- /dev/null +++ b/assembly/multiplatform/README.txt @@ -0,0 +1,8 @@ +This demo is a bit different, this one assembles once and then runs on RVController, on riscv64 Linux, and on LBPHacker's R4 computer[1], no modification needed. + +You will need a riscv64-linux-gnu toolchain to build this. Your distro might ship one, check there before building your own. If you do build your own, you probably just need binutils. + +Platform-specific notes: +R4: Load it at any address you want, nothing special needed, terminal base address is assumed to be 0x10000000 +RVController: At least for me it wants to link at 0x100b0, you can relocate it or just add a bit of extra RAM and use setpc before starting +riscv64 Linux: No special handling needed |
