Nightly builds (NEW)

I have a problem with Nightly build 20200112 - on Stable 9.2.1 I get the same following issue:
If i try to record SD or HD media and try to watch a prevously recorded SD movie.
Stream stops after about 5seconds, if tuners are connected like this:
I got two usb tuner (1x Sundtek Media DVB-C / 1x DVBsky T330)

  • MicroUSB (front): Sundtek Media DVB-C
  • USB3 Port: DVBsky T330
  • USB3 Port via Powered USB3-Hub: USB-HDD 2,5"
    If i change the configuration - the problem is gone:
  • MicroUSB (front): no connection
  • USB3 Port: DVBskyT330
  • USB3 Port via Powered USB3-Hub: USB-HDD 2,5"
  • USB3 Port via Powered USB3-Hub: Sundtek Media DVB-C
    My intention was to use both USB-Lines to speedup data transfer of HDD and dont get into trouble of too much data transfer through one USB-Line inside the S922X but if i do this I get theproblems?

here is a logfile:
http://ix.io/27vh

PS: reboot not wokring on Odroid N2 here - need to cut and reconnect power to reboot on nlightly 20200114

My X96 air 4/64 works perfect with Nightly builds, Netflix can play in 1080p 3000 kb/s without lag, it’s so amazing for a cheap box with software decoder.
I tried to install to internal to check if Netflix be able to play at a higher bit rate, but the script installtointernal is not supported now.
Is there any way to install to internal NAND/eMMC?
Big thanks to developers!

You should use the newer tool blow, maybe it can work on X96 s905x3…

The only feature that a install to eMMC will give you is more read/write speed. You can try (before doing nothing) the benefits of this speed increase by using a external and fast usb 3.o dongle, or a fast microSD card with an adapter.

After that, if this speed suits your needs, you can install to eMMC (using ceemc) or use the eMMC as storage booting from a microSD.

About the speed of the diferent storage devices …

It can also free up a potentially useful USB port or Micro SD card slot.

1 Like

Try, as it goes it doesn’t work, on my S905X3 it’s fine.

Team CoreELEC ceemmc tool worked for my X96 Air. Installing is easy and fast. Everything is so good now.
Inputstream adaptive is set unlimited at Resolution and Bandwidth and Netflix played at 1080P smoothly in most movies.
Thank you!

1 Like

I have installed CE to eMMC today in my X96max plus 4g/32g. and test internal EMMC write and read speed. It worked very perfectly.

CoreELEC (official): nightly_20200116 (Amlogic-ng.arm)

CoreELEC:~ # dd if=/dev/zero of=/tmp/test.tmp bs=1M count=1024
1024+0 records in
1024+0 records out
1073741824 bytes (1.0GB) copied, 1.574415 seconds, 650.4MB/s

CoreELEC:~ # dd if=/tmp/test.tmp of=/dev/null bs=1M
1024+0 records in
1024+0 records out
1073741824 bytes (1.0GB) copied, 0.848681 seconds, 1.2GB/s

how about bluetooth?

Which eMMC did you buy for that?

@NathanX, I think you’re overcomplicating your thinking. Install to eMMC uses the internal eMMC that comes with the box.

1 Like

Thing is: i did not buy my N2 with a eMMC. So i do no have one so far. :slight_smile:

My Gt-King, CE in usb3 pendrive, not in eMMC… I’m satisfied.

ts

Thing is:
He uses X96max plus 4g/32g with internal emmc

N2 uses emmc modules.
I own the N2 and 16Gb emmc module.
Running CE 9.2.1 stable on emmc
Running CE nightlys on SD card

emmc much faster than fast SD card ?
It´s a fairy tale

1 Like

Thank you for clarifying :slight_smile:

@frodo19 you are using RAM for test file not your pen drive, test in /storage not /tmp.

…forget…

You are using /tmp = RAM
Replace /tmp with /storage

CoreELEC (official): nightly_20200116 (Amlogic-ng.arm)
X96max plus 4g/32g eMMC read and write speed:

CoreELEC:~ # dd if=/dev/zero of=/storage/test.tmp bs=1M count=1024
1024+0 records in
1024+0 records out
1073741824 bytes (1.0GB) copied, 6.657146 seconds, 153.8MB/s

CoreELEC:~ # dd if=/storage/test.tmp of=/dev/null bs=1M
1024+0 records in
1024+0 records out
1073741824 bytes (1.0GB) copied, 0.751589 seconds, 1.3GB/s

CoreELEC (official): 9.2.1 (Amlogic-ng.arm)
N2:~ # dd if=/dev/zero of=/storage/test.tmp bs=1M count=1024
1024+0 records in
1024+0 records out
1073741824 bytes (1.0GB) copied, 15.341949 seconds, 66.7MB/s
N2:~ # dd if=/storage/test.tmp of=/dev/null bs=1M
1024+0 records in
1024+0 records out
1073741824 bytes (1.0GB) copied, 2.120524 seconds, 482.9MB/s