Go to file
Thomas Klaehn 4b4207be12 linux-blackfinn: Add raspberrypi4-64 support
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
Change-Id: I80f295c0eef49b1cd517cf3fe54154cb47fc63d9
2020-09-23 08:30:31 +02:00
default.xml manifest: Version bump zeus->dunfell 2020-09-19 08:31:13 +02:00
Jenkinsfile jenkins: Use unified yocto model. 2019-03-16 06:45:08 +01:00
README.md linux-blackfinn: Add raspberrypi4-64 support 2020-09-23 08:30:31 +02:00

Yocto

...

Get the repository

mkdir yocto-bf
cd yocto-bf
repo init -u "https://git.blackfinn.de/yocto/linux-blackfinn.git"
repo sync

Set Environment

MACHINE=<machineconf> source blackfinn-init-build-env

Supported machineconfs:

  • qemuarm
  • beaglebone-yocto
  • raspberrypi3-64
  • raspberrypi4-64

Build the Image

bitbake console-image

Flash the Image

beaglebone-yocto

dd if=tmp/deploy/images/beaglebone-yocto/docker-image-beaglebone-yocto.wic of=/dev/<sd_card>

raspberrypiX-64

bmaptool copy --bmap \
	tmp/deploy/images/raspberrypiX-64/docker-image-raspberrypiX-64.wic.bmap \
	tmp/deploy/images/raspberrypiX-64/docker-image-raspberrypiX-64.wic.bz2 \
	/dev/<sd_card>