SIM7600x-H Open Linux SDK User Guide · 3. Compile 1. Uncompress tar.bz file in SDK, cd to path...

Post on 17-Aug-2020

30 views 1 download

transcript

SIM7600x-H Open Linux SDKUser Guide

Jack Mar, 2018

Content

SIM7600x-H

AP Modem+

1. Open Linux Introduction

2. Develop Environment

Please prepare a PC which running Ubuntu 12.04 and connect to the Internet, install the following basic software required for compilation.

3. Compile 1. Uncompress tar.bz file in SDK, cd to path “\sim7600mifi_dev”2. Compile with following cmd

$cd oe-core $source build/conf/set_bb_env.sh $build7600mifidev

3. For the first time it will take about 1~2 hours to compile, when finished it will generate 2 image files in path ~/sim7600mifidev/oe-core/build/tmp-glibc/deploy/images/mdm9607-perf. Please rename them as following:

mdm9607-perf-boot.img ----> boot.img mdm9607-perf-sysfs.ubi ----> system.img

4. If need to compile kernel alone, please use following cmd: $bitbake -c cleanall linux-quic && bitbake -c deploy linux-quic

4. APP download

1. Please make sure the FW version on module is the same type as SDK(non-MIFI or MIFI).

2.Please install adb and fastboot tools before downloading.

3. Power up module and connect to PC with USB. If no adb device in device manager, please send AT+CUSBADB=1 to enable adb interface then reboot module.

4. Open cmd window, input“adb devices” to check if module is connected OK, then input“adb reboot-bootloader” to enter into fastboot mode.

5. Download boot.img and system.img, then reboot module

4. APP download

Thank you