<html><head>





</head>
<body style="margin-bottom:45px">
    <div style="font-size: 10pt;"><div dir="ltr" style="margin-top:0;margin-bottom:0;">Ok thanks, seems easier anyway so will do! </div><div dir="ltr" style="margin-top:0;margin-bottom:0;">What do I need the serial USB for? If I flash an SD card then I do everything from there? </div><div dir="ltr" style="margin-top:0;margin-bottom:0;"><br></div><div id="SignatureBox" dir="ltr" style="margin-top:0;margin-bottom:0;"><div dir="ltr" style="margin-top:0;margin-bottom:0;font-size:9pt;font-style:italic;"><br></div></div></div><div style="font-size: 10pt;"><div id="LGEmailHeader" dir="ltr" style="margin-top:0;margin-bottom:0;"><div dir="ltr" style="margin-top:0;margin-bottom:0;"><br></div><div dir="ltr" style="margin-top:0;margin-bottom:0;">------ Message d'origine------</div><div dir="ltr" style="margin-top:0;margin-bottom:0;"><b>De: </b>Joseph Nuthalapati<njoseph@riseup.net></njoseph@riseup.net></div><div dir="ltr" style="margin-top:0;margin-bottom:0;"><b>Date: </b>lun., 12 nov. 2018 06:34</div><div dir="ltr" style="margin-top:0;margin-bottom:0;"><b>À: </b><a href="mailto:franken.tunui@gmail.com">franken.tunui@gmail.com</a>;</div><div dir="ltr" style="margin-top:0;margin-bottom:0;"><b>Cc: </b>Adrian Gropper<a href="mailto:;freedombox-discuss@alioth-lists.debian.net">;freedombox-discuss@alioth-lists.debian.net</a>;Sébastien Barthélémy;</div><div dir="ltr" style="margin-top:0;margin-bottom:0;"><b>Objet :</b>Re: [Freedombox-discuss] FreedomBox doesn't appear on my network after installation</div><div dir="ltr" style="margin-top:0;margin-bottom:0;"><br></div></div><pre>Tunui,Since you mentioned that your board has a 4 GB eMMC, I'drecommend installing FreedomBox to the SD card instead since theoperating system itself might take up most of the 4 GB diskspace. FreedomBox applications are currently configured to useinternal storage only, though you might be able to change this ona per application basis. It is better to use the 16 GB microSDcard as your primary installation location and ignore the eMMCstorage for now. microSD will be slower than eMMC though.<a href="mailto:" franken.tunui@gmail.com"="">"franken.tunui@gmail.com</a>" <franken.tunui@gmail.com> wrote:> Thank you, I'll probably give it a try in a couple days, if I> get to understand everything...Do I just plug in a keyboard and> screen to the Lime2? And last question, if I install to eMMC> will I be able to uninstall everything from the eMMC later when> a valid FreedomBox image is available? Thank you for your help!> ------ Message d'origine------De: Sébastien BarthélémyDate:> lun., 12 nov. 2018 00:19À:<a href="mailto: agropper@healthurl.com"> agropper@healthurl.com</a>;Cc: Tunui> Franken<a href="mailto:;freedombox-discuss@alioth-lists.debian.net">;freedombox-discuss@alioth-lists.debian.net</a>;Objet :Re:> [Freedombox-discuss] FreedomBox doesn't appear on my network> after installationOn Sun, Nov 11, 2018 at 12:58 PM Sébastien> Barthélémy <barthelemy@crans.org> wrote:I think you can install> an armbian recommended by Olimex, and "sudo apt install> freedombox" from there.I have not tried yet, but will probably> do.I just gave it a try, it worked (as far as I tested).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.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> download Armbian_5.65_Lime2_Debian_stretch_next_<a href="http://4.14.78.7">4.14.78.7</a>z from  <a href="https://dl.armbian.com/lime2/Debian_stretch_next.7z*">https://dl.armbian.com/lime2/Debian_stretch_next.7z*</a> uncompress and copy it to SD card.* plug the USB-Serial adapter, run kermit* power the lime2, watch console logs while it boots* 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.* plug the ethernet cable, watch the board get an ip using journaltlf -kf* update the OS:    apt update && apt upgrade* install to eMMC (use ext4 filesystem)    nand-sata-install # do not poweroff at the end    # clear the boot loader signature on the SD card    dd if=/dev/zero of=/dev/mmcblk0 bs=1024 seek=8 count=1    poweroff* remove microSD card* power the board, watch logs on console, login (either from console or SSH),congrats, you're running (armbian f>  lavor of) debian!2/ install freedombox, following instructions from <a href="https://wiki.debian.org/FreedomBox/Hardware/Debian  ">https://wiki.debian.org/FreedomBox/Hardware/Debian  </a> sudo DEBIAN_FRONTEND=noninteractive apt-get install freedombox-setup   sudo touch /etc/apt/<a href="http://apt.co">apt.co</a>nf.d/50unattended-upgrades #see below   sudo /usr/lib/freedombox/setup | tee freedombox-setup.log   last command failed with   [<a href="tel:2018-11-11 22">2018-11-11 22</a>:17:54,758] <a href="http://plinth.ac">plinth.ac</a>tions ERROR    Error executing command - ['sudo', '-n', '/usr/share/plinth/actions/upgrades', 'enable-auto'], ,   Error: Could not configure unattended-upgrades.   until I ran "sudo touch /etc/apt/<a href="http://apt.co">apt.co</a>nf.d/50unattended-upgrades"reboot (once or twice, I'm not sure what happened) and plinth is now accessible using a web browser.3/ enjoy <a href="http://freedombox.At">freedombox.At</a> 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._______________________________________________> Freedombox-discuss mailing list><a href="mailto: Freedombox-discuss@alioth-lists.debian.net"> Freedombox-discuss@alioth-lists.debian.net</a>> <a href="https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/freedombox-discuss--">https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/freedombox-discuss--</a> Regards,Joseph Nuthalapati</barthelemy@crans.org></franken.tunui@gmail.com></pre></div>


</body></html>