<div dir="ltr"><div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Sun, Nov 11, 2018 at 12:58 PM Sébastien Barthélémy <<a href="mailto:barthelemy@crans.org">barthelemy@crans.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr">I think you can install an armbian recommended by Olimex, and "sudo apt install freedombox" from there.<div dir="ltr"><div class="gmail_quote"><div>I have not tried yet, but will probably do.</div></div></div></div></div></blockquote><div><br></div><div>I just gave it a try, it worked (as far as I tested).</div><div><br></div><div>Here a my notes (for my future self, don't follow them blindly). I used an USB-serial cable because I have one, but using ethernet should also work.<br></div><div><br></div><div class="gmail_quote">1/ install armbian following instructions from <a href="https://docs.armbian.com/User-Guide_Getting-Started/">https://docs.armbian.com/User-Guide_Getting-Started/</a><br></div><div class="gmail_quote"><br></div><div class="gmail_quote">*  download Armbian_5.65_Lime2_Debian_stretch_next_4.14.78.7z from<br>  <a href="https://dl.armbian.com/lime2/Debian_stretch_next.7z">https://dl.armbian.com/lime2/Debian_stretch_next.7z</a><br>* uncompress and copy it to SD card.<br>* plug the USB-Serial adapter, run kermit<br>* power the lime2, watch console logs while it boots<br>* login (root/1234), and follow instructions. I created a user "seb", maybe I should have ctrl-c instead, because freedombox will also want to create a user.<br>* plug the ethernet cable, watch the board get an ip using journaltlf -kf<br>* update the OS:</div><div class="gmail_quote"><br></div><div class="gmail_quote">    apt update && apt upgrade<br><br>* install to eMMC (use ext4 filesystem)<br><br>    nand-sata-install # do not poweroff at the end<br>    # clear the boot loader signature on the SD card<br>    dd if=/dev/zero of=/dev/mmcblk0 bs=1024 seek=8 count=1<br>    poweroff<br><br>* remove microSD card<br>* power the board, watch logs on console, login (either from console or SSH),</div><div class="gmail_quote"><br></div><div class="gmail_quote">congrats, you're running (armbian flavor of) debian!<br></div><div class="gmail_quote"><br></div><div class="gmail_quote">2/ install freedombox, following instructions from <a href="https://wiki.debian.org/FreedomBox/Hardware/Debian">https://wiki.debian.org/FreedomBox/Hardware/Debian</a></div><div class="gmail_quote"><br></div><div class="gmail_quote">   sudo DEBIAN_FRONTEND=noninteractive apt-get install freedombox-setup<br>   sudo touch /etc/apt/apt.conf.d/50unattended-upgrades #see below<br>   sudo /usr/lib/freedombox/setup | tee freedombox-setup.log<br><br>   last command failed with<br>   [2018-11-11 22:17:54,758] plinth.actions ERROR    Error executing command - ['sudo', '-n', '/usr/share/plinth/actions/upgrades', 'enable-auto'], ,<br>   Error: Could not configure unattended-upgrades.<br></div><div class="gmail_quote">   until I ran "sudo touch /etc/apt/apt.conf.d/50unattended-upgrades"</div><div class="gmail_quote"><br></div><div class="gmail_quote">reboot (once or twice, I'm not sure what happened) and plinth is now accessible using a web browser.</div><div class="gmail_quote"><br></div><div class="gmail_quote">3/ enjoy freedombox.</div><div class="gmail_quote"><br></div><div class="gmail_quote">At this point I noticed that syncthing is not available on this plinth version, and that armbian does not seem to provide buster images. I'm not sure what I'll do.<br></div></div></div></div>