Coder Social home page Coder Social logo

ultibodocker's Introduction

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

ultibodocker's People

Contributors

markfirmware avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.