Difference between revisions of "IoTGateway/Features/Android/Peripheral"

From ESS-WIKI
Jump to: navigation, search
m
Line 54: Line 54:
 
== Fastboot ==
 
== Fastboot ==
  
#Fastboot is a feature which can be used to download images from a computer running either Windows OS or Linux OS to the
+
#Fastboot is a feature which can be used to download images from a computer running either Windows OS or Linux OS to the target storage device..
  
target storage device..
+
#1. Power on the board with USB OTG connected.
 +
#2. Press any key to enter the U-Boot shell.
 +
#3. Select the correct device to do fastboot image download by command:
 +
    [In Uboot] Run the fastboot command:
 +
    # U-BOOT > fastboot
  
#[Target side]
+
    [In kernel] you can input this command in the kernel:
 
+
    # reboot bootloader
1. Power on the board with USB OTG connected. 2. Press any key to enter the U-Boot shell.
 
 
 
#Select the correct device to do fastboot image download by command:
 

Revision as of 10:42, 14 March 2017


Serial Port

  1. Click "Serial Port"
    Imx6ABV1 APP serialport.png
  2. Click "Setup"
    Imx6ABV1 serialport setup.png
  3. Click "Device" , and choose the used device(e.g. ttymxc1)
    RTENOTITLE
  4. Click "Baud rate" , and choose the used baudrate(e.g. 115200)
    RTENOTITLE

Wi-Fi

  1. Click "Settings"
    Imx6ABV1 APP settings.png
  2. Turn Wi-Fi on
    Imx6ABV1 settings wifi on.png
  3. Choose ESSID (e.g. ESSD Testing )
    Imx6ABV1 settings wifi choose ESSID.png
  4. Input correct password
    RTENOTITLE
  5. Wi-Fi Authenticating/Connecting/Obtaining IP address
    Imx6ABV1 settings wifi authenticating.png
    Imx6ABV1 settings wifi connecting.png
    Imx6ABV1 settings wifi obtaining ip.png
  6. Wi-Fi connected
    Imx6ABV1 settings wifi connected.png

Ethernet

  1. Click "Settings" / "Ethernet configuration" , then Turn on Ethernet
    Imx6ABV1 settings ethernet config.png
  2. Click "Ethernet configuration"
    Imx6ABV1 settings ethernet config next level.png
  3. Choose Connection Type (DHCP or Static IP)
    Imx6ABV1 settings ethernet config dhcp.pngImx6ABV1 settings ethernet config static.png

Update System

  1. Refer to 1.4.6 to build OTA package.
  2. Plug SD card that contains OTA package(update.zip) into SD slot.
  3. Click "Settings" / "About tablet" / "Addition system updates" :
    Imx6ABV1 settings addition system updates.png
  4. Wait for one moment, system will reboot for updating
    Imx6ABV1 poweroff.png
  5. It will take some time to update.

Watchdog

Example

Fastboot

  1. Fastboot is a feature which can be used to download images from a computer running either Windows OS or Linux OS to the target storage device..
  1. 1. Power on the board with USB OTG connected.
  2. 2. Press any key to enter the U-Boot shell.
  3. 3. Select the correct device to do fastboot image download by command:
   [In Uboot] Run the fastboot command:
   # U-BOOT > fastboot
   [In kernel] you can input this command in the kernel:
   # reboot bootloader