View Single Post
kinchan's Avatar
Posts: 27 | Thanked: 57 times | Joined on May 2012 @ France
#6
For those who want to try, you can build "maemo leste" with the following commands as noted in the github repository

you need to install the following packages

Code:
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
then

Code:
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
replace DEVICE_NAME with your board name.
It seems that many board / devices are supported for build :
  • n900
  • n950
  • n9
  • droid4
  • odroidxu
  • odroidxu4
  • ouya
  • raspi1
  • raspi2
  • raspi3
  • rock64
  • pinephone-dontbeevil
  • sunxi
  • turbox-twister

of course I tried to build the image pinephone-dontbeevil but no surprise, the pinephone bravehearth doesn't boot.
Did I make a mistake somewhere?
Anyway, thanks to all the "maemo leste" team for your hard work!
__________________
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime."
KINproject homepage
 

The Following 6 Users Say Thank You to kinchan For This Useful Post: