garyang Don't ask me, I don't have a device to check.
Posts by kszaq
-
-
Hi kszaq,
U have done it .
After using new script 2nd time ,librelec boots from nand.
When i run new script ,gave same error after reboot.booted from sd then again ran script.after reboot get librelec.
Whatever u have done with new script and,its works.
Thanks ur help and great work.
Now was wandering is there straight install into nand from revovery rather than doing twice from sd card ?
Did u figure out why wasnt working earlier in my box?Sent from my SM-N910G using Tapatalk
This all happens because your stock firmware has a different partition layout than standard Amlogic. There are two ways to overcome this:
- Prepare device tree for every box that has a different layout
- Install two times
I prefer the second approach. It is necessary to run installtointernal two times because you need to: flash dtb, reboot to make u-boot use new partiiton layout, install again with new partition layout applied. If you wanted to install it from recovery, it would also take 2 times to install. -
ram.khakurel Can you try running this script to install: installtointernal
You need to use it one time, then reboot to see an error, then use the script second time.
-
Sure.u are doing great job .ofcourse life things is important this.
Keep me posted when u get chance.
When i flash in s905x,i dont delete dtb.img should i replace with new test build tree dtb.img in sd card?
ThanksCan you do an experiment: after you ran installtointernal once and get the error, can you boot once again from SD and run installtointernal second time? Do you get an error after running it for the second time?
-
If you're upgrading from any previous dev build, only update + restart.
-
Yes. Recovery has special partition on internal flash.
afl1 Not true. If you have LE with modified dtb.img installed in internal memory, recovery won't start using toothpick method. That's why you need to have both recovery.img and dtb.img on SD card.
-
witokondoria You should be able to use gxbb_p200_1G_1Gbit.dtb Remember to rename it to dtb.img
-
I don't think bitstream converter is needed for VP9 - neither Android Media Codec not Amlogic's amplayer uses it for VP9. Thank you for the patch, I will integrate it in my next build!
-
@all Can you please verify whether aspect ratio is handled correctly in the latest dev build: 2016-10-03-devel
I noticed that with chbmuc's PR very high bitrate H.264 playback gets a little bit problematic as the stream is continuously parsed using CPU. That way you are not able to play high bitrate Jellyfish anymore. I modified the patch to perform aspect ratio tracking only if there is no aspect ratio hint in a stream.
-
edit4ever Can you test this device tree: gxbb_p200_2G_m8s+_k3_pro.dtb
It can be used with 7.0.2.007 or any of the dev builds. What I changed are power_on_pin and interrput_pin bumped by 4 according to your suggestion in the other thread.
-
witokondoria You can only debug boot process over serial console.
-
I adopted function vp9_update_frame_header from amplayer for use in Kodi. This is my first working patch: ETgWAny comments would be helpful.
Nice! Have you verified that it works? I also assume that commented-out bitstream converter sections are not needed?
-
kodiuser1 Have you tried both MXQ and HD18Q builds?
-
Hi kszaq,
Did u check debug i sent in post 412.
Thanks
Yes and thank you for the log. I will tell you when I have something ready, I'm now busy with non-Amlogic-related life stuff. -
No idea, sorry. USB driver for Amlogic is not very capable. Try to not write to that drive while watching.
Also, the USB driver for S905 and S905X is different so I'm unable to help you due to no S905X device.
-
Can i also ask, the install notes for .007 say not to delete dtb if you are using s905x, but then some posts mention using a device tree, so do i take the gxl_p212_2g.dtb, rename it and overwrite on the sd card (like i did with s905) - or do i leave the dtb on the sd card then copy gxl_p212_2g.dtb over later on? I want to install to internal on a95x (2gb model).Thanks.
I repeat: .007 release notes are for .007 release and if you want to use development builds, search for notes on development builds.
You should download a device tree for your box and put it on SD card, like you do for S905. Alternatively you can leave dtb.img that is already present on SD card after creating SD card as gxl device trees are already included.
-
I think some recoveries are incompatible with sha1_check that is used in 7.0.2.5 to check if there is Android or LE/OE installed. I will revert that change for the next release. Some other minor improvements are coming developed during my work on S905 builds.
-
punter Yes, if you have LE in internal memory. For SD card install, you need to replace dtb.img on card.