Skip to content

lizard123137/yocto-rp4

Repository files navigation

yocto-rp4

This repository is a simple embedded linux system being built for the raspberry pi 4 using the yocto build system.

BUILD

In order to build the hydrogreen-image run the following commands:

# Source bitbake
source poky/oe-init-build-env
# Build the image
bitbake hydrogreen-image
# Upload to sdcard
sudo bmaptool copy tmp/deploy/images/raspberrypi4-64/hydrogreen-image-raspberrypi4-64.rootfs.wic.bz2 /dev/sdc

PROJECT OVERVIEW

The goal of the project is to collect vehicle data via can and rs485. After that we send the data to the base station via lora. This is done using a daemon called telemetry.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published