xantoz / nanopi-alpine

Build scripts for building an Alpine Linux sd card image for NanoPi NEO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build script for NanoPi NEO Alpine Linux image

Requirements

  • kpartx
  • mkfs.ext2, mkfs.f2fs
  • git
  • gcc-arm-linux-gnueabihf (to build u-boot and linux kernel)
  • sudo rights (needed to mount filesystems when building) - TODO: this could be improved by using tools that can access image files without mounting
  • u-boot-tools swig libpython-dev f2fs-tools
  • qemu-user qemu-system-arm qemu-user-static (for stage2 script)

Build

Before build check Makefile and stage-2.sh files for tuning options like user, passwords, timezones and other options. To build in main directory run: ` make `

About

Build scripts for building an Alpine Linux sd card image for NanoPi NEO


Languages

Language:Shell 58.6%Language:Makefile 38.7%Language:Batchfile 2.8%