WIP ppl-os building tools
您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
 
 
 
Josh Mudge 8b050e9100 Fix link in README 6 年前
boards typo 6 年前
deps fix: build-tool 6 年前
.gitignore feat: Ignore .cloud-init.yaml 6 年前
Makefile fix: Mention node on readme, drop python requirement 6 年前
README.md Fix link in README 6 年前
build-tool.js fix: Use edge as default channel as others not released yet for some boards 6 年前
conf-tool.sh fix: Device port not address 6 年前
definition.yaml feat: Use ubuntu core 18 6 年前
dev.cloud-init.yaml feat: Use $USER_EMAIL instead of mine 6 年前
json2yaml.js fix: Mention node on readme, drop python requirement 6 年前
package.json feat: Add build tool 6 年前

README.md

ppl-os

Files required to build the ubuntu core based pplOS

WORK IN PROGRESS

Everything subject to change, including number of bugs (hopefully to zero ;)

Building

System Requirements

To build an image you need to have at least Ubuntu 16.04 on your machine and the following packages installed: ubuntu-image snapd nodejs

Additionally at least 1 GB of free disk space is required

For virtual device testing you also need qemu-kvm

Additionally some npm packages are required, run npm i to install them

Other Requirements

Creating the image

First run make once, it will guide you through the inital configuration

To build a board's model file run make BOARD.model

To build an image for a specific board run make BOARD.img

Running the virtual device

Use make start to build the amd64.img and launch it with kvm

If you used the defaults in the configuration step you should now be able to connect with make ssh

Could not access KVM kernel module: Permission denied

Is your user in the kvm group? Try sudo addgroup $(whoami) kvm and reboot.