osaether / meta-dbus-inverter-ctrl

Bitbake file for dbus-inverter-ctrl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains a Bitbake recipe for building dbus-inverter-ctrl

Building

To build the dbus-inverter-ctrl installer follow these steps:

  1. Clone and initialize the venus repo

    git clone git@github.com:victronenergy/venus.git
    cd venus
    sudo make prereq
    make fetch
    
  2. Copy the .bb file in this repository to a subfolder of the Venus source. E.g source/meta-victronenergy/meta-venus/recipes-ve

  3. Start the building environment for your hardware. For Venus GX that is Beaglebone:

    make beaglebone-bb
    
  4. Build the project:

    bitbake dbus-inverter-ctrl
    

About

Bitbake file for dbus-inverter-ctrl

License:MIT License


Languages

Language:BitBake 100.0%