/platformio-cli-gd32v-docker

PlatformIO Core (CLI) Toolchain image for the GD32V RISC-V platform.

Primary LanguageDockerfileGNU Affero General Public License v3.0AGPL-3.0

Build environment for using PlatformIO Core (CLI) projects.

Contains the complete installation of PlatformIO Core (CLI) for working with RISC-V GD32V based boards (e.g. GD32VF104C-START and Sipeed Longan Nano).

Installation

  1. Install Docker

  2. Pull the image directly from DockerHub:

docker pull mhoiting/platformio-cli-gd32v-docker

Usage

Ideally use this container within a CI/CD pipeline of your choice.

Alternatively, you could use it interactively: docker run -it -v <host_dir>:<container_dir> mhoiting/platformio-cli-gd32v-docker /bin/bash.

Build

Building the image yourself is also possible, via:

docker build --tag mhoiting/platformio-cli-gd32v-docker .

References