Posts by ilmich

    Trust me guys, all rk3229 images not works for me. Now I've tried rk3229 - V88mars but it won't boot (only red led).

    Then I've flashed trust.img for rk3228x and boot with blu led but hangs (no sdcard).

    Finally I've replaced the dtb with mine (without uhs support for sd card controller) and all works.

    Sadly I'm not able to debug via uart (not visible pins on my board) to see why my rk3229 box seems to be another thing.

    EDIT: I'm not using uhs cards because I've discovered that my sd controller does not support uhs at all (this is why the controller crash on boot, kernel try to send some commands for uhs supports, but controller never responds) so the only fix is to disabling it.

    for knaerzche , I've finally discovered what not works on my box with your images. This is my dts coded on top of an rk3228b box dts.

    I've disabled dmc and some sdmmc commands that hangs the sd controller.

    Hi knaerzche  thanks for your hard work. I've finally run some sort of linux in my box

    I'm not sure what is my model but seems to be a Shishion V88 plus with rockchip 3228, 1Gb ram 8Gb rom and ssv6501p wifi card.

    Your images for rk3228 works for me only with the dtb extracted from my android firmware, so I'll share the decompiled dtb in case you what to add this device.

    I have one question, and some tips

    Do you have the source code of trust images for rk3228, or you have found it somewhere!?

    Next the tips, with "noop" scheduler and "performance" cpufreq scaling governor (now is interactive by default that is good for smartphones) the box run better.

    Thanks

    Michele