/riscduino_firmware

Repository for storing Arduino related files and custom board definition.

Primary LanguageCApache License 2.0Apache-2.0

riscduino_board

Repository for storing Arduino related files and custom board definition. This repository allows you to program Riscduino boards using the Arduino IDE.

Youtube Video on Arduino IDE integration

Manual Setup

Install Arduino IDE

Download and install Arduino IDE 2.2.1 from the Arduino website. Unpack it and run their installation script as directed.

Installation of the Riscduino Boards Package in Arduino IDE

Installing Through Arduino IDE

This is supported for Windows and Linux.

  1. Open the Arduino-IDE.

  2. Go to [File] [Preferences].

  1. Click on Additional boards manager URLs and Add the following link https://github.com/dineshannayya/riscduino_tools/raw/main/package_riscduino_index.json.
  1. Go to [Tools][Board][Board Manager] and Search for Riscduino Boards.
  1. Install the latest version of Riscduino Boards.
  1. Select Your Board and Port
    Tools --> Board --> Riscduino Uno
    Tools --> Port --> the Port in use.
  1. Now you should be able to compile and upload code onto the Riscduino Board.

Command Reference

  • To get SHA256 in windows certutil -hashfile SHA256 Example: certutil -hashfile .\riscv64-unknown-elf-toolchain-10.2.0-2020.12.8-x86_64-w64-mingw32.zip SHA256

Reference