Homatics Box R 4K Plus

Hi it doesn’t let me downgrade from A12 to A11 on Dune 4k Plus - I guess I m at 6853 - is there any latest and stable A12 I can move on ?

And moreover if it’s Homatics not Dune then would this still let me get the official upgrade as Dune box ?

AHH , ok . I never test it before .

Homatics firmware on dune device … Don’t know if it is a good idea… Dune Mediacenter stops working I think. Never ever tested…

i try " SEI804HM_firmware.12.8.7329" on Dune HD Homatics And Dune Media center working with it

yes, i have this issue

This problem goes away when I disable hardware acceleration “Accelerate h264” in player setting, but not smooth play video

Do u find any issue like stuttering video and then other audio issue ? Like all high end audio works for plex etc.

I m having audio and video issue with 6853 on my Dune 4k plus

I am having the same issue with the ATSC OTA recordings. Never had this issue before.

I hope 7329 solves that - going for it - will keep u posted

Cannot use Mediainfo to tell apart FEL vs MEL, but MakeMKV can do it. It will say in the attributes field.

1 Like

I’m thinking of doing this on the box I get later today, questions though, do I do all this through SSH? do I do all commands at once or one and one?

and what about this? is it about config.ini? Thanks

add this line at the end of the file

coreelec=‘quiet toram disk=FOLDER=/dev/data’

Yes, each command one by one through SSH. You can use nano instead of vi, to edit config.ini, it’s more user friendly (mf is an alias for remount /flash read-write)

mf   
nano /flash/config.ini

The line below is what you’re editing in config.ini. You will see a ‘coreelec=’ line at the bottom/end of config.ini. Also remove the ‘#’ in front of coreelec=

coreelec='quiet toram disk=FOLDER=/dev/data'

btw I had tried to clean the guide up a little for clarity for the Cube. Maybe it will help if the original version is unclear. How to run CoreELEC from eMMC, instead of USB?
The instructions are general to all CE devices.

1 Like

Can the Homatics Box 4K Plus running CoreELEC 21.1.1 NE be woken up or powered on using the remote contol unit?

Not without modifications on IR receiver…

so I got the first commands, but then the config.ini, I get this screen, what do I need to do? Thanks

@Gilgamesh copy/paste
coreelec=‘quiet toram disk=FOLDER=/dev/data’

1 Like

ok, do I put in in the window in SSH? if yes, where? thanks

you can use the first line without the #

1 Like

like this?

edit: I think it’s ok, now last step about autostart.sh.

1 Like

@rome1931
the last step about unmount storage partition from usb, do I just hit that mountpoint command into SSH or is there anything else I need to do?

nano /storage/.config/autostart.sh
copy/paste

(
mountpoint -q /media/STORAGE && umount /media/STORAGE
)&

1 Like

thanks, how can I confirm it worked? :slight_smile: