EmcraftSystems/u-boot

Cannot change the resolution on IMX-RT1050

Opened this issue · 4 comments

Only support 470x272 when I setting other resolution, I find out the key is in arch/arm/mach-imxrt105x/clock.c, it seems be fixed to 470x272 official panel setting, please provide a way to change it, thanks!

Hi regarding the u-boot of imxrt1050, where can I find the source code of u-boot?

Hello Sergei, and I also tried this u-boot a little bit, actually I am now want to use u-boot to load my application(Now I am trying to use an helloworld project link to the SDRAM 0x80000000), but if I use go command to jump to the entry of 0x80000004, then the hardware will reboot immediately, just does not have any idea, maybe the u-boot need to modify a little bit if I want to load my simple application.

Do you have any idea about such problem?

Best Regards,
Henry