Linux ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21]
(2016-04-20, 00:50)rvf263 Wrote: Is there a cheap keyboard that is known to work for sure?

ask and the Chromebox wiki page shall provide an answer: http://forum.kodi.tv/showthread.php?tid=211797

(2016-04-20, 00:53)jjslegacy Wrote: Running the new script on libreelec I get: Failure reading current firmware; cannot proceed. (tried rebooting)

Using the Updating the coreboot Firmware (standalone) instructions.

I have done it before on libreelec so maybe it's the new script? Hard to troubleshoot - any way to get more debugging info?

the standalone firmware updater script hasn't changed, so that's not it. But at least tell me what version of LE you're running so I can try to reproduce here.

(2016-04-20, 01:40)averylinden Wrote: I ran into this problem the other day. My version was very old (2014). In order to fix it, I edited the downloaded script and changed lines 54 and 56 from grep to grep -i to make the match case insensitive. I believe there was one other problem. One of of the supporting tools was looking for a directory that didn't exist on my openelec. I don't remember but it might have been /run/var or /run/tmp. I created that directory and the script worked. It wasn't able to read my current MAC address so I just let it use the default. Hope this helps.

Code:
curr_fw=$(echo `dmesg | grep -i -m1 "DMI: Google Panther" | awk '{print $NF}'` | awk -F'/' '{print $3$1$2}')
if [ "$curr_fw" == "" ]; then                                                                              
        curr_fw=$(echo `dmesg | grep -i -m1 "Panther, BIOS" | awk '{print $NF}'` | awk -F'/' '{print $3$1$2}')

changing it to be case-insensitive is a good idea, I'll do that. The only dir used on non-ChromeOS linux is /tmp, which should exist on all systems, so not sure what that would have been about. Some of the early 2014 firmware versions didn't persist the device-specific MAC address, so will use a default one, which isn't an issue unless you have more than one on your LAN (and are using ethernet).
Reply


Messages In This Thread
Chromebox and Qwerty Air Mouse - by rahjer - 2014-08-13, 04:51
Wake from suspend K400 - by dontknowhow - 2014-08-20, 16:05
DisplayPort - by Charles R - 2014-08-29, 21:33
HP Chromebox 4Gb - by P3ws - 2014-09-20, 08:51
BIOS update fails - by gkingsmill - 2014-10-17, 12:05
Great Expierience - by pmpartners - 2014-12-06, 16:00
3D support (auto swtich) - by zaldwaik - 2014-12-23, 07:27
High Idle CPU - by ToBeFrank - 2015-02-28, 03:29
HELP!!! - by code_19 - 2015-03-22, 04:49
R3.15 - 2015/03/19] - by nickr - 2015-03-25, 20:55
Skipping Frames - by busta.rhymes - 2015-07-29, 15:40
External disks not sleeping... - by sixburgh - 2015-10-14, 22:02
ChromeBOX2 success in dualboot - by fishypops - 2015-11-08, 19:05
Confirm Bricked Chromebox - by Bogustime - 2016-03-20, 19:24
RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [2016/04/18] - by Matt Devo - 2016-04-20, 02:17
(LibreELEC Bluetooth not working - by jerndl - 2017-01-06, 18:20
New Audio Problem - by Pajoe - 2019-01-19, 01:20
RE: New Audio Problem - by Matt Devo - 2019-01-19, 11:13
Powering on with TV turned off - by robca - 2021-07-18, 21:20
RE: Powering on with TV turned off - by robca - 2021-07-21, 19:10
Logout Mark Read Team Forum Stats Members Help
ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21]37