Do you have a question about the Orange Pi 3G-IoT and is the answer not in the manual?
Questions and answers
Summary of Contents for Shenzhen Xunlong Software Co., Ltd Orange Pi 3G-IoT
Page 1
Orange Pi User Manual Copy right by Shenzhen Xunlong Softwawre Co., Ltd Orange Pi 3G-IoT User Manual www.orangepi.org www.xunlong.tv...
Page 2
Orange Pi User Manual Copy right by Shenzhen Xunlong Softwawre Co., Ltd History Data Author Brief Publish Memo 2018-05-25 Engineer Pan Create Documentation 2018-6-14 2018-10-18 Engineer Pan Usage of GPIO 2018-10-19 www.orangepi.org www.xunlong.tv...
Copy right by Shenzhen Xunlong Softwawre Co., Ltd Contents 1. What is Orange Pi 3G-IOT?......................1 I. Orange Pi Introduction...........................1 2. What can I do with Orange Pi 3G-IOT?..................1 3. Who is it for?........................... 1 4. Orange Pi 3G-IOT Hardware Specification................... 1 5. GPIO Specs............................4 1....
Android Scratch Pretty much anything else, because Orange Pi 3G-IOT is open source. 3.Who is it for? Orange Pi 3G-IOT is for anyone who wants to start creating with technology – not just consuming it. It's a simple, fun, useful tool that you can use to start taking control of the world around you.
Page 5
Orange Pi User Manual Copy right by Shenzhen Xunlong Softwawre Co., Ltd Quad core ARM® Cortex-A7, Main frequency up to 1.25GHz ARM Mali-400MP1 GPU Version A: 256MB DDR2+512MB EMMC Flash Memory Version B: 512MB DDR2+4GB EMMC Flash Wireless WIFI / BT / FM / GPS Four in one 850/900/1800/1900 B1/B2/B5/B8 WCDMA...
Page 6
Orange Pi User Manual Copy right by Shenzhen Xunlong Softwawre Co., Ltd 512MB DDR2 + 4GB EMMC Version Specs: www.xunlong.tv www.orangepi.org...
Orange Pi User Manual Copy right by Shenzhen Xunlong Softwawre Co., Ltd II.Using Method 1.Prepare the Hardware and Software Hardware Requirement: Orange Pi 3G-IoT Development Board A PC for compilation with following specs: 64bit CPU Up to 16GB RAM UP to 40GB spare disk space Operation system should up to Ubuntu12.04, it would be better if it is Ubuntu16.04...
Page 10
Orange Pi User Manual Copy right by Shenzhen Xunlong Softwawre Co., Ltd 图 1 图 2 www.xunlong.tv www.orangepi.org...
Orange Pi User Manual Copy right by Shenzhen Xunlong Softwawre Co., Ltd III.Android Compilation Environment Construction Download SDK compression package Take OrangePi_3G-IoT_Android4.4_V1.0_2018.tar.gz as an example, after get the original compression package: mkdir OrangePi_3G-IoT tar zxvf OrangePi_3G-IoT_Android4.4_V1.0_2018.tar.gz -C OrangePi_3G-IoT cd OrangePi_3G-IoT Construct Compilation Environment It could also refer to Google file: http://source.android.com/source/initializing.html ...
Orange Pi User Manual Copy right by Shenzhen Xunlong Softwawre Co., Ltd g++-4.4 g++-4.4-multilib g++-multilib mingw32 tofrodos python-markdown libxml2-utils xsltproc wine For Ubuntu14.04: sudo apt-get update sudo apt-get install git-core gnupg flex bison ccache gperf libsdl1.2-dev libesd0-dev libwxgtk2.8-dev build-essential zip curl libncurses5-dev zlib1g-dev valgrind libc6-dev lib32ncurses5-dev x11proto-core-dev libx11-dev lib32readline-gplv2-dev lib32z1-dev libgl1-mesa-dev g++-multilib g++-4.8-multilib mingw32 tofrodos python-markdown...
Page 13
Orange Pi User Manual Copy right by Shenzhen Xunlong Softwawre Co., Ltd #$2 version_info [eg: v00 v01 ...] #$3 compile_mode [eng:user userdebug eng] Module compilation Usually use the following command to change Kernel file: ./mk -o=TARGET_BUILD_VARIANT=[user/userdebug/eng] projName n K && ./mk -o=TARGET_BUILD_VARIANT=[user/userdebug/eng] projName r bootimage For example, if project is: hexing72_cwet_kk ./mk -o=TARGET_BUILD_VARIANT=eng hexing72_cwet_kk n k &&...
Orange Pi User Manual Copy right by Shenzhen Xunlong Softwawre Co., Ltd IV.Android Firmware Flashing Relevant keys and connectors for firmware flashing of 3G-IOT: After compilation, all the firmware will generate on the directory of: code/IoT03_b1258_32g4g_ry_smt or code/IoT03L_b1258_wg_4g2g_ry_smt, and packed into compression file as the name of IoT03_b1258_32g4g_ry_smt_20180403182516_v00_eng.zip.
Flash Tool Introduction You could download the Smart Phone Flash Tool on the download page of Orange Pi 3G-IoT section. There are tools for Windows and Linux version, you could select a suitable version according to your PC environment.
Orange Pi User Manual Copy right by Shenzhen Xunlong Softwawre Co., Ltd Using method for both Windows and Linux versions are same, here will illustrate with Linux version. Method for Image Flashing MTK suggesting Ubuntu12.04 verstion, if it is not this version and cannot connect to PC, then need to: $sudo apt-get remove modemmanager $sudo /etc/init.d/udev retstart...
Page 17
Orange Pi User Manual Copy right by Shenzhen Xunlong Softwawre Co., Ltd If it is the first time you use this software, you might receive the warn like the following. It is normal to receive this, you could click OK enter into the software. In the future you could manually specified the path of Scatter File.
Page 18
Orange Pi User Manual Copy right by Shenzhen Xunlong Softwawre Co., Ltd c. After double click the selection, the partition information display section will automatically fill the path of each partition file and the absolute starting address to which they are to be flashed. d.
Page 19
Orange Pi User Manual Copy right by Shenzhen Xunlong Softwawre Co., Ltd select Format All + Download It you select Format All, you will lose the calibration information which we worked before sending out products. If this situation is inadvertent, please contact the Orange Pi service and obtain the calibration parameters through the machine code, and re-flash the calibration parameters.
Page 20
Orange Pi User Manual Copy right by Shenzhen Xunlong Softwawre Co., Ltd When the Power button is loosened after 5 seconds, the system will start to enter the system When the updated partition is more, the first boot will take a long time (the full partition update needs 8min), please be patient.
Orange Pi User Manual Copy right by Shenzhen Xunlong Softwawre Co., Ltd V.Usage of GPIO Modify and Display of the GPIO Status Under ADB Mode Get the Open/Close Status of GPIO : cat /sys/devices/virtual/misc/mtgpio/pin Enter the command under ADB mode: cat /sys/devices/virtual/misc/mtgpio/pin , then it will show: pin: [mode] [pull_sel] [din] [dout] [pull en] [dir] [ies] [smt] 0:11101010 1:01101010...
Need help?
Do you have a question about the Orange Pi 3G-IoT and is the answer not in the manual?
Questions and answers