Skip to content

batuergun/pathfinder-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3314cba Β· Sep 25, 2023

History

29 Commits
Sep 25, 2023
May 18, 2023
May 17, 2023
May 19, 2023

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages