Skip to content

USB armory Mk I - Debian base image release 20180208

Compare
Choose a tag to compare
@andrejro andrejro released this 08 Feb 20:28
· 295 commits to master since this release

This release contains the Debian base operating system image provided as reference for booting, and start developing on, the USB armory board.

The base image consists of a standard Linux distribution (Debian) prepared with the process outlined in the usbarmory-debian-base_image repository.

Installation

IMPORTANT: /dev/sdX, /dev/diskN must be replaced with your microSD device (not eventual microSD partitions), ensure that you are specifying the correct one. Errors in target specification will result in disk corruption.

NOTE: Remember to uncompress the downloaded image file before imaging.

Linux (verify target from terminal using dmesg):

sudo dd if=usbarmory-debian_stretch-base_image-20180208.raw of=/dev/sdX bs=1M conv=fsync

Mac OS X (verify target from terminal with diskutil list):

sudo dd if=usbarmory-debian_stretch-base_image-20180208.raw of=/dev/rdiskN bs=1m

On Windows, and other OSes, alternatively the Etcher utility can be used.

Connecting

After being booted, the image uses Ethernet over USB emulation (CDC Ethernet) to communicate with the host, with assigned IP address 10.0.0.1 (using 10.0.0.2 as gateway). Connection can be accomplished via SSH to 10.0.0.1, with default user usbarmory and password usbarmory. NOTE: There is a DHCP server running by default. Alternatively the host interface IP address can be statically set to 10.0.0.2/24.

LED feedback

To aid initial testing the base image configures the board LED to reflect CPU load average, via the Linux Heartbeat Trigger driver. In case this is undesired, the heartbeat can be disabled by removing the ledtrig_heartbeat module in /etc/modules. More information about LED control here.

Resizing

The default image is 4GB of size, to use the full microSD space a new partition can be added or the existing one can be resized as described here.

Additional resources

Project page
Documentation
Board schematics, layout and support files
INTERLOCK - file encryption front end
Discussion group

Major changes against the previous release:

  • upgraded to kernel 4.9.80
  • fixed URLs in sources.list (#7)

SHA256:

28297c48157ede344777dc50fa3d7ce6885b976bb2d46bb786ceaa482adf40c5  usbarmory-debian_stretch-base_image-20180208.raw.xz
60f56112649b030fb5e8a213382f64d5629ca56c25ab3102bd8f6ee913c05d1f  usbarmory-debian_stretch-base_image-20180208.raw.zip