Данный метод не работает.
# To switch VGA/HDMI display mode in command line. e.g. $ cb-display-tool -o 8 -m 11 # Note: can switch to the same resolutions only currently.
А вот если изменить script.fex
[disp_init] disp_init_enable = 1 disp_mode = 0 screen0_output_type = 4 screen0_output_mode = 4 screen1_output_type = 2 screen1_output_mode = 14
То все работает.
Для конвертации из bin to fex : bin2fex script.bin > script.fex
для конвертации из fex to bin : fex2bin script.fex > script.bin