北京君正集成电路的Newton平台--穿戴式
| ? Newton1開發平臺 |
??很適合可穿戴設備的超小尺寸 ??高性能1.0GHz處理器,支持各類操作系統和豐富應用 ??超低功耗可延長工作時間2倍于業界的同類設備 ??支持Android 4.3及以上系統。全然開源的開發平臺
|
主要特點:
???適用于穿戴式設備的超小尺寸:22?x?38?x?3?mm?。
???採用君正1GHz高性能低功耗處理器JZ4775,提供業界率先的執行功耗和待機功耗。
???採用內置eMMC存儲和LPDDR內存的EMCP。
???支持多種MEMS傳感器,包括陀螺儀、加速度計和磁力計,溫濕度。壓力和ECG心電等傳感器。
???支持Wi-Fi、Bluetooth 4.0 (BLE)、NFC和FM無線連接功能。
???PCB板上內置WIFI和BT陶瓷天線。
???支持TFT?LCD和Mirasol顯示屏。
???支持電容觸摸屏。
???支持DMIC數字麥克風和帶功放的揚聲器。
???提供USB、I2C、UART、GPIO等多種擴展接口,方便擴展各類設備。
???支持Android 4.3和Linux 3.0.8系統。
目標應用:
??可穿戴式設備:智能手表等
??醫療電子設備:監測心電圖、心率等的可穿戴式醫療設備?
??智能家居:無線音頻、智能網關、家居控制中心等
??消費類電子:高音質播放器、游戲機、指紋/人臉考勤機、E-Ink屏類產品等
Newton1功能框圖
Newton1主板圖
| ? ? ? ? ? ? ? ? ? ?? | ? |
| ??Newton1主板正面圖 | ?Newton1主板背面圖 |
Newton1平臺具體規格
| ?功能 | ?具體描寫敘述 |
| ?SoC | ?Ingenic JZ4775 |
| ?CPU | ?1GHz XBurst MIPS32 little endian |
| ?Caches | ?16kB I-Cache + 16kB D-Cache L1 cache, 256kB L2 cache |
| ?GPU | ?Dedicated 2D graphic engine |
| ?VPU | ?H.264, MPEG-2, MPEG-4, VC-1, VP8, RV9 up to 720p@30fps |
| ?Flash | ?32Gb eMMC |
| ?RAM | ?3Gb LP-DDR1 |
| ?Wireless Module | ?USI WM-BAN-BM-13 Wi-Fi + BT + FM + NFC SiP module (based on Broadcom 43341) ?- 802.11 a/b/g/n, dual-band 2.4GHz and 5 GHz ?- Bluetooth 4.0 (BLE) + EDR ?- NFC supports for the ISO/IEC 18092, ISO/IEC 21481, ISO/IEC 14443 Types A, B and B', Japanese Industrial Standard (JIS) (X) 6319-4, and ISO/IEC 15693 standards? |
| ?Power Management IC | ?Dialog DA9024 |
| ?Sensors | ?- InvenSense MPU-9250 with 3-axis gyroscope, 3-axis accelerometer and 3-axis magnetometer? ?- ECG sensor (optional on delivery)? ?- Temperature and humidity sensors (on external FPC board) |
| ?Display | ?TFT LCD: 1.6”, 240 x 240 resolution, 262K colors, with LED backlight |
| ?Touch screen | ?Capacitive touch screen? |
| ?Audio | ?Digital MIC and speaker with PA |
| ?Button | ?POWER and RETURN buttons |
| ?Motor | ?Support |
| ?USB 2.0 | ?Micro USB device |
| ?UART | ?Serial debug port? |
| ?Power | ?USB: 5V;? Li-on battery: 3.7~4.2V |
| ?Clocks | ?24MHz, 32.768kHz |
| ?Dimensions | ?22 x 38 x 3 mm |
| ?Power consumption | ?Power consumption without LCD and backlight, Wi-Fi and BT are off:? ?- 4mW standby? ?- 80mW idle working? ?- 100mW MP3 playing? ?- 260mW system working |
| ?External connectors | ?LCD connector, TP connector, DMIC and temp & humidity sensors FPC board connector |
| ?External debug board | ?via UART and Micro USB device |
| ?Operating system | ?Android 4.3, Linux 3.0.8 |
獲取源代碼:
Newton1平臺的開發主機環境必須是64位的Linux系統,推薦使用Ubuntu-12.04 64-bit。具體幫助請參考DevKit中的開發文檔。
Newton1平臺的Android和Linux系統的代碼是開源的。源代碼可通過以下的命令下載:
1) Android 4.3 Jelly Bean:
| $ ?mkdir newton-android $ ?cd newton-android $ ?wget http://git.ingenic.cn:8082/bj/repo $ ?chmod +x repo $ ./repo init?-u http://git.ingenic.cn:8082/gerrit/AOSP/platform/manifest ?-b android-4.3-newton-4775 $ ./repo sync |
以上命令將同步到最新代碼。因為源代碼較大,整個下載過程須要等待若干小時。
下載完畢后,使用以下命令同步到最新穩定版本號:
| $ ./repo forall -c "git reset --hard ingenic-android4.3.0-kernel3.0.8-newton-vx.x-xxxxxxxx" |
使用以下命令查看全部版本號號:
| $ cd kernel $ git tag | grep newton |
2)Linux 3.0.8 SDK (包括bootloader, kernel, rootfs, toolchain,documents and other softwares):
| $ ?mkdir newton-linux $ ?cd newton-linux $ ?wget http://git.ingenic.cn:8082/bj/repo $ ?chmod +x repo $ ?./repo init -u http://git.ingenic.cn:8082/gerrit/linux/manifest.git -b newton-master $ ?./repo sync |
如有不論什么技術問題。請發郵件到support@ingenic.com.
轉載于:https://www.cnblogs.com/llguanli/p/8444433.html
總結
以上是生活随笔為你收集整理的北京君正集成电路的Newton平台--穿戴式的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: hadoop文件写入
- 下一篇: 通过尾递归避免栈溢出