Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

alexykot/xbterminal-yocto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create VM and build environment

git clone [email protected]:xbterminal/apm-yocto.git
cd apm-yocto
vagrant up
vagrant ssh
source poky/oe-init-build-env

Build environment could be updated later using vagrant provision command.

Build image

There are two images:

  • core-image-xbt - with SSH disabled, xbterminal-init service starts automatically.
  • core-image-xbt-dev - with SSH enabled, xbt-init script must be run manually.

Built images can also be found at https://repo.xbthq.co.uk:8080/

Build

Put the xbterminal-firmware installation packages into directory meta-xbterminal/recipes-xbterminal/xbterminal-firmware/files.

Then build an image:

bitbake core-image-xbt-dev

Boot

Write a imx6ulevk-itl image to SD card:

sudo dd if=core-image-xbt-dev-imx6ulevk-itl.sdcard of=/dev/mmcblk0 bs=1M

Login

User: root  
Password: root

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published