<div><div dir="auto">Thanks for the tips. I tried several things tonight with no luck at first, then mysteriously made some progress.dy I had tried plugging in a monitor via the hdmi port but didn't see anything. I noticed when I ejected the SD card the ethernet port lights came on.  Then I took the lime2 out of the metal case and tried plugging in the power cord without the ethernet cable but with the monitor and then I could see the freedombox boot up on the screen and get to the login. I plugged the ethernet cord in and was able to see the freedombox from the router. Hallelujah!</div><div dir="auto"><br></div><div dir="auto">But when I try to access the freedombox from a browser through freedombox.local I get the following error:</div><div dir="auto"><br></div><div dir="auto"><p style="font-family:-webkit-standard">The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.</p>Any ideas on what the problem is?</div><div dir="auto"><br></div><div dir="auto">Randy </div><br><br></div><div><div class="gmail_quote"><div>On Tue, Apr 24, 2018 at 3:51 AM Jonas Smedegaard <<a href="mailto:dr@jones.dk" target="_blank">dr@jones.dk</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Excerpts from Sunil Mohan Adapa's message of april 24, 2018 8:34 am:<br>
> I have had cases where I connect the power to my Lime2 and it does not <br>
> power on. When I disconnect and reconnect the power, it usually works. <br>
> I guess this might be due to a poor power supply or too many devices <br>
> connected via USB. I could be wrong.<br>
<br>
I have experienced same as above.<br>
<br>
<br>
> Also, I debug these cases by connecting a USB-serial connector. If <br>
> there are no boot messages related to u-boot on the serial console, <br>
> then it has to do with hardware but if the boot gets hung somewhere, <br>
> we can identify and fix the issue.<br>
> <br>
> I believe latest version of the Linux kernel also have HDMI out for <br>
> A20 SOCs. It is worth connecting Lime2's HDMI port to a monitor and <br>
> see what is happening.<br>
<br>
I believe updating kernel does *not* change what gets output to HDMI: <br>
Stable Debian linux packages support video putput to HDMI fine¹ and has <br>
not changed since then, but default software wiring² for LIME boards <br>
specifically has output to serial by default.<br>
<br>
For systems using flash-kernel, I believe the least involving tweak for <br>
redirecting U-boot output to HDMI is to add the following line close to <br>
the top of the file /etc/flash-kernel/bootscript/bootscr.sunxi:<br>
<br>
  setenv console tty1<br>
<br>
e.g. like this:<br>
<br>
  sed -i -r -e '2asetenv console tty1\n' /etc/flash-kernel/bootscript/bootscr.sunxi<br>
<br>
<br>
...and then regenerate boot files, e.g. (indirectly) like this:<br>
<br>
  dpkg-reconfigure linux-image-...<br>
<br>
<br>
To tweak linux cmdline options, edit /etc/default/flash-kernel.<br>
<br>
Speaking of cmdline options, you might consider adding these to limit <br>
video buffers (freeing memory for general use):<br>
<br>
  LINUX_KERNEL_CMDLINE_DEFAULTS="sunxi_ve_mem_reserve=0 sunxi_g2d_mem_reserve=0 sunxi_fb_mem_reserve=16"<br>
<br>
More info at <a href="https://linux-sunxi.org/Kernel_arguments" rel="noreferrer" target="_blank">https://linux-sunxi.org/Kernel_arguments</a><br>
<br>
<br>
 - Jonas<br>
<br>
<br>
¹ Recent kernels improves on other HDMI signalling than video (e.g. <br>
audio) which is unrelated to the issue of getting console messages.<br>
<br>
² setup of Device Tree (dtb) files built from U-boot and Linux.<br>
-- <br>
 * Jonas Smedegaard - idealist & Internet-arkitekt<br>
 * Tlf.: +45 40843136  Website: <a href="http://dr.jones.dk/" rel="noreferrer" target="_blank">http://dr.jones.dk/</a><br>
<br>
 [x] quote me freely  [ ] ask before reusing  [ ] keep private<br>
</blockquote></div></div>