Baticaly / pathfinder-build

Buildroot configuration for Pathfinder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building Pathfinder

How to build Pathfinder from scratch?

  • Clone Buildroot from GitHub:
git clone https://git.buildroot.net/buildroot
source "package/pathfinder/Config.in"
  • Add pathfinder file to the package directory
  • Run make command to build the image
make

Booting from image

  • Using dd or your preferred application, flash the sd card using the image in output/images directory named sdcard.img

You are all set 🚀

After powering the pi on, you can connect to Pathfinder using the IP address 192.168.1.100 on port 8080.

About

Buildroot configuration for Pathfinder

License:MIT License


Languages

Language:Shell 100.0%