An image for the PocketBeagle To install it, dd the img.xz file to an SD card and boot the board with the USB cable attached to your PC. Use the "dmesg -w" command to watch when the ttyACM0 device shows up. Once the device is there, wait another minute, then attach to it via screen: screen /dev/ttyACM0 115200 After a while the "Press enter to configure" message shows up in the terminal. Press enter and configure IPv4 networking and set up a user. Now you should be able to ssh into the board using the IP address that was shown to you at the end of the configuration process. The snaps used to assemble this image are in the snaps/ subdir The model assertion used for building the image is in the model-assertion/ subdir The command used to build the image is: ubuntu-image snap --channel edge --extra-snaps pocketbeagle_18-0.1_armhf.snap pocketbeagle.model the sources for the snap packages can be found at: https://github.com/ogra1/pocketbeagle-snap DISCLAIMER !!! Please note that all of these images are for development purpose only, they might not receive regular security updates nor might bugs get fixed. Use them for evaluation and development purposes but not in production or for any commercial projects