Skip to content

my config files and notes for building yocto for raspberry pi zero.

Notifications You must be signed in to change notification settings

fmorabecerra/yocto-raspberrypi0-conf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

yocto-raspberrypi0-conf

my config files and notes for building yocto for raspberry pi zero.

Commands to build single package and add it to the board

Host machine commands:

  • bitbake <package name>
  • bitbake package-index

Fire up the the http server on the host:

  • cd tmp/deploy/rpm
  • sudo python3 -m http.server --bind <Local IP> 80

Target machine commands:

  • dnf clean metadata
  • dnf install <package name>

Build History:

  • 1st - simple build for rpi0
  • 2nd - hwup for rpi0
  • 3rd - hwup for rpi0 with systemd

About

my config files and notes for building yocto for raspberry pi zero.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published