On Fri, 23 Aug 2024 at 20:24, Michael Grunditz michael.grunditz@gmail.com wrote:
fre 23 aug. 2024 kl. 17:05 skrev Michael Grunditz michael.grunditz@gmail.com:
Hello!
I have updated my genode-rockchip to include RK3399. Unfortunately none of the targets starts using Genode from git. They doesn't survive the jump from bootstrap/ctr0 to bootstrap/init.
https://github.com/mickenx/genode-rockchip
Michael
Short follow up. It seems to be mandatory with a size specification in mmio mapped registers. I don’t know but the uart might fail. I misinterpreted it in video driver, while change it.
If someone can take a look if would help. The uart is strictly based on imx uart so copied the size from that.
And now I know more about where it fails https://github.com/mickenx/genode-rockchip/blob/main/src/bootstrap/board/rk3... I have dumped the debug versions and found that it is in one of the mem regions that fails.
I don't understand why. I have compared to the iMX repo and it is done similar. As for RAM , I have tried to give it less ram .. but it should work .. board has ram from (top of uboot) to 4GB.
I guess someone can see directly what the problem is :-)
/MIchael