My attempts to move an update image into …/STORAGE/.update have not shown any attempt to apply that update. That seems to imply that the hang occurs before the update check.
Is anyone aware of a way to apply the tar update manually to the eMMC device while mounted on another (working) linux computer?
It works from a fresh sd card install, but after I ran the installtoemmc script and tried rebooting with just the eMMC it hung on the CoreELEC splash screen. I tried installtoemmc twice with the same results.
It seems like the latest nightly is not working with eMMC as either an update or a copy from a sd card.
@Portisch, for what it is worth, I have also been seeing the no reconnect issue with my harmony remote.
Most recently, the harmony is either not trying or failing to reconnect when I switch to the N2 device. It normally makes a bluetooth connection when a device with bluetooth is selected and breaks that bluetooth connection when the device is deselected (another is selected).
I am having the exact issue with my bluetooth connection to my harmony remote. I have to go to Bluetooth in settings and reactivate it. I have a separate wireless keyboard, which is the only way I can reset the Bluetooth for the harmony.
After the latest update was installed this morning i am getting bootloops, doesn’ t even reach the kodi interface. Coreelec installed on emmc. Anyone else having similar issues?
So i’ve removed the line and the system still not boots.
After reconnecting it to the pc, It looks like the FAT partition has become corrupted. Windows wants to format it, linux doesn’t want to mount it.
What’s the easiest way to restore only the FAT partition ?
The ext4 partition seems intact.
So, after the VFAT filesystem was damaged, the system did not boot.
As I don’t have time and patience to reinstall everything, there’s what I did (it could be helpful for others, as well)
Wrote a CoreELEC image with etcher onto another SD card.
plugged in the EMMC into a linux system and got the uuids for the newly written sdcard with blkid:
/dev/mmcblk0p1: SEC_TYPE=“msdos” LABEL=“COREELEC” UUID=“1506-1939” TYPE=“vfat” PARTUUID=“2a580480-01”
/dev/mmcblk0p2: LABEL=“STORAGE” UUID=“e1d5b30e-4c26-4890-a839-35432632f9b1” TYPE=“ext4” PARTUUID=“2a580480-02”
recreated the VFAT filesystem with:
mkdosfs -i 15061939 /dev/sdxx
(here make sure you use the same serial number, in boot.ini it’s used to know where the system has to boot, it seems)
also changed the uuid of the /storage (ext4) partitions with:
sudo tune2fs /dev/sdxx -U e1d5b30e-4c26-4890-a839-35432632f9b1
Copied over the content of the vfat partion from the newly written sdcard to the emmc partition.
Note: make sure you replace the /dev/sdxx with the correct device.
Use dmesg or blkid to get the available device names.
New to core elec here, just received my odroid n2 few hours ago and using June 13th build and running flawlessly so far! very impressed with the hardware and the software, kudos for the core elec team to make it work!.
However, I have minor question. HDMI CEC is working almost perfect to me, I can navigate kodi by using the TV’s remote (today I just found it it is possible to do that) and can sync shutdown (when I turn on the TV, the AVR and the Odroid N2 also off). However not the case for the other way around. When I turn on the TV the Odroid does not wake up, since I dont have IR remote for odroid (yet) and does not have keyboard/mouse connected to odroid the only way to wake up is the power cycle the odroid.
Currently I set CEC setting in kodi to ignore TV shutdown and it works fine Did I miss some settings?
For the last few updates my network isn’t automatically connecting when the N2 boots, I have to go to the CoreELEC addon / Connections select my interface and press connect. Once I connect I can start and stop Kodi and the connection remains but after a reboot I need to manually connect again. No a massive problem but I’m not sure with what update it started happening or if it is even an update that broke it. Any ideas?