Multi Source Translation Content

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Multi Source Translation Content

ディスカッション

ソート順:
QorIQ Layerscape 平台上的 EdgeScale 解决方案 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> EdgeScale 解决方案为开发人员提供了一种安全的机制,使他们能够利用云计算框架开发应用程序,帮助用户轻松连接物联网设备、管理设备并部署基于容器的应用程序。请参阅云计算系统中的以下 Layerscape 产品。用户可以通过https://portal.edgescale.org访问云服务。EdgeScale 客户端是一组在设备端运行的软件代理,用于连接到云服务。 本文档介绍了 EdgeScale 支持的主要功能,如注册用户帐户、安全设备注册、配置/连接 EdgeSacle 终端设备、在 LSDK 中生成 EdgeScale 客户端映像、OTA 固件更新(LS1043 或 LS1046)、运行 EdgeScale 演示应用程序以及基于容器的应用程序的动态部署。 QorIQ LS1设备
記事全体を表示
BLE-NFC桥接演示 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> https://community.nxp.com/docs/DOC-340389 (在 “我的视频” 中查看) NFC 控制器解决方案
記事全体を表示
802.11AD 60 GHz Wi-Fi Gateway Demo In this demo, we are showing an 802.11AD 60GHz Wireless Demo with 3Gbps throughput using two LS1046ARDB (ARM Cortex A72 Quad Core) gateways and an LS1012ARDB gateway. These gateways simulate communication between stations. Products Product Link QorIQ® Layerscape 1012A Low Power Communication Processor Layerscape LS1012A Communication Processor for the IoT | NXP  QorIQ® LS1012A Development Board https://www.nxp.com/design/qoriq-developer-resources/qoriq-ls1012a-development-board:LS1012A-RDB?&fsrch=1&sr=2&pageNum=1 QorIQ® Layerscape 1046A and 1026A Multicore Communications Processors QorIQ® Layerscape 1046A | NXP  QorIQ® LS1046A Development Board QorIQ® LS1046A Development Board | NXP  Training New Kid on the Block - 60 GHz Wi-Fi  Communications Infrastructure
記事全体を表示
QorIQ LSDK Introduction QorIQ LSDK is NXP new generation of SDK for Layerscape productions, consists of a set of disaggregated components based on Linux distributions, meets market demand to more Linux distributions of more types, and satisfy the requirement from a wide variety of customers. In LSDK we use Flexbuild to build all packages from LSDK, make root filesystem and generate the installer. This document introduces the basic concept of LSDK, comparison between LSDK and Yocto SDK, how to use LSDK, plan and roadmap of LSDK. 1. Basic Concept of LSDK 1.1 LSDK Specific features 1.2 LSDK Components 1.3 LSDK Images Memory Map 2. Comparison Between Layerscape SDK and QorIQ Yocto SDK 3. How to Usage LSDK 3.1 LSDK Flexbuild Utility 3.2 Build LSDK using Flexbuild 3.3 Deploy LSDK Images on the Target Board 3.4 Add a Package using Flexbuild 4. Layerscape SDK Roadmap QorIQ LS1 Devices Re: QorIQ LSDK Introduction Finally a good step aside from Yocto kludge I have a feeling that flex-builder is written (secretly?) by one person: Shengzhou Liu. After a week work reversing what flex-builder was doing, I have a buildroot-only 2019.08 build ( rootfs+u-boot+kernel+...) for LX2160ARDB running from SD card. Thanks, Shengzhou Liu ! p.p. Could you try limiting the compiled packages/blobs only relevant to the selected architecture ? For example, for lx2160a I got ppfe, fmc  despite of being DPAA2 only ... Regards, Re: QorIQ LSDK Introduction LSDK/Flexbuild are absolute garbage. What is the point of having manifest files if board-specific logic is sprinkled throughout the build scripts. And the distribution model is totally broken. The decision to focus on LSDK over Yocto should be revisited.
記事全体を表示
EdgeScale Solution on QorIQ Layerscape Platform EdgeScale solution provides a secure mechanism for developers to leverage cloud-computing frameworks for their applications, it helps users easily connect IoT things, manage devices and deploy container based applications. Please refer to the following Layerscape products in the cloud computing system. The user could access cloud service from https://portal.edgescale.org. EdgeScale client is a set of software agents running on device side which connects to the cloud services. This document introduces EdgeScale supported major features as registering user account, secure device enrolment, provisioning/connecting the EdgeSacle end devices, generate EdgeScale client images in LSDK, OTA firmware update (LS1043 or LS1046), running EdgeScale demo applications and dynamic deployment of container-based applications. QorIQ LS1 Devices
記事全体を表示
BLE-NFCブリッジのデモ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> https://community.nxp.com/docs/DOC-340389  (マイビデオで視聴) NFCコントローラーソリューション
記事全体を表示
HOWTO: Create An ISP Project From Example in S32DS for Vision S32DS for Vision contains many example projects from which you can learn how S32DS for Vision can be used with the help of the Vision SDK to develop vision applications. The example projects contain generated and hand-written code, which utilize the Vision SDK to demonstrate a workflow using S32DS for Vision. In this document, the procedure for creating a project from one of the provided ISP examples through to execution on the EVB is detailed. 1) Launch S32DS for Vision 2) Select "New S32DS Project from example" 3) Select isp_sonyimx224_csi_dcu project    In this particular project, the ISP graph diagram is included. If you wish to view it, go to the Project Explorer panel and expand 'isp_sonyimx224_csi_dcu_graph'. Then double click on 'ISP data flow : isp_sonyimx224_csi_dcu_graph'. The ISP graph diagram will appear in the editor panel. 4) Change to C/C++ perspective, click on 'Switch to C/C++ Development' 5) Select isp_sonyimx224_csi_dcu: A53 in the Project Explorer panel 6) Build project for A53  7) Start a debug session using method as described in HOWTO Create A53 Linux Project in S32DS for Vision, beginning at step 9. 😎 Should get results similar to this: Re: HOWTO: Create An ISP Project From Example in S32DS for Vision Hi,  are you able build ISP target?  If not, please share the output from build console.  Jiri  Re: HOWTO: Create An ISP Project From Example in S32DS for Vision Hi  Mike Doidge      It is helpful when i follow your guide to create project. But i encounter a strange issue. Could you help me for this? Thanks. My S32 DS is :S32 Design Studio for Vision Version 2018.R1 PC OS version: ubuntu 14.04 64bits When i build the project, the logs shown as below: 13:42:02 **** Build of configuration A53 for project isp_sonyimx224_csi_dcu **** make -j4 all make --no-print-directory pre-build rm -f ../A53_gen/src/sequencer_srec.c; make -f ../Project_Settings/Scripts/seq.mk TD="/root/NXP/S32DS_Vision_v2018.R1/eclipse/../Cross_Tools/gcc-6.3-arm32-eabi" VD="/root/NXP/S32DS_Vision_v2018.R1/eclipse/../S32DS/s32v234_sdk" make[2]: dos2unix: Command not found make --no-print-directory main-build Building file: ../A53_src/main.cpp Invoking: Standard S32DS C++ Compiler aarch64-linux-gnu-g++ "@A53_src/main.args" -MMD -MP -MF"A53_src/main.d" -MT"A53_src/main.o" -o "A53_src/main.o" "../A53_src/main.cpp" make[2]: *** [../A53_gen/src/sequencer_srec.c] Error 127 make[1]: [pre-build] Error 2 (ignored) Building file: ../A53_gen/src/kmem.c Building file: ../A53_gen/src/mipi_simple.c Invoking: Standard S32DS C Compiler aarch64-linux-gnu-gcc "@A53_gen/src/kmem.args" -MMD -MP -MF"A53_gen/src/kmem.d" -MT"A53_gen/src/kmem.o" -o "A53_gen/src/kmem.o" "../A53_gen/src/kmem.c" Invoking: Standard S32DS C Compiler aarch64-linux-gnu-gcc "@A53_gen/src/kmem.args" -MMD -MP -MF"A53_gen/src/mipi_simple.d" -MT"A53_gen/src/mipi_simple.o" -o "A53_gen/src/mipi_simple.o" "../A53_gen/src/mipi_simple.c" Finished building: ../A53_gen/src/kmem.c Finished building: ../A53_gen/src/mipi_simple.c Finished building: ../A53_src/main.cpp Building target: s32ds_isp_sonyimx224_csi_dcu.elf Invoking: Standard S32DS C++ Linker aarch64-linux-gnu-g++ -o "s32ds_isp_sonyimx224_csi_dcu.elf" "@s32ds_isp_sonyimx224_csi_dcu.args" ./A53_src/main.o: In function `LibsPrepare(AppContext&)': /root/workspaceS32DS.Vision.2018.R1/isp_sonyimx224_csi_dcu/isp_sonyimx224_csi_dcu/A53/../A53_src/main.cpp:298: undefined reference to `sequencer_srec' /root/workspaceS32DS.Vision.2018.R1/isp_sonyimx224_csi_dcu/isp_sonyimx224_csi_dcu/A53/../A53_src/main.cpp:298: undefined reference to `sequencer_srec' collect2: error: ld returned 1 exit status make[1]: *** [s32ds_isp_sonyimx224_csi_dcu.elf] Error 1 make: *** [all] Error 2 13:42:07 Build Finished (took 4s.477ms) Description Resource Path Location Type Ld error: 2 (ignored) C/C++ Problem Ld error: 2 (ignored) C/C++ Problem Ld error: undefined reference to `sequencer_srec' isp_sonyimx224_csi_dcu C/C++ Problem make: *** [all] Error 2 isp_sonyimx224_csi_dcu C/C++ Problem make[1]: *** [s32ds_isp_sonyimx224_csi_dcu.elf] Error 1 isp_sonyimx224_csi_dcu C/C++ Problem make[2]: *** [../A53_gen/src/sequencer_srec.c] Error 127 isp_sonyimx224_csi_dcu C/C++ Problem
記事全体を表示
S32 Design Studio for Power Architecture v2.1 Update 13 available!       Product Release Announcement Automotive Microcontrollers and Processors S32 Design Studio for Power Architecture v2.1 Update 13          What is new? Integrated Radar SDK RTM 1.5.0 (replacing 1.4.0) This is a cumulative update - it includes all the content of previous updates (Update 1,Update 2, Update 7, Update 8, Update 10, Update 12)   Installation instructions The update is available for online installation (via S32DS Extensions and Updates) or offline installation (direct download link)  installation:  go to menu "Help" -> "S32DS Extensions and Updates" dialog  select from available items and click "Install/Update" button offline installation:   go to S32 Design Studio for Power product page -> Downloads section or use direct link to download the update archive zip file      Start S32 Design Studio and go to "Help" -> "S32DS Extensions and Updates", then click 'Go to Preferences' link And add a new site "Add..." repository and browse to select the downloaded update archive zip file you downloaded in the previous step   Select the 'S32 Design Studio for Power Architecture Device Package' and 'Update with S32 SDK 3.0.2 for Power Architecture' packages and click "Install/Update" button.   This will start the update installation process. SDKs
記事全体を表示
Accelerometer: MMA865x Breakout Board Hi, The MMA865x, 3-axis, 10-bit/12-bit accelerometer that has industry leading performance in a small 2 x 2 x 1 mm DFN package. This accelerometer is packed with embedded functions that include flexible user-programmable options and two configurable interrupt pins. Overall power savings is achieved through inertial wake-up interrupt signals that monitor events and remain in a low-power mode during periods of inactivity. Here is a Render of the MMA865x Breakout- Board downloaded from OSH park: Layout Design for this board: In the attachments section, you can find the Schematic Source File (SCH), Schematic PDF File, Layout Source File (BRD), Gerber Files (GTL, GBL, GTS, GBS, GTO, GBO, GKO, XLN) and BOM files. If you're interested in more designs like this breakout board for other sensors, please go to Freescale Sensors Breakout Boards Designs – HOME Accelerometers
記事全体を表示
gct_cfg_引脚分配.zip <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> QuickStart GCT V2.6.3 更新,更新所有受支持设备的 CPU 外围设备和引脚排列页面。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> QuickStart GCT V2.6.3 更新,更新所有受支持设备的 CPU 外围设备和引脚排列页面。 概述 回复:gct_cfg_pinout.zip <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 要应用更新,请将文件解压到 \tools\gct\
記事全体を表示
トレーニングクラス:MQX RTOS v4.1 MQX初心者向け基本トレーニング <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> MQXユーザーの皆さん、こんにちは。 MQXリアルタイムオペレーティングシステムを紹介する6つの簡単なラボが添付されています。これらのラボでは、Kinetisデバイスと一部のOSサービスを使用して簡単なプロジェクトを作成するために必要なすべての手順を順を追って説明します。 コンテンツ: - MQXライブラリの構築 - 新しいMQXプロジェクトの作成とデバッグ - タスクの使用 - LW GPIOの使用 - イベントとミューテックスの使用 - LW セマフォの使用 お役に立てれば幸いです。 よろしくお願いいたします。 カルロス
記事全体を表示
gct_cfg_pinout.zip Update for QuickStart GCT V2.6.3, Updates CPU peripherals and pinout page for all supported devices. Update for QuickStart GCT V2.6.3, Updates CPU peripherals and pinout page for all supported devices. General Re: gct_cfg_pinout.zip To apply the update unpack the file to \tools\gct\
記事全体を表示
gct56F800.zip <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> DSC用QuickStart 2.6、V2.6.31、更新プログラムを適用するには、ファイルを tools\gct\ に解凍します。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> DSC用QuickStart 2.6、V2.6.31、更新プログラムを適用するには、ファイルを tools\gct\ に解凍します。 全般
記事全体を表示
Training Class: MQX RTOS v4.1 Basics Training for MQX Beginners Hi MQX users, Attached you can find 6 simple Labs to introduce yourself to MQX Real Time Operating System. These Labs will walk you through all the steps you need to create simple projects using a Kinetis Device and some OS services. Content: - Building MQX Libraries - Creating and debugging new MQX project - Using Tasks - Using LW GPIOs - Using Events and Mutex - Using LW Semaphores I hope you find them useful. Best regards, Carlos
記事全体を表示
Servomotor Arm Overview Within the industry it is necessary to use different types of motor control in which different ranges of precision or freedom of movement can be obtained. The servo motor control by pwm gives precise control by angles. Required material 1x Kinetis K70 120 MHz Tower System Module 2x Tower System Elevator Module 5x Potentiometer 5x Servomotor CodeWarrior Video (view in My Videos) Connections Step-by-Step 1. Download the attached file2. Unzip it 3. Upload it to CodeWarrior 4. Compile it 5. Upload it to the TWR-K70 board 6. Make the connections in the diagram 7. Connect to Power Supply 8. The variation in the potentiometers will vary the position of each motor Block Diagrams Industrial
記事全体を表示
IoT Audio Overview Audio industries need Audio Platform Boards capable to perform with Hi-Res Audio, and focused on the implementation of IoT. Therefore, it is necessary to count with a simplified but efficient and high performance audio platform, with WIFI/BT connectivity, and that is also capable of supporting 196k/32bit PCM & DSD DAC. With the possibility of adding DSP capabilities to increase customers portfolios into high-end products. And if needed, adding on-edge performance capabilities to complement the audio system into Voice Assistants. This application receives video and Hi-Res audio signals from WIFI or Bluetooth, even from DMICs. Then it processes them and sends a response to displays, speakers or any other audio or video output. It should also count with an external Audio Codec that could support different audio formats. Use Cases The audio industry has been evolving through the years. Thanks to this evolution, the industry is now focused on Hi-Res Audio, & the implementation of IoT for streaming and other type of services. Some of the possible uses could be: Audio Streaming. Audio Processing. Audio Files Storage. Portable Audio Systems. Personal Assistants. Voice Assisted Systems. Block Diagram Products Category MPU Product URL i.MX 8M Plus – Arm® Cortex®-A53, Machine Learning, Vision, Multimedia and Industrial IoT  Product Description The i.MX 8M Plus family focuses on machine learning and vision, advanced multimedia, and industrial IoT with high reliability. Category Wireless Product URL 1 88W8987: 2.4/5 GHz Dual-Band 1x1 Wi-Fi® 5 (802.11ac) + Bluetooth® 5 Solution  Product Description 1 The 88W8987 is a highly integrated Wi-Fi (2.4/5 GHz) and Bluetooth single-chip solution specifically designed to support the speed, reliability and quality requirements of Very High Throughput (VHT) products. Product URL 2 PN5180: Full NFC Forum-compliant frontend IC  Product Description 2 The PN5180 is a high-performance full NFC Forum-compliant frontend IC for various contactless communication methods and protocols. Category Power Management Product URL 1 PCA9450: Power Manage IC (PMIC) for i.MX 8M Mini/Nano/Plus  Product Description 1 The PCA9450 is a single chip Power Management IC (PMIC) specifically designed to support i.MX 8M family processor Product URL 2 NVT4857UK: SD 3.0-SDR104 compliant integrated auto-direction control memory card voltage level translator with EMI filter and ESD protection  Product Description 2 The device is an SD 3.0-compliant bidirectional dual voltage level translator with auto-direction control. Category Drivers Product URL 1 PCF85162T: 32 × 4 universal LCD driver for low multiplex rates  Product Description 1 The PCF85162 is a peripheral device which interfaces to almost any Liquid Crystal Display (LCD) with low multiplex rates. Product URL 2 PCA9955BTW: 16-channel Fm+ I²C-bus 57 mA/20 V constant current LED driver  Product Description 2 The PCA9955B is an I2C-bus controlled 16-channel constant current LED driver optimized for dimming and blinking 57 mA Red/Green/Blue/Amber (RGBA) LEDs in amusement products. Category USB Product URL 1 NX5P3090UK: USB PD and type C current-limited power switch  Product Description 1 The NX5P3090 is a precision adjustable current-limited power switch for USB PD application. Product URL 2 PTN5150: CC logic for USB Type-C applications  Product Description 2 PTN5150 is a small thin low power CC Logic chip supporting the USB Type-C connector application with Configuration Channel (CC) control logic detection and indication functions. Block Diagrams Smart Home
記事全体を表示
NXP 技术研讨会 - Argus 汽车以太网入侵检测系统采用 NXP S32G 网络加速优化 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 查看网络研讨会录音 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 查看网络研讨会录音
記事全体を表示
KL25_MultiADC_DMA.zip <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
記事全体を表示
Wandboardによるソフトウェア開発 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 添付の講義は、Linux BSPとWandboardを使用したソフトウェア開発についての短い紹介です。 Linux Embedded Challenge 2014 (英語)
記事全体を表示
ARMv7 用の CodeWarrior を使用した Linux カーネルとモジュールのデバッグ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 全般
記事全体を表示