Skip to content

Latest commit

 

History

History
125 lines (87 loc) · 2.71 KB

README.md

File metadata and controls

125 lines (87 loc) · 2.71 KB

miZy-openwrt-sdk

Build Status

build openwrt packages for miZy

Get Source and Prepare

mkdir /tmp/zero_builder
cd /tmp/zero_builder

git clone https://github.com/hyphop/miZy-openwrt-sdk.git

cd miZy-openwrt-sdk

./openwrt.sdk.download
./openwrt.sdk.prepare
./openwrt.sdk.feeds

build

./openwrt.sdk.make

Easy make - by one-line command

wget http://raw.githubusercontent.com/hyphop/miZy-openwrt-sdk/master/make_it_easy -O- | sh -

clean

./openwrt.sdk.clean

deps

openwrt sdk require this packages

bison make flex time ash bc python gettext
ncurses-dev u-boot-tools squashfs-tools zlib1g-dev xsltproc
bzip2 lzma lzop lbzip2 gawk xz-utils aufs-tools 
subversion git mercurial

VM compilation

compilation / cross-compilation its painfull process sometimes! try special prepared and tested VM with preinstalled all necessary packages https://github.com/hyphop/miZy-builder

# working tested vm
ver=jessie ./miZy_builder_vm_generate  yes  # debian jessie
# or 
ver=xenial ./miZy_builder_vm_generate  yes  # ubuntu xenial

https://github.com/hyphop/miZy-builder/releases/download/vm1/miZyBldr.jessie.squashfs
https://github.com/hyphop/miZy-builder/releases/download/vm1/miZyBldr.xenial.squashfs

NOTE!

if building process failed try run make again, maybe problem will be solve

output DIRs

./dl   - download src packages
./bin  - compiled packages

custom feeds install

./openwrt/scripts/feeds install libgme

custom package build

./openwrt.sdk.make package/libgme/configure
./openwrt.sdk.make package/libgme/install

mizy-feeds

openwrt.sdk.feeds.list

  • busybox-mizy
  • fluidsynth
  • libgme
  • libmodplug
  • markdown
  • html2text
  • sunxi-tools
  • vorbis-tools
  • mkexfat

miZy

miZy - open source minimalistic tiny fast embedded Linux system, (for sunxi Orange Pi Zero, another sunxi boards maybe work too )

LINKS