12345678910111213141516171819202122 |
- diff --git a/UpdateRootfs.sh.in b/UpdateRootfs.sh.in
- index 19bece2..00abca8 100644
- --- a/UpdateRootfs.sh.in
- +++ b/UpdateRootfs.sh.in
- @@ -406,7 +406,7 @@ fi
- fi
-
- if [ "$XRES" == "416" -a "$YRES" == "1280" ]; then
- -if [ "$BASEBOARD" == "DISPLAY002_784" ]; then
- +if [ "$BASEBOARD" == "DISPLAY002_784" -o "$BASEBOARD" == "DISPLAY002_784_ADC"]; then
- echo "4.7 x 7.5 Inch long Display 2"
- sh /root/Display2To_784inch_rs485.sh
- DONE=1
- @@ -985,7 +985,7 @@ fi
- fi
-
- if [ "\$XRES" == "416" -a "\$YRES" == "1280" ]; then
- -if [ "\$BASEBOARD" == "DISPLAY002_784" ]; then
- +if [ "\$BASEBOARD" == "DISPLAY002_784" -o "\$BASEBOARD" == "DISPLAY002_784_ADC" ]; then
- echo "15 Inch Display 2"
- cp \$EMMC_BOOTPATH/Display002_784_rs485.dtb \$EMMC_BOOTPATH/Display001.dtb
- DONE=1
|