-
Posts
40 -
Joined
-
Last visited
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Posts posted by sicxnull
-
-
On 5/27/2025 at 6:55 AM, 张泽添 said:
???It's turned into a brick, where's your img file
Rockchip devices generally cannot be bricked. Short the maskrom pin i showed you and reflash. You can build the image from source or from here
https://github.com/armbian/community/releases -
On 12/29/2024 at 10:45 AM, Tribal_ said:
How to build my own 5.1 minimal ?
You can use my git to build it
-
Yes it works by enabling the spi overlay in armbian-config
Totally missed that at first. -
20 hours ago, RaulZzz said:
I have installed both Armbian and MiniArch, but neither system performs well in desktop environments. Does anyone know if there is an emulation system like LibreELEC, EmuELEC or RetroArch for the X96Q?
hardware limitations. these things are not powerhouses. -
22 hours ago, rafman said:
is there any way to compile the X96Q v1.3 Branch with edge kernel 6.7.12, including the sound and Ethernet patches from 6.6.44 ?
Should have some time this week to dig in -
2 hours ago, vok4us said:
My tv box boots from an SD card with this image, but does not install on emmc.
what is happening when you install to EMMC? -
1 hour ago, rafman said:
But when compile it I get an error [Error context msg [ Check MD5 sum of installed packages failed ..]
no changes made, only thing i did was rename to v1-3
ill double check though and make sure nothing funky is going on. will compile tonight and see if i can replicate -
5 minutes ago, zra123 said:
I've compiled the image, everything works. Thx
glad it's working for you.
-
3 hours ago, going said:
The first piece affects all devices and will be applied directly in the u-boot code.
correct me if i'm wrong, but the point of a board level patch is so that it does not apply to all devices, no?
that's the point of creating the board_x96q subdirectory instead of just adding the patches to the u-boot sunxi directory.
You can see this when building armbian. -
On 9/24/2024 at 11:37 AM, K R said:
MiniArch-20240715-6.10.10-board-h313.x96_q-SD-Image.img boots with a linux command line prompt.
i just built a 5.1 image. Should work for you
https://github.com/sicXnull/armbian-build/releases/download/v24.8.0-trunk.425/Armbian-unofficial_24.11.0-trunk_X96q-v5-1_bookworm_current_6.6.44_mate_desktop.img.xz
https://github.com/sicXnull/armbian-build/tree/X96Q-5.1-DDR3 -
14 hours ago, going said:
Has there been a health check in your work with u-boot patches if you apply your fixes only to the configuration file
and do not apply the patch piece that lowers the eMMC frequency?
haven't tried. -
Update. I just got an X96Q 5.1 in today. Going to start working on an image for it.
-
On 9/27/2024 at 3:22 PM, Bigal Linux said:
[Desktop images with Armbian Linux](https://www.armbian.com/orange-pi-pc/)
wifi not working, how to solve?
Did you try my image that I linked you? Wifi should work -
-
Try my image
https://github.com/sicXnull/armbian-build/releases/download/v24.8.0-trunk.425/Armbian-unofficial_24.11.0-trunk_X96q_bookworm_current_6.6.44_mate_desktop.img.xz
I bought one of these too, it was advertised as a RK3228 on amazon but came with H313. iirc my x96q image booted right up on it. -
9 hours ago, mona said:
If there is still interest, I can try testing the newer variant of the Onn box with the S905Y4.
It seems to me this could be super useful (especially if we can flash to the EMMC in the future). It could be a relatively cheap RPI alternative for things like pihole.
From what i understand the bootloaders are locked and cannot be unlocked on the new ones, but there's always the possibility that there's a workaround. I need to run to walmart and grab one to play with, but if you make any progress by all means, let us know!
For $20 these things would be great for pihole/light work like you mentioned. -
3 hours ago, K R said:
Ive been watching this topic for about a week, and i'll be honest, I've no idea on half of what you're talking about.
However, I too have a redundant X96Q box, which i'd like to try and run linux so I can then try and run Home Assistant.
I flashed Armbian-unofficial_24.11.0-trunk_X96q_bookworm_current_6.6.44_mate_desktop.img to an SD card with Rufus and then again with Belena Etcher, but the TV box wont start with the SD card inserted, although when I say it doesnt boot.. I see nothing through HDMI and the LED remains red.
I know its a long shot.
But is it currently possible to run on the V4 board (image attached),
i see that youre all working hard in the background, so maybe something for me to come back and look at in a few weeks/months. ?
hmmm. that's another variant
Can you try one of these miniarch images and see if they boot? we know X96Q LPDDR3 does not but there are two other variants to try
if one of those boot we will atleast know what we are dealing with, unless someone here is already familiar with that board.
https://github.com/warpme/miniarch/releases/tag/v20240916 -
4 hours ago, rafman said:
I confirm that I test:
boots from eMMC and runs well on my old Z1 (x9q v1.3 lpddr3) variant. Ethernet, Hdmi, CPU Temp is working correctly now.
Nice! I just ordered another X96Q off aliexpress, hoping its a different version so we can get all variants on Armbian. -
52 minutes ago, zra123 said:
@sicxnull I would have handled it myself, but I don't know how to correctly format *.patch so that it would calculate all the amounts and indexes for me.
And another question: does the installation work on EMMC? Have you added the patch for EMMC from minimyth to your github?
My Git boots from EMMC. i haven't sent it over to the main armbian repo because i want to tidy some stuff up first and just do one last pull request
-
29 minutes ago, zra123 said:
After you ported the code from Miniarch, I compared the differences in the configs of x96q-lpddr3 and x96q-ddr3-v5.1 and I managed to build and run the image on my TV box. But I did it roughly, replacing the differences in the code, I'm not very friendly with Linux. Could you please format it correctly and upload it to github. I'm attaching the differences in the code.
I only have the 1.3 board. I actually need to rename this to x96qv1.3
I was not aware how many versions of this board were out there when i initally made this
I'm going to try and order some more and hope the other versions come. If i can get one i'll absolutely upload it after testing. it seems like it's pretty easy after what you just posted -
7 hours ago, bladyle said:
Sound good. Will wait to upload some builds to test them although i need wifi so need stable kernel I guess.
i updated to my fork if you wish to use it https://github.com/sicXnull/armbian-build/releases/download/v24.8.0-trunk.425/Armbian-unofficial_24.11.0-trunk_X96q_bookworm_current_6.6.44_mate_desktop.img.xz -
On 9/18/2024 at 7:21 PM, Nick A said:
Have you tried Miniarch's EMMC patch?
This plus a few changes to defconfig works btw. Installed to EMMC and boots fine
Thank you! -
19 minutes ago, going said:
Most likely, the TV set-top box already has a boot code in eMMC on the boot0 partition.
This prevents the Armbian code, which is located on the first main section, from running.
Nope. Miniarch installs to EMMC fine.
Either way, i'll figure it out. -
34 minutes ago, going said:
You are incorrectly adding patches to the build system.
Patches should be extracted using the "git format-patch" command and should contain small explanations of what and for what reason these changes were made.You should not add the patch somewhere in the middle of the series list.
This can lead to subsequent patches being applied incorrectly and becoming inapplicable.
As a result, we get a compilation error at best, or incorrectly compiled code at worst.
okay. thanks for the feedback.
Armbian for H313 X96-Q LPDDR3 TV-Box
in Allwinner CPU Boxes
Posted
Just checked in and am surprised this thread has gotten so much attention. Glad people have been able to use and modify the image as needed. Huge shoutout to @Nick A for all the support he's giving in here