Jump to content

Recommended Posts

Posted (edited)

Hello,
I have an Android M98-Y6 HDMI stick that reportedly has an Allwiner H313 processor with 2GB of RAM and 16GB of storage. When I opened the case, I identified the emcp memory module KMQNW000SM-B316.
 

image.png.1a1ba033da718f56cedf66af8ef43325.png

I don't have access to console mode. I can only access adb commands as root.The RAM type DDR3 seems LPDDR3 ( version ??)

I've tried different Armbian images without success.

Unfortunately, Secure Boot is enabled.

I read this post  and test Armbian-20240716-unofficial_24.5.0-trunk_Transpeed-8k618-t_bookworm_edge_6.7.12_xfce_desktop_Secure_Boot.img.tar.xz from Nick, without success

I have an Android image named M96-Y6.img.


EDIT1:
Also it has a AP6330 Wifi Chip ( thanks to "dmesg")
It has a internal AC300 PHY ( thanks to "Device info HW")  

Attached is the "dts" file

devicetree.dts device_tree_dump.txt

Edited by rockamal
Posted (edited)

@rockamal maybe you’ll have better luck with x96q lpddr3

https://github.com/NickAlilovic/build/blob/v20250306/patch/u-boot/u-boot-h616/159-add-x96-q-lpddr3-v1.3-defconfig.patch

 

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

 

cd build

pico patch/u-boot/u-boot-h616/159-add-x96-q-lpddr3-v1.3-defconfig.patch

 

Change @@ -0,0 +1,191 @@ to @@ -0,0 +1,192 @@

 

add this to the bottom of the patch

"+CONFIG_SPL_IMAGE_TYPE_SUNXI_TOC0=y"

 

Then you need to include the secure boot patch.

 

pico patch/u-boot/u-boot-h616/secure-boot.patch

create the secure boot patch.

 

you can find it here.

 

 

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