Skip to content

Files

Latest commit

Apr 22, 2020
9e4f80f · Apr 22, 2020

History

History
34 lines (24 loc) · 831 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 831 Bytes

DroneBridge-Image-Builder

This project takes a Raspbian-lite base image and modifies it into a DroneBridge compatible image.

Usage

In order to be able to run this you need a Debian or Ubuntu Linux machine with 40 Gb free space on the main partition, and with the following packages:

sudo apt-get install unzip curl git qemu qemu-user-static binfmt-support build-essential bc bison flex libssl-dev make libc6-dev libncurses5-dev libelf-dev gcc-arm* exfat-utils

Then git clone this repository to a suitable folder

https://github.com/nitun07/DB_ImageBuilder.git
cd DB_ImageBuilder

and run:

sudo -s
./build.sh

Final Image

Final compressed Image can be found in deploy directory.

References

Thanks to Open.HD for the base idea.

https://github.com/OpenHD/Open.HD_Image_Builder