Hi all and thanks to the CoreELEC team for turning cr*p android boxes into great appliances!
I somehow have missed this thread for months, but yesterday I installed Omega beta 1 amlogic-ng-dv on my Minix U22-XJ.
I haven’t had a lot of time to play with it so far, but I have played profile 8 and profile 7 DV files successfully. Nice one!
I have found a couple of issues though. I am unsure if I should be posting them here or in CoreELEC 21.0-Omega_beta1 Amlogic-ng Discussion
In any case, the first issue I have found is that the entware installer is still trying to use 64bit installer instead of 32bit, and therefore it is failing. The change required for this was simple enough for me to fix and I have created a PR for it.
The second one is the fact that BL301 blob injection doesn’t seem to be working. See screenshot and relevant log content below:
CoreELEC:~ # cat inject_bl301.log
iniparser: cannot open /flash/config.ini
Starting bootloader blob BL301 injection tool…This tool can be used to update the bootloader
blob BL301 of the vendor bootloader on the internal
eMMC. This bootloader blob BL301 is customized by
Team CoreELEC to support all wake-up features like
CEC, Wake-On-LAN, IR, and GPIO wake-up from
suspend or power off state!Device serial number: REDACTED
Using CPU type G12B (29): S922X, A311D
Using binary type because of CoreELEC DT-ID: Generic
Using /dev/bootloader as bootloader partitionDid not find Amlogic image v2 header magic!
Found a valid Amlogic v3 ToC header (0x10210)
Amlogic magic: AA640001
Serial Number: 12345678
Flags: 0
Old signature bl2: REDACTED
BL2 time stamp: Built : 15:21:51, Mar 26 2020. g12b g486bc38 - gongwei.chen@droid11-szTOC ENTRY #3
UUID: REDACTED
Offset Address: 0xE7170 (absolute: 0xF7380)
Size: 0xD0800
Flags: 0x0
Found BL33 blob image at: 0x000F7380
Amlogic magic: @AML
BL33 time stamp: U-Boot 2015.01-g420c551-dirty (Dec 22 2020 - 11:59:30)TOC ENTRY #0
UUID: REDACTED
Offset Address: 0x68000 (absolute: 0x78210)
Size: 0xE570
Flags: 0x0
Found BL30 blob image at: 0x00078210
Amlogic magic: @AML
Old signature bl30: REDACTED
Using bl301 blobs from: 221119
Using bl301 blob: Generic_29_bl301.bin
Failed to read config.ini: /flash/config.ini! Error: 2 - exit!
Failed to set config values from config.ini! Error: -1 - exit!CoreELEC:~ # cat /flash/config.ini
cat: can’t open ‘/flash/config.ini’: No such file or directory
Thanks again for your efforts and hopefully someone can help me figure out this one.