Hi all, Just in case someone experiencing that particular issue stumbles upon this thread, in order to install the latest version of u-boot, which solves the Ethernet problem, simply upgrade your system (using plinth or by running sudo apt-get upgrade via SSH) and enter this command, replacing "/dev/SDCARD" with the path to your sdcard:
sudo dd if=/usr/lib/u-boot/A20-OLinuXino-Lime2/u-boot-sunxi-with-spl.bin of=/dev/SDCARD bs=1k seek=8 Works fine here! elvirolo On 20/11/2016 14:51, Bastien Rocheron wrote: > Hi Petter! > > Ok, will do. > > I did not know if this was a known issue here. > > Then I will contact the maintainer. That would be great if it ended up > in the image! > > Cheers > > On 20/11/16 13:39, Petter Reinholdtsen wrote: >> Hi, and thank you very much for the test report. It is very motivating >> to hear from a user. :) >> >> [Bastien Rocheron] >>> The real solution though is to apply a patch to u-boot. >>> I have just tried and can confirm that the latest image of freedombox on >>> the Lime 2 rev C is barely answering pings. And I can also confirm that >>> applying the patch solves it. >> This sound like something you should make sure is reported to the Debian >> u-boot maintainer. The list of open bugs reports can be found on >> <URL: >> https://bugs.debian.org/cgi-bin/pkgreport.cgi?repeatmerged=no&src=u-boot > >> >> I do not have a Olimex box myself, and thus leave the error reporting >> and follow up to someone with access to such box. I would be unable to >> answer any followup questions from the package maintainer. >> > _______________________________________________ > Freedombox-discuss mailing list > [email protected] > http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/freedombox-discuss _______________________________________________ Freedombox-discuss mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/freedombox-discuss
