Hi guys,
I've been trying to run this with and without Gemini for a while and couldn't figure yet how to solve the freezing problem i'm facing with this board. The multitool runs stable on this box.
It's an "In X plus" by label, an rk3228a inside, a Samsung KLM8G1WEMB-B031 emmc and 4 Samsung K4B2G0446C memory chips for 1GB RAM. Heres the full log: https://pastebin.com/vkZQKgpu
Also the armbianEnv.txt producing it:
verbosity=8
extraargs=coherent_pool=2M console=ttyS2,115200n8 console=tty1 debug earlycon=uart8250,mmio32,0x11030000 loglevel=8
bootlogo=false
overlay_prefix=rk322x
fdtfile=rk322x-box.dtb
rootdev=UUID=0c7f3d5e-34b3-4fb4-9894-b4b25702a6a6
rootfstype=ext4
usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u
I've tried many of the overlays including cpu stability and all the modes for emmc (even disabling it by loading the nand dtbo).
Other than that, i've tried increasing pwm voltages and locking cpu and ddr3 speeds, disabling the gpu and everything on its path.
Tried also on trixie and its the same thing.
If i tune down the verbosity, i can get to a login shell. But it freezes and blanks screen right after with an ilegible string of characters on the tty.
Does anyone have a clue what i should try next?
I'm guessing it could be the lower kernel version on the multitool that makes it run stable, but i couldnt find any image running it that i could try. The educabox one also freezes.
Those images i tested and messed with for long were all build using the armbian builder, with BOARD=rk322x-box.
The freezing happens either booting from the sd or flashed to emmc.
The weirdest thing is, when i flash one of those built images to emmc, the multitool starts to freeze when booting from sd. Couldn't figure this out either but it stops freezing when i erase the emmc.
I'd appreciate any help i could get.