github openmiko/openmiko v0.0.18
Release v0.0.18

latest releases: v1.0.0-alpha.1, v0.0.41-alpha.2, v0.0.41-alpha.1...
pre-release3 years ago

This release is the same as v0.0.17 except this release contains more assets. I wanted to publish the uImage.lzma (kernel image) and rootfs for easier flashing without having to use demo.bin and holding down the setup button.

For example:

flash_eraseall /dev/mtd1 && dd if=/sdcard/uImage.lzma of=/dev/mtdblock1
flash_eraseall /dev/mtd2 && dd if=/sdcard/rootfs.jffs2 of=/dev/mtdblock2

Don't miss a new openmiko release

NewReleases is sending notifications on new releases.