Puneeth-n / ultibodocker

Docker Installation of Ultibo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ultibo fpc installed in a docker image

Edition Build Size Version Stars Pulls Docker Hub
x86-64 Codefresh build status Docker Stars Docker Pulls ufpc
arm7hf Codefresh build status Docker Stars Docker Pulls ufpcarm

Status - x86-64 edition is working - kernel7.img and kernel.bin have been tested

See issues

  • build image with stock fpc 3.0.0
  • download and prepare ultibo fpc and core
  • compile ultibo fpc as x86-64
  • compile ultibo fpc as x86-64 cross arm
  • compile ultibo rtl/packages/etc
  • compile ultibohub/Examples for rpi models
  • test kernel7.img using rpi3b
  • configure and compile qemu targets of ultibohub/Examples
  • test kernel.bin using qemu
  • test the arm7hf edition (ufpcarm) on raspbian - docker install failed - will retry with fresh raspbian

Usage

Install docker. The docker run command will pull the docker image from docker hub the first time it is used.

  • ufpc is for an x86-64 host
# (edit rpi2 project.lpr in current directory)
docker run --rm -v $(pwd):/workdir markfirmware/ufpc \
 -B -Tultibo -O2 -Parm -CpARMV7A -WpRPI2B @/root/ultibo/core/fpc/bin/rpi2.cfg \
 project.lpr
  • ufpcarm is for an arm7hf host
# (edit rpi2 project.lpr in current directory)
docker run --rm -v $(pwd):/workdir markfirmware/ufpcarm \
 -B -Tultibo -O2 -Parm -CpARMV7A -WpRPI2B @/root/ultibo/core/fpc/bin/rpi2.cfg \
 project.lpr

Road Map

  • include lazarus?

That is all

About

Docker Installation of Ultibo


Languages

Language:Shell 100.0%