My device (NanoPi M1 Plus) is working by Ubuntu 16, and loading from eMMC (i'm connecting to device by SSH)
I was just gonna to change the HDMI display resolution from 1024x600 to 800x600 DPI.
The boot.cmd include a string
it is commented by default.
I uncommented this line with new options:
After that, I had rebooted the device, but after the reboot, the new display setting had no effect (the resolution have not change from 1024x600 to 800x600)
Next to the boot.cmd is a boot.scr file with same data.
I uncommented the string "setenv hdmi_res..." with 800x600 option in boot.scr file, and after reboot, the device did not starting
How i can get back?
I have not connected by UART0 yet, to see boot log.
I was just gonna to change the HDMI display resolution from 1024x600 to 800x600 DPI.
The boot.cmd include a string
Code: Select all
#setenv hdmi_res drm_kms_helper.edid_firmware=HDMI-A-1:edid/1280x720.bin video=HDMI-A-1:1280x720@60
it is commented by default.
I uncommented this line with new options:
Code: Select all
setenv hdmi_res drm_kms_helper.edid_firmware=HDMI-A-1:edid/800x600.bin video=HDMI-A-1:800x600@60
After that, I had rebooted the device, but after the reboot, the new display setting had no effect (the resolution have not change from 1024x600 to 800x600)
Next to the boot.cmd is a boot.scr file with same data.
I uncommented the string "setenv hdmi_res..." with 800x600 option in boot.scr file, and after reboot, the device did not starting

How i can get back?
I have not connected by UART0 yet, to see boot log.