Jump to content

Recommended Posts

Posted (edited)

Preexisting builds of Armbian won't run on my X96Q TV box because mine uses DDR3 instead of LPDDR3.

 

U-Boot SPL 2024.01_armbian-2024.01-S866c-P4a40-H8869-Vad24-Bbf55-R448a (Nov 15 2025 - 02:36:36 +0000)
This DRAM setup is currently not supported.


How do I change the DRAM (and possibly other) configuration U-Boot is built with?

 

I'll be quite frank: Quite annoyed by this whole process. The build process for both Armbian and U-Boot has exhausted my patience and I'm very much not in the mood for digging through (often hard to find) documentation. (Like why is there no standard for adding a board?)

 

Here's the UART boot log of the device:x96q_boot_log.cap

 

Oh and I almost forgot! The stock firmware! https://archive.org/details/x96q_h313_mmcblk0.img.7z

 

Something about extracting "device trees" or something? Honestly I couldn't locate the copy of u-boot in there, but I'm probably doing something wrong there. I'm sure someone WAY smarter then me in this stuff could probably figure it out.

Edited by qwerty keyboard
Add link to stock firmware.
Posted (edited)

@qwerty keyboard here are some links that will help you.


Find your Dram settings 

https://forum.armbian.com/topic/29794-how-to-install-armbian-in-h618/#findComment-218660

 

Find boot.bin and extract dts.

https://forum.armbian.com/topic/29794-how-to-install-armbian-in-h618/#findComment-187672

 

Uboot defconfig. I have two x96q builds with ddr3.

https://github.com/NickAlilovic/build/blob/v20250306/patch/u-boot/u-boot-h616/151-add-x96-q-ddr3-defconfig.patch

Or
https://github.com/NickAlilovic/build/blob/v20250306/patch/u-boot/u-boot-h616/163-add-x96-q-ddr3-v5.1-defconfig.patch

 

You can edit the patch and enter the new values. 
 

If you need to add a new line in the defconfig patch. At the bottom of the patch add your newline and put a "+" infront of it. Also, for x96q ddr3 increase @@ -0,0 +1,37 @@ to @@ -0,0 +1,38 @@ or for x96q ddr3 v5.1 @@ -0,0 +1,39 @@ to @@ -0,0 +1,40 @@.

 

Download and compile my build:

git clone https://github.com/NickAlilovic/build.git --branch v20250306

cd build

./compile.sh

choose "Do not change kernel configuration"

choose "Show CSC/WIP/EOS/TVB"

choose "I understand and agree"

choose "X96Q DDR3” or “X96Q DDR3 v5.1”

choose "edge"

rest is up to you.

Edited by Nick A

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines