-
Posts
617 -
Joined
-
Last visited
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Everything posted by Hqnicolas
-
Efforts to develop firmware for H96 MAX V56 RK3566 4G/32G
Hqnicolas replied to Hqnicolas's topic in Rockchip CPU Boxes
Lets Start with an example: Leds: On H96 MAX Android 12 DTS we have: and on Linux Rockchip: So we can do an Linux H96 MAX compatible: and let's pray that the linux gods give us strength to run this translation on all devices........... -
Efforts to develop firmware for H96 MAX V56 RK3566 4G/32G
Hqnicolas replied to Hqnicolas's topic in Rockchip CPU Boxes
Yes, Firefly is a great way to start. The original DTB File from Armbian_23.08.0-trunk_Station-m2_jammy_edge_6.2.16_xfce_desktop.img Return: Thigs that need work around: -
Efforts to develop firmware for H96 MAX V56 RK3566 4G/32G
Hqnicolas replied to Hqnicolas's topic in Rockchip CPU Boxes
it's an RK809-5 RK3566 DDR3 ethernet-phy-ieee802.3-c22 HCY6355 (AP6335), Any idea of DTB to test? -
Efforts to develop firmware for H96 MAX V56 RK3566 4G/32G
Hqnicolas replied to Hqnicolas's topic in Rockchip CPU Boxes
Trying some armbian on SD CARD Reader Armbian_23.08.0-trunk_Rock-3a_jammy_edge_6.3.5_xfce_desktop.img on SD card... Result: -
Efforts to develop firmware for H96 MAX V56 RK3566 4G/32G
Hqnicolas replied to Hqnicolas's topic in Rockchip CPU Boxes
today, after work, I'm messing with the dtb. On Linux,android12.dtsandroid12.dtb dtc -I dtb -O dts -o android12.dts android12.dtb The Result: The power domains config Looks same. &pmu_io_domains { pmuio2-supply = <&vcc_3v3>; vccio1-supply = <&vcc_3v3>; vccio3-supply = <&vcc_3v3>; vccio4-supply = <&vcca_1v8>; vccio5-supply = <&vcc_3v3>; vccio6-supply = <&vcca_1v8>; vccio7-supply = <&vcc_3v3>; status = "okay"; }; on android 12 image we dont have DTB for sti8070 Just tcs4525 so, let's work around this. i think this device is full compatible with https://github.com/torvalds/linux/blob/master/arch/arm64/boot/dts/rockchip/rk3566-box-demo.dts i will test it tomorrow. -
Efforts to develop firmware for H96 MAX V56 RK3566 4G/32G
Hqnicolas replied to Hqnicolas's topic in Rockchip CPU Boxes
Here we are... Downloaded the Android 12 ROM and applyed the Magisc Patched boot.img With RKDevTool_Release_v2.86 android 12 use a different Header @thc013 no DTB files on /dev/dtb just an dtbo.img That dtbo has three DTBs in it, preceeded by that new 128 byte header. It appears to all be overlays. I don't know much about that. that says: androidboot.boot_devices=fe310000.sdhci,fe330000.nandc https://source.android.com/docs/core/architecture/bootloader/boot-image-header?hl=pt-br#header-v4 Let's try dtbview.exe "from Renate Teamblast" C:\>dtbview dtbo.img > big.txt Result: so, i try the imgutil: Result: Brute DTB dtb Extracted Kernel: Android 12 Kernel Extracted Ramdisk: Android 12 Ramdisk i'm here: -
Efforts to develop firmware for H96 MAX V56 RK3566 4G/32G
Hqnicolas replied to Hqnicolas's topic in Rockchip CPU Boxes
@mvpwar @Kenneth Hidalgo I will retire my tv box in August 2023, my H96 V56 HDD USB3 kernel 4.19 system will be replaced, I will be using my Jellyfin and nextcloud on an SBC NVME Pci-e, with kernel 6, docker and everything else, inside my RADXA Rock 3A, I have Rock 3A at hand as an Manjaro multimedia "yes it works" for a year but has been fully replaced by samsung tizen. so, in august 2023, I'll solder the debug TTL again on H96 V56. hope to have time to resume development within armbian standards can you provide me the Device Tree of your android 12 devices? @paradigman with a dts and is easy to compare to the armbian legacy build just decompile the dtb of rk3566-evb3-ddr3-v10 and compare it against the decompiled of the android 12 image @thc013 did you know how to extract DTS from android 12? I believe I haven't made this comparison yet because I couldn't access it from android 12 https://drive.google.com/file/d/1Dtz8gbyx7sCCFPp1YKkXQav6ZA9POWTx/view?usp=sharing can someone post here so i can start work sooner..... https://github.com/armbian/linux-rockchip/blob/rockchip-5.10/arch/arm64/boot/dts/rockchip/rk3566-evb3-ddr3-v10.dtsi https://github.com/armbian/linux-rockchip/blob/rockchip-5.10/arch/arm64/boot/dts/rockchip/rk3566-evb3-ddr3-v10-linux.dts https://github.com/armbian/linux-rockchip/blob/rockchip-5.10/arch/arm64/boot/dts/rockchip/rk3566-rk817-eink-w103.dts https://github.com/armbian/linux-rockchip/blob/rockchip-5.10/arch/arm64/boot/dts/rockchip/rk3566-rk817-eink-w6.dts https://github.com/armbian/linux-rockchip/blob/rockchip-5.10/arch/arm64/boot/dts/rockchip/rk3566-rk817-eink.dts maybe a 5.1 kernel for this board is already too good @Piotr @Andyshrk https://lkml.org/lkml/2022/11/4/454 https://github.com/torvalds/linux/blob/master/arch/arm64/boot/dts/rockchip/rk3566-box-demo.dts or kernel 6..... -
Efforts to develop firmware for H96 MAX V56 RK3566 4G/32G
Hqnicolas replied to Hqnicolas's topic in Rockchip CPU Boxes
@paradigman that's the path indicated by the proper shaggy013 for you to follow -
Efforts to develop firmware for H96 MAX V56 RK3566 4G/32G
Hqnicolas replied to Hqnicolas's topic in Rockchip CPU Boxes
@paradigman I believe that your engagement in this Chinese device will bring us a new compilation with kernel 6 and docker support -
Efforts to develop firmware for H96 MAX V56 RK3566 4G/32G
Hqnicolas replied to Hqnicolas's topic in Rockchip CPU Boxes
@paradigman try to make an adaptation of the device tree shown here for the armbian kernel 6, I believe you are capable -
Efforts to develop firmware for H96 MAX V56 RK3566 4G/32G
Hqnicolas replied to Hqnicolas's topic in Rockchip CPU Boxes
@paradigman this is the last image i have ben done... this device is used for storage propose, online since 11/21/2022 as a nextcloud and jellyfin provider. i can access it by proxy tunnel from cloudflare with https SSL... -
Efforts to develop firmware for H96 MAX V56 RK3566 4G/32G
Hqnicolas replied to Hqnicolas's topic in Rockchip CPU Boxes
THIS IS THE SHAGGY013 Original Post: and this is the method that i used to compile my image. -
Efforts to develop firmware for H96 MAX V56 RK3566 4G/32G
Hqnicolas replied to Hqnicolas's topic in Rockchip CPU Boxes
dear @paradigman welcome to Armbian comunity, here people from all around the world share knowleadge about armbian and only ARM BIAN. So everythin that we do without the armbian standart wont get any help from comunity. https://docs.gitlab.com/ee/ci/quick_start/ you can compile a Linux FIT Image using GitLab CI/CD pipeline this is an unofficial way and it doesn't have anything about armbian. THIS IS AN EXAMPLE HOW YOU CAN BUILD IT: https://gitlab.com/hotnikq/quartz64_ci/-/blob/main/.gitlab-ci.yml THIS IS THE ORIGINAL VERSION: https://gitlab.com/pgwipeout/quartz64_ci/-/blob/main/.gitlab-ci.yml -
Efforts to develop firmware for H96 MAX V56 RK3566 4G/32G
Hqnicolas replied to Hqnicolas's topic in Rockchip CPU Boxes
@paradigman let's build it! -
Efforts to develop firmware for H96 MAX V56 RK3566 4G/32G
Hqnicolas replied to Hqnicolas's topic in Rockchip CPU Boxes
@paradigman let's build it! -
Efforts to develop firmware for H96 MAX V56 RK3566 4G/32G
Hqnicolas replied to Hqnicolas's topic in Rockchip CPU Boxes
@wyim go for an RK3588 in a Supported Board like orange pi if you find a tv box that already has the application running linux, android is easier to apply, if the box does not run linux stay away, it doesn't matter if it is rk3588 -
@Tomek51 i think you can use This tutorial they talk about T95 mini H616
-
@astronman Just wifi not working? you are blessed by the linux gods. About RK3318 Q2 Did you try this? or This? Rockchip boards are unbrikable in a worse case you need to short the EMMC CLK pin to GND on the other side of the board and upload the righ LoaderALL.bin File from a linux machine that you backup. to connect the RK3318 on Desktop USB Maskrom Mode.
-
I never imagined having to recompile the entire kernel to add drivers in linux, let's start from the beginning. you mean install the driver on the running system? # Install kernel headers wget https://users.armbian.com/balbes150/arm-64/deb/linux-headers.deb sudo dpkg -i linux-headers.deb # Download the CH34x driver # unzip the driver sources archive # cd into the new directory make # Enable the driver sudo depmod -a
-
Efforts to develop firmware for H96 MAX V56 RK3566 4G/32G
Hqnicolas replied to Hqnicolas's topic in Rockchip CPU Boxes
@makaI believe many of you have the ability to compile a 6+ kernel on this box. feel free to continue the topic -
Efforts to develop firmware for H96 MAX V56 RK3566 4G/32G
Hqnicolas replied to Hqnicolas's topic in Rockchip CPU Boxes
@thc013 I didn't find any dts with functional HDMI on Linux. as the manufacturer used some android resources to render in 1080p and display in 4k and this ended up breaking all video functionality and device ram memory if you find something new feel free to refute all previous posts i pray you are that guy Some Russians managed to advance with armbian on RK3566 BOX You can Find Files here Try to Recompile this DTS/DTB files -
Efforts to develop firmware for H96 MAX V56 RK3566 4G/32G
Hqnicolas replied to Hqnicolas's topic in Rockchip CPU Boxes
@chinhhut can you provide the .DTS .DTSi .DTB Files from your external source? With this files we can compile armbian "the real one" -
it`s a Chromium Patch Let`s Make it Standart! for Wayland Desktop DIstros! For Chromium VIdeo Playback 1080P 60Fps RK3568 45% CPU usage Enabled Wayland
-
I'm sad that you're right about everything Ark Manjaro Just Play 1080p VP9 with 25% cpu usage 4k 60hz isn't an option not even for display draw
-
The more Gnome progresses, the worse it gets. when the pininfarina accelerator is not working we have to accelerate (Barely) with Mitsuoka Nothing we can do here, I'm going to compile a bunch of chromium and see which one will speed up VP9 and mesa drivers.