05-03-2016, 02:33 PM
setenv bootargs console=${console} ${optargs} earlycon=uart,mmio32,0x01c28000 mac_addr=${ethaddr} root=${root} ro rootwait
This shows that you can add an optargs entry to your uEnv.txt which will add additional options to the Linux commandline.
The docs suggest that if you add this:
optargs=disp.screen0_output_mode=1280x720p60
then it will set 1280x720 at 60fps. But I just tested it and it doesn't work so I'm probably looking at the wrong docs.
Using fbset when the system is up *does* change the screen mode but that isn't helpful. Maybe longsleep can say why?
Sent from my iPad using Tapatalk
This shows that you can add an optargs entry to your uEnv.txt which will add additional options to the Linux commandline.
The docs suggest that if you add this:
optargs=disp.screen0_output_mode=1280x720p60
then it will set 1280x720 at 60fps. But I just tested it and it doesn't work so I'm probably looking at the wrong docs.
Using fbset when the system is up *does* change the screen mode but that isn't helpful. Maybe longsleep can say why?
Sent from my iPad using Tapatalk