Skip to content

frankie-zeng/meta-autoeth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0b10240 · Jul 31, 2022

History

28 Commits
Jul 26, 2022
Apr 2, 2022
Jul 16, 2022
Jul 31, 2022
Apr 2, 2022
Jul 31, 2022
Jun 22, 2022
Apr 4, 2022
Jun 22, 2022
Apr 2, 2022
Jul 16, 2022

Repository files navigation

Automotvie Ethernet Platform

This README file contains information on the contents of the meta-autoeth layer.

Please see the corresponding sections below for details.

Dependencies

Quick Start

  1. source poky/oe-init-build-env build
  2. Run 'bitbake-layers add-layer meta-autoeth'
  3. Run 'bitbake-layers add-layer meta-raspberrypi'
  4. Run 'bitbake-layers add-layer meta-openembedded/meta-oe'
  5. Run 'bitbake-layers add-layer meta-openembedded/meta-python'
  6. Run 'bitbake-layers add-layer meta-openembedded/meta-networking'
  7. Append these into local.conf
MACHINE = "raspberrypi4-64"
# PI config 
IMAGE_FSTYPES = "tar.bz2 ext4.xz ext4 wic wic.bmap wic.bz2"
SDIMG_ROOTFS_TYPE = "ext4"
ENABLE_UART = "1"
ENABLE_DWC2_HOST = "1"

# IMAGE_INSTALL_append = " kernel-modules linuxptp pps-tools openssh openssl"
DISTRO_FEATURES:append = " systemd"
VIRTUAL-RUNTIME_init_manager = "systemd"

  1. bitbake autoeth

Flash Image

Maintainers

Board Picture

board1 board2