Z69 2G - Installation issues

MiBox, X96 to name a few...
Post Reply
bumerc
Administrator & Developer
Posts: 1551
Joined: Tue Oct 02, 2018 6:19 pm
Answers: 0
Has thanked: 211 times
Been thanked: 334 times

#11

Ok, I'll build a testimage tomorrow for you with a patched u-boot.
arcanaXknight
Verified Member
Posts: 21
Joined: Wed Oct 24, 2018 7:22 am
Answers: 0

#12

bumerc wrote: Thu Oct 25, 2018 7:30 pm Ok, I'll build a testimage tomorrow for you with a patched u-boot.
Nice, i'll test it with pleasure.
bumerc
Administrator & Developer
Posts: 1551
Joined: Tue Oct 02, 2018 6:19 pm
Answers: 0
Has thanked: 211 times
Been thanked: 334 times

#13

Hi, check your PM for download link.
arcanaXknight
Verified Member
Posts: 21
Joined: Wed Oct 24, 2018 7:22 am
Answers: 0

#14

bumerc wrote: Fri Oct 26, 2018 4:09 am Hi, check your PM for download link.
Done, i will try it this evening, thanks :-)
arcanaXknight
Verified Member
Posts: 21
Joined: Wed Oct 24, 2018 7:22 am
Answers: 0

#15

bumerc wrote: Fri Oct 26, 2018 4:09 am Hi, check your PM for download link.
Ok, Flashing done successfully,

Booting on the rom -> Ok (Amazing rom by the way)

My IR remote didn't work, not realy a surprise, is there a way to make it work ?

I used my RII remote to configure and navigate on the box for the moment.

Wifi seems to work, not with my internet box (maybe wifi channel issu ?) but with my phone on accespoint it's ok so configuration on my side for this not the rom.

Bluetooth didn't work, it just won't turn on.

Seems like ethernet connection make the tv box lag and crash (fixed screen and can do nothing)

Did you see any solution for bluetooth and remote ?
I will go further in ethernet test after when the remote will work

Thanks for your amazing work
bumerc
Administrator & Developer
Posts: 1551
Joined: Tue Oct 02, 2018 6:19 pm
Answers: 0
Has thanked: 211 times
Been thanked: 334 times

#16

Hi, with IR remote control, I can possibly help you.

WiFi connection - try switching to another channel. I also do not rule out a bad signal, poor WLAN antenna performance.

I can not tell you anything about Bluetooth, I do not have access to the atvx-kernel sources.

I will still create an image with IR remote fix + uboot patch to wake up the box from the suspend mode.
arcanaXknight
Verified Member
Posts: 21
Joined: Wed Oct 24, 2018 7:22 am
Answers: 0

#17

bumerc wrote: Fri Oct 26, 2018 6:41 pm Hi, with IR remote control, I can possibly help you.

WiFi connection - try switching to another channel. I also do not rule out a bad signal, poor WLAN antenna performance.

I can not tell you anything about Bluetooth, I do not have access to the atvx-kernel sources.

I will still create an image with IR remote fix + uboot patch to wake up the box from the suspend mode.
I delete my previous post because it was not relevant anymore.

So, i found the AML Configuration TOOL and was able to get the remote.conf file of my stock firmware.
Am i correct if i say that i could use the tool to put the remote.conf in your firmware and make it work (with slighly modification maybe) ?

Another thing, could you explain what you have done to make the bootloader works ? i'd like to try it myself to be able to do it in the future.

And last thing, it seems that your rom have RAM issue, it detect only 800M but my box have 2G.

Thanks in advance
bumerc
Administrator & Developer
Posts: 1551
Joined: Tue Oct 02, 2018 6:19 pm
Answers: 0
Has thanked: 211 times
Been thanked: 334 times

#18

arcanaXknight wrote: Sat Oct 27, 2018 7:36 am
So, i found the AML Configuration TOOL and was able to get the remote.conf file of my stock firmware.
Am i correct if i say that i could use the tool to put the remote.conf in your firmware and make it work (with slighly modification maybe) ?
Yes.
Another thing, could you explain what you have done to make the bootloader works ? i'd like to try it myself to be able to do it in the future.
You have to replace the u boot binaries with new binaries.

Code: Select all

aml_sdc_burn.UBOOT
bootloader.PARTITION
DDR.USB
UBOOT.USB
And last thing, it seems that your rom have RAM issue, it detect only 800M but my box have 2G.
To answer this question correctly.. i need uart-log from the RAM initialization process. Otherwise it's a puzzle game.
arcanaXknight
Verified Member
Posts: 21
Joined: Wed Oct 24, 2018 7:22 am
Answers: 0

#19

For the remote i'm in the process now, i will make it work, i have just the left rigth and down that didn't work.

stock remote.conf

Code: Select all

0x03 103 # up
0x08 108 # down
0x05 105 # left
0x06 106 # rigth
i put the same in the new but it didn't work (only up works) maybe code error

Code: Select all

aml_sdc_burn.UBOOT
bootloader.PARTITION
DDR.USB
UBOOT.USB
Are this for this room in particular or for any rom ?
To answer this question correctly.. i need uart-log from the RAM initialization process. Otherwise it's a puzzle game.
How could i give you that ?
bumerc
Administrator & Developer
Posts: 1551
Joined: Tue Oct 02, 2018 6:19 pm
Answers: 0
Has thanked: 211 times
Been thanked: 334 times

#20

1. For any Firmware
2.look here
Post Reply