I will try with http://releases.libreelec.tv/LibreEL...2.1-box.img.gz
Announcement
Collapse
No announcement yet.
Announcement
Collapse
No announcement yet.
Libreelec for rk3328
Collapse
X
-
So, http://releases.libreelec.tv/LibreEL...2.1-box.img.gz
boot but don't work so fine..
balbes150 , please can you post the last version of your LE for RK3328 in kernel 4 ? can see in #103
Originally posted by balbes150 View PostAdd new image 20191210 kernel 4 and 5
Please check the operation of different codecs on rk3328 in the latest 20191210 images with kernel 5.Last edited by Ac2n; 08 April 2020, 08:58.
Comment
-
Regarding #120 comments, LibreELEC-RK3328.arm-9.1-devel-20190512173254-bdfaff1-box from http://kwiboo.libreelec.tv/test/old/ is kernel 5.1, not 4.4. :-(
Comment
-
Originally posted by Ac2n View PostSo, http://releases.libreelec.tv/LibreEL...2.1-box.img.gz
boot but don't work so fine..
balbes150 , please can you post the last version of your LE for RK3328 in kernel 4 ? can see in #103
Comment
-
Originally posted by Ac2n View Postthanks balbes150 ..
In the link that you give me there is a kernel 4 version of 23-11-2019, I will test this one..
However I can not find the version of 10-12-2019 which seems to be the last made under kernel 4, if someone has keep a copy of this version please share.
Have a nice day..
Comment
-
This Thread is here for posts of SD images for Amlogic devices that Boot directly into Linux from sd Card. Special Thanks to balbes150 for all his work in this area This is for Any Amlogic SD card Image for any Distro that is Confirmed Working. As this is the Start of this Thread the Images will be listed in this manor. 905
Comment
-
About the problem of lack of HW acceleration while playing XVID videos in MX10, #114, Kodi says:
Code:CDVDVideoCodecDRMPRIME::Open - using decoder V4L2 mem2mem MPEG4 decoder wrapper CDVDVideoCodecDRMPRIME::Open - unable to open codec
In the dmesg of the stock android kernel, RGA is correctly initialized, as shown next, but not so in the image:
Code:<6>[ 1.610403] [0: swapper/0: 1] rga: Module initialized. <6>[ 1.611086] [0: swapper/0: 1] rga2 ff390000.rga: rga ion client create success! <6>[ 1.611313] [0: swapper/0: 1] rga: Driver loaded succesfully
Comment
-
Originally posted by jesuslop View PostAbout the problem of lack of HW acceleration while playing XVID videos in MX10, #114, Kodi says:
Code:CDVDVideoCodecDRMPRIME::Open - using decoder V4L2 mem2mem MPEG4 decoder wrapper CDVDVideoCodecDRMPRIME::Open - unable to open codec
In the dmesg of the stock android kernel, RGA is correctly initialized, as shown next, but not so in the image:
Code:<6>[ 1.610403] [0: swapper/0: 1] rga: Module initialized. <6>[ 1.611086] [0: swapper/0: 1] rga2 ff390000.rga: rga ion client create success! <6>[ 1.611313] [0: swapper/0: 1] rga: Driver loaded succesfully
Comment
-
Originally posted by balbes150 View Post
This is a completely different core, it is outdated and not used for LE.
Adding this to the DTS:
Code:rga@ff390000 { clock-names = "aclk", "hclk", "sclk"; clocks = <2 154 2 340 2 69>; compatible = "rockchip,rk3288-rga"; interrupts = <0x0 0x21 0x4>; reg = <0x0 0xff390000 0x0 0x1000>; dma-coherent; resets = <0x2 0x8A 0x2 0x8B 0x2 0x88>; reset-names = "axi", "ahb", "core"; status = "okay"; };
Code:[ 10.052260] rockchip-rga ff390000.rga: HW Version: 0x04.00 [ 10.056743] rockchip-rga ff390000.rga: Registered rockchip-rga as /dev/video0
Code:v4l2_mem2mem 45056 2 hantro_vpu,rockchip_rga
My current understanding is that the Rockchip rk3328 codec is Hantro G1 compatible, and the mainline driver presently does not handle MPEG4 part 2, ASP (i. e., xvid)
Linux kernel source tree. Contribute to torvalds/linux development by creating an account on GitHub.
(would be great to be shown wrong).
Comment
-
Originally posted by jesuslop View Post
I see. I'm pasting what I've got just in case it is useful to anyone.
Adding this to the DTS:
Code:rga@ff390000 { clock-names = "aclk", "hclk", "sclk"; clocks = <2 154 2 340 2 69>; compatible = "rockchip,rk3288-rga"; interrupts = <0x0 0x21 0x4>; reg = <0x0 0xff390000 0x0 0x1000>; dma-coherent; resets = <0x2 0x8A 0x2 0x8B 0x2 0x88>; reset-names = "axi", "ahb", "core"; status = "okay"; };
Code:[ 10.052260] rockchip-rga ff390000.rga: HW Version: 0x04.00 [ 10.056743] rockchip-rga ff390000.rga: Registered rockchip-rga as /dev/video0
Code:v4l2_mem2mem 45056 2 hantro_vpu,rockchip_rga
My current understanding is that the Rockchip rk3328 codec is Hantro G1 compatible, and the mainline driver presently does not handle MPEG4 part 2, ASP (i. e., xvid)
Linux kernel source tree. Contribute to torvalds/linux development by creating an account on GitHub.
(would be great to be shown wrong).
Only 4.4 kernel with an old mpp_mpeg4_hardware_decoding patch plays mpeg4/xvid correctly, the patch is only in RK322x LE images and MVR9 RK3328 image I made.
The patch is not compatible with 5.7 kernels as mpp is not used anymore and it was switched to v4l2 codec drivers which only supports Mpeg2, VP8. H264 currently and VP9 that was recently added but not in LE yet.
RGA has to do with 2D rendering in Linux and doesn't affect video playback.
Comment
-
Originally posted by mo123 View Post
Mainline doesn't support certain mpeg4 currently, it's software decoded.
Only 4.4 kernel with an old mpp_mpeg4_hardware_decoding patch plays mpeg4/xvid correctly, the patch is only in RK322x LE images and MVR9 RK3328 image I made.
The patch is not compatible with 5.7 kernels as mpp is not used anymore and it was switched to v4l2 codec drivers which only supports Mpeg2, VP8. H264 currently and VP9 that was recently added but not in LE yet.
RGA has to do with 2D rendering in Linux and doesn't affect video playback.Last edited by jesuslop; 16 April 2020, 22:46.
Comment
-
hy my friends i have a MX10 with ROCKCHIP 3328
what is the last version that i have need for flash my box?
i have seen a lot of version.
i whant to flash it in a emcc and will be start when i power on.
please help me i have read a lot of post.
i can flash with jtag?
i have root android first ?
Thanks sorry but is the my first BOX
************************************************** *********
sorry i think that i have write on wrong tread... if you wont erase this post .. i have just write in another tread...
************************************************** ******
Comment
What's Going On
Collapse
There are currently 2512 users online. 0 members and 2512 guests.
Most users ever online was 63,956 at 18:56 on 20 March 2025.
Comment