sim7600x-h open linux sdk user guide · 3. compile 1. uncompress tar.bz file in sdk, cd to path...

8
SIM7600x-H Open Linux SDK User Guide Jack Mar, 2018

Upload: others

Post on 17-Aug-2020

30 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: SIM7600x-H Open Linux SDK User Guide · 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

SIM7600x-H Open Linux SDKUser Guide

Jack Mar, 2018

Page 2: SIM7600x-H Open Linux SDK User Guide · 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

Content

Page 3: SIM7600x-H Open Linux SDK User Guide · 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

SIM7600x-H

AP Modem+

1. Open Linux Introduction

Page 4: SIM7600x-H Open Linux SDK User Guide · 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

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.

Page 5: SIM7600x-H Open Linux SDK User Guide · 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

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

Page 6: SIM7600x-H Open Linux SDK User Guide · 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

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

Page 7: SIM7600x-H Open Linux SDK User Guide · 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

4. APP download

Page 8: SIM7600x-H Open Linux SDK User Guide · 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

Thank you