Skip to content

GettingStarted

Alexander Sack edited this page May 30, 2024 · 9 revisions

Getting Started

Clone repository

git clone https://github.com/pantavisor/meta-pantavisor
cd meta-pantavisor

Select Build Config

kas menu
image
  1. Select 'singleconfig'
  2. Select 'kirkstone'
  3. Select 'pantavisor-remix'
  4. Select a Machine filter for your board (e.g. sunxi for allwinner boards)
  5. Select machine (e.g. sunxi orange pi r1)
  6. Select the containers to add to the 'pantavisor-remix' image (keep the default: pvr-sdk)
  7. Run 'Build'

This will save your selection in a file called .config.yaml and will start the build.

To build without using the menu you can use the kas build command

Once finished your image will be in build/ directory.

Next follow the Install Image Instructions instructions.

Clone this wiki locally