瀏覽代碼

reihenfolge für uhrzeitsetzen umgestellt

Reinhard Russinger 3 年之前
父節點
當前提交
938727a9c9

+ 1 - 1
board/GfA/Display001/BUILD

@@ -1 +1 @@
-699
+699.01

+ 5 - 2
board/GfA/Display001/rootfs/etc/init.d/rcS

@@ -68,6 +68,11 @@ if [ "$BASEBOARD" == "DISPLAY002_DI4" -o "$BASEBOARD" == "DISPLAY002_RS485" ]; t
 	echo 255 > /sys/class/leds/led_brightness/brightness
 fi
 
+if [ "$BASEBOARD" == "DISPLAY001" ]; then
+	/root/fw_update.sh
+	/root/gfa_spi -s
+fi
+
 # --- set ddr3ram controller queue
 devmem2 0x4c000054 w 0x00FFFF10
 # --- get spi tiva rtc
@@ -122,9 +127,7 @@ if [ "$BASEBOARD" == "DISPLAY002_DI4" -o "$BASEBOARD" == "DISPLAY002_RS485" ]; t
 fi
 
 if [ "$BASEBOARD" == "DISPLAY001" ]; then
-	/root/fw_update.sh
 	/root/gfa_spi -b 100
-	/root/gfa_spi -s
 fi
 
 /root/GfACheck4_3Display.sh

+ 0 - 4
board/GfA/Display001/rootfs/var/GfA/pppd.sh

@@ -11,7 +11,3 @@ PPPD_RETVAL=$?
 echo "PPPD: Retval = $PPPD_RETVAL"
 echo `date`"--PPPD: Retval = $PPPD_RETVAL" >> $VENDOR_PATH/pppd_retval.log
 
-f if [ $PPPD_RETVAL != 0 ] && [ $PPPD_RETVAL != 1 ] && [ $PPPD_RETVAL != 6 ];then
-	echo "Modem Err $PPPD_RETVAL"
-	$VENDOR_PATH/gsm_MSQ "*AT+cfun=1,1"
-fi