Skip to content

A reproducible build environment for the meta-tensorflow layer on a raspberry pi

Notifications You must be signed in to change notification settings

erikhh/tensor-pi-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build environment for meta-tensorflow layer

A Vagrant box with scripts to run a Yocto build for meta-tensorflow targeting the Raspberry Pi compute module 3.

Usage

You need the latest versions of Vagrant and VirtualBox installed.

The Vagrantfile makes use of the vagrant-disksize and vagrant-vbguest plugins. To install these first, run from the project root:

  vagrant plugin install vagrant-disksize vagrant-vbguest

Then bring the build guest up.

  vagrant up

And ssh into the guest machine and configure git there.

  vagrant ssh
  git config --global user.email "[email protected]"
  git config --global user.name "Your Name"

Once on the inside you can start a build by running the build script.

  /vagrant/script/build.sh

This takes a few hours to complete.

About

A reproducible build environment for the meta-tensorflow layer on a raspberry pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages