Skip to content
This repository has been archived by the owner on Jun 8, 2018. It is now read-only.

Releases: baylibre-acme/ACME

acme-beaglebone-black_b2

05 Apr 13:33
Compare
Choose a tag to compare
Pre-release

Beta version of the ACME Image for the BeagleBone Black

Changelog since b1:

  • Fix performance issue since switch to devicetree probe representation
  • Fix acme-cli/pyacmed output with pretty and coherence output and errors
  • Add sigrok-cli on the beaglebone image
  • Grow image to have 650MiB free space

Simply copy to a 1GiB minimum Micro-SD Card with :

$ xzcat acme-beaglebone-black_b2-sdcard-image.xz | sudo dd of=/dev/mmcblk0 bs=1M

Insert in the Beaglebone Black micro-sd card slot, (optionally) connect an ethernet cable and power it.

To check the image validity:

$ sha256sum -c acme-beaglebone-black_b2-sdcard-image.xz.sha256sum
acme-beaglebone-black_b2-sdcard-image.xz: OK

or

$ gpg acme-beaglebone-black_b2-sdcard-image.xz.sig
gpg: Signature made Thu 06 Apr 2017 12:24:50 PM CEST using RSA key ID C8C849D1
gpg: Good signature from "Neil Armstrong <narmstrong@baylibre.com>"
gpg:                 aka "Neil Armstrong <superna@na-prod.com>"
gpg:                 aka "Superna <superna@na-prod.com>"
gpg:                 aka "Neil Armstrong <arm.neil@na-prod.com>"
gpg:                 aka "Neil "Superna" Armstrong <superna@na-prod.com>"
gpg:                 aka "Neil "Superna" Armstrong <superna9999@gmail.com>"
gpg:                 aka "[jpeg image of size 2175]"
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 89EC 3D05 8446 2174 50F2  2848 169A B7B1 A4CF F8AE
     Subkey fingerprint: 3D53 C626 C856 05FE 1DF4  2C8B 77DC DBDA C8C8 49D1

For usage of the SDK Toolchain, please refer to :
https://github.com/baylibre-acme/ACME/wiki/ACME-Yocto-SDK

acme-beaglebone-black_b1

21 Sep 09:48
Compare
Choose a tag to compare
Pre-release

Beta version of the ACME Image for the BeagleBone Black

Changelog since b0:

  • Switch to Linux 4.7 with probes described in Device Tree
  • Switch to systemd networkd to get Ethernet DHCP address instead of kernel autoconf
  • Add support for USB Gadget with a Network link (with a DHCP server) and 2 Console links
  • Add a personalized Avahi type to discover ACMEs on the network

Simply copy to a 1GiB minimum Micro-SD Card with :

$ xzcat acme-beaglebone-black_b1-sdcard-image.xz | sudo dd of=/dev/mmcblk0 bs=1M

Insert in the Beaglebone Black micro-sd card slot, (optionally) connect an ethernet cable and power it.

acme-beaglebone-black_b0

09 Jun 09:53
Compare
Choose a tag to compare
Pre-release

Beta version of the ACME Image for the BeagleBone Black

Simply copy to a Micro-SD Card with :

$ dd if=sdimage-bootpart-201606031635-mmcblk.direct of=/dev/mmcblk0 bs=1M

Insert in the Beaglebone Black micro-sd card slot, connect an ethernet cable and power it.