Difference between revisions of "Image Builder"
From Maemo Leste Wiki
Jump to navigationJump to search (→Github) |
|||
Line 27: | Line 27: | ||
* raspi2 | * raspi2 | ||
* raspi3 | * raspi3 | ||
* raspi4 | |||
* rock64 | * rock64 | ||
* pinephone-dontbeevil | * pinephone-dontbeevil | ||
* pinephone | |||
* pinetab | |||
* sunxi | * sunxi | ||
* turbox-twister | * turbox-twister |
Revision as of 12:34, 21 July 2020
How to build your own images
Maemo 7 Leste
- Install the following packages:
curl git wget qemu-user-static build-essential rsync gcc-arm-none-eabi gcc-multilib lib32z1 u-boot-tools device-tree-compiler lzop dosfstools vboot-utils vboot-kernel-utils libftdi-dev libfdt-dev swig libpython-dev bc bison flex libssl-dev
- In your terminal, run the following commands:
$ git clone --recurse-submodules https://github.com/maemo-leste/image-builder.git $ cd image-builder/arm-sdk $ ./init.sh # (only needed on first run) $ zsh -f $ source sdk $ load devuan DEVICE_NAME maemo $ build_image_dist
Note: replace DEVICE_NAME
with your board name:
- n900
- n950
- n9
- droid4
- odroidxu
- odroidxu4
- ouya
- raspi1
- raspi2
- raspi3
- raspi4
- rock64
- pinephone-dontbeevil
- pinephone
- pinetab
- sunxi
- turbox-twister