Freireg / milkv-duo-workspace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MilkV Embedded Linux Development Workspace

MilkV Board

Table of Contents

Introduction

Welcome to my personal Milk-V Duo Development Workspace! This repository provides a environment for developing embedded Linux applications targeting the Milk-V board.

Getting Started

Prerequisites

Before you begin, ensure you have the following prerequisites in place:

  • A Milk-V duo board
  • A Linux host machine with the required toolchain and libraries.
  • Additional hardware components or modules:
    • LoRa RFM95 Module
    • TFT Display ST7789

Setting Up the Workspace

  1. Clone the Repository:

    git clone https://github.com/your-username/milkv-embedded-linux-workspace.git
  2. Navigate to the Workspace Directory:

    cd milkv-embedded-linux-workspace
  3. Install the board SDK:

    git clone https://github.com/milkv-duo/duo-examples.git
    
    cd duo-examples
    
    source envsetup.sh
    

Applications

SPI Examples

LoRa Module

...

I2C Examples

OLED Display

...

About


Languages

Language:Makefile 58.3%Language:C 41.7%