<acronym id="s8ci2"><small id="s8ci2"></small></acronym>
<rt id="s8ci2"></rt><rt id="s8ci2"><optgroup id="s8ci2"></optgroup></rt>
<acronym id="s8ci2"></acronym>
<acronym id="s8ci2"><center id="s8ci2"></center></acronym>
0
  • 聊天消息
  • 系統消息
  • 評論與回復
登錄后你可以
  • 下載海量資料
  • 學習在線課程
  • 觀看技術視頻
  • 寫文章/發帖/加入社區
創作中心

完善資料讓更多小伙伴認識你,還能領取20積分哦,立即完善>

3天內不再提示

在創龍科技T113-i工業開發板上部署Qt應用

全志在線 ? 來源:Rice嵌入式 ? 2023-12-03 10:22 ? 次閱讀

Qt在工業上的使用場景包括工業自動化、嵌入式系統、汽車行業、航空航天、醫療設備、制造業和物聯網應用。Qt被用來開發工業設備的用戶界面、控制系統、嵌入式應用和其他工業應用,因其跨平臺性和豐富的功能而備受青睞。

Qt能夠為工業領域帶來什么好處:

- Qt提供了強大的圖形引擎,使開發人員能夠創建具有吸引力和高性能的用戶界面。

- Qt允許開發人員根據具體需求定制用戶界面和功能。這對于滿足不同行業和項目的獨特需求至關重要,使工業應用能夠實現個性化的解決方案

- Qt提供了豐富的庫和工具,涵蓋了各種應用程序開發需求,包括圖形、網絡通信、多媒體處理、數據存儲等。這簡化了工業應用程序的開發流程

- Qt可以輕松與各種硬件設備和通信協議集成,這對于工業自動化和控制系統來說非常重要,因為它們需要與各種傳感器、執行器和其他工業設備進行通信

本次開發教程的測試板卡來自創龍科技的TLT113-EVM國產工業評估板,基于全志科技T113-i雙核ARM Cortex-A7 + 玄鐵C906 RISC-V + HiFi4 DSP異構多核處理器設計,ARM Cortex-A7處理器單元主頻高達1.2GHz。

評估板由核心板和評估底板組成,核心板CPU、ROM、RAM、電源、晶振等所有元器件均采用國產工業級方案,國產化率100%。同時,評估底板大部分元器件亦采用國產工業級方案。核心板經過專業的PCB Layout和高低溫測試驗證,穩定可靠,可滿足各種工業應用環境。

742345f4-902b-11ee-939d-92fbcf53809c.jpg

T113-i國產工業評估板硬件資源圖解

此外,T113-i國產工業開發板的接口資源豐富,能夠支持引出雙路網口、雙路CAN、雙路USB、雙路RS485、RS232通信接口,同時引出LVDS LCD、TFT LCD、MIPI LCD、HDMI OUT、CVBS IN/OUT、LINE IN、MIC IN、H/P OUT等音視頻多媒體接口,板載WIFI、4G(選配)模塊,支持1080P@60fps JPEG/MJPEG視頻硬件編碼,支持4K@30fps H.265、4K@24fps H.264視頻硬件解碼,方便用戶快速進行產品方案評估與技術預研。

接下來我們來聊聊如何在創龍科技T113-i工業開發板上部署Qt應用。

開發板Qt運行環境

開發板SDK準備

創龍科技的資料中提供了開發板的SDK-T113-i_v1.0.tar.gz,需要解壓ubuntu中解壓出來:

rice@rice:~$mkdirt113//創建t113工作目錄,然后將壓縮包拷貝到此目錄
rice@rice:~$cdt113
....

rice@rice:~/t113$tar-zxvfSDK-T113-i_v1.0.tar.gz
rice@rice:~/t113$cdT113-i_v1.0/
rice@rice:~/t113/T113-i_v1.0$ls
brandybuildrootdeviceinstall_tools.shoutrtos-dsptools
buildbuild.shkernelplatformtest

安裝依賴軟件,創龍科技提供了安裝腳本:install_tools.sh,我們執行該腳本即可完成依賴工具的安裝:

rice@rice:~/t113/T113-i_v1.0$./install_tools.sh
[sudo]passwordforrice:
Readingpackagelists...Done
Buildingdependencytree
Readingstateinformation...Done
texinfoisalreadythenewestversion(6.5.0.dfsg.1-2).
0upgraded,0newlyinstalled,0toremoveand121notupgraded.
Readingpackagelists...Done
Buildingdependencytree
Readingstateinformation...Done
pkg-configisalreadythenewestversion(0.29.1-0ubuntu2).
0upgraded,0newlyinstalled,0toremoveand121notupgraded.
Readingpackagelists...Done

......

解壓Buildroot dl--dl.tar.gz,其為 Buildroot dl 目錄壓縮包,用于存放從官網下載的開源軟件包:

rice@rice:~/t113$tar-xvfdl.tar.gz-C~/t113/buildroot/buildroot-201902/

構建Qt固件

在編譯固件前,先清理一下SDK的編譯和配置生成文件:

rice@rice:~/t113/T113-i_v1.0$./build.shdistclean

配置linux內核,處理器型號,顯示方式,編譯器等信息

rice@rice:~/t113/T113-i_v1.0$./build.shconfig
Welcometomkscriptsetupprogress
Allavailableplatform:
0.linux
Choice[linux]:0
Allavailablelinux_dev:
0.bsp
1.dragonboard
2.longan
3.tinyos
Choice[longan]:2
Allavailablekern_ver:
0.linux-5.4
Choice[linux-5.4]:0
Allavailableic:
0.t113
1.t113_i
Choice[t113_i]:1
Allavailableboard:
0.evb1
1.evb1_auto
2.evb1_auto_nand
3.evb1_auto_nor
4.tlt113-evm-emmc
5.tlt113-evm-nand
6.tlt113-minievm-emmc
7.tlt113-minievm-nand
Choice[tlt113-evm-nand]:5
Allavailableoutput_configs:
0.hdmi
1.lvds-lcd
2.mipi-lcd
3.tft-lcd
4.cvbs
Choice[hdmi]:0
Allavailableflash:
0.default
1.nor
Choice[default]:0
Allavailablebuild_root:
0.buildroot-201902
1.ubuntu
Choice[buildroot-201902]:0
Allavailablegnueabi:
0.gnueabi
1.gnueabihf
Choice[gnueabi]:0

設置編譯的環境變量:

rice@rice:~/t113/T113-i_v1.0$source./build/envsetup.sh

我們采用一鍵編譯 SPL、U-Boot、Linux 內核和 buildroot文件系統。

rice@rice:~/t113/T113-i_v1.0$./build.sh
ACTIONList:mklichee;========
Executecommand:mklichee
INFO:----------------------------------------
INFO:buildlichee...
INFO:chip:sun8iw20p1
INFO:platform:linux
INFO:kernel:linux-5.4
INFO:board:tlt113-evm-nand
INFO:output:/home/rice/t113/T113-i_v1.0/out/t113_i/tlt113-evm-nand/longan
INFO:----------------------------------------
INFO:buildbuildroot...
Preparebrtoolchaingcc-linaro-5.3.1-2016.05-x86_64_arm-linux-gnueabi.tar.xz...
make:Enteringdirectory'/home/rice/t113/T113-i_v1.0/buildroot/buildroot-201902'

...

編譯Qt庫,使其開發板固件支持Qt應用運行環境:

rice@rice:~/t113/T113-i_v1.0$./build.shqt
ACTIONList:mkqt;========
Executecommand:mkqt
INFO:buildQt...
INFO:buildarm-linux-gnueabiversion'sQt
/home/rice/t113/T113-i_v1.0/platform/framework/qt/qt-everywhere-src-5.12.5
Usingbuilt-inspecs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target:x86_64-linux-gnu
Configuredwith:../src/configure-v--with-pkgversion='Ubuntu7.5.0-3ubuntu1~18.04'--with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs--enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++--prefix=/usr--with-gcc-major-version-only--program-suffix=-7--program-prefix=x86_64-linux-gnu---enable-shared--enable-linker-build-id--libexecdir=/usr/lib--without-included-gettext--enable-threads=posix--libdir=/usr/lib--enable-nls--enable-bootstrap--enable-clocale=gnu--enable-libstdcxx-debug--enable-libstdcxx-time=yes--with-default-libstdcxx-abi=new--enable-gnu-unique-object--disable-vtable-verify--enable-libmpx--enable-plugin--enable-default-pie--with-system-zlib--with-target-system-zlib--enable-objc-gc=auto--enable-multiarch--disable-werror--with-arch-32=i686--with-abi=m64--with-multilib-list=m32,m64,mx32--enable-multilib--with-tune=generic--enable-offload-targets=nvptx-none--without-cuda-driver--enable-checking=release--build=x86_64-linux-gnu--host=x86_64-linux-gnu--target=x86_64-linux-gnu
Threadmodel:posix

.....

打包系統鏡像文件,執行之后,可以看到生成的固件文件,它默認生成兩個版本的固件,分別是:nand固件和SD卡固件,我們是采用SD卡啟動,所以使用SD卡固件。

rice@rice:~/t113/T113-i_v1.0$./build.shpack
ACTIONList:mkpack;========
Executecommand:mkpack
INFO:packingfirmware...
INFO:UseBIN_PATH:/home/rice/t113/T113-i_v1.0/device/config/chips/t113_i/bin
copyingtoolsfile
copyingconfigsfile
copyingproductconfigsfile
/home/rice/t113/T113-i_v1.0/out/pack_out/aultls32.fex
/home/rice/t113/T113-i_v1.0/out/pack_out/aultools.fex
/home/rice/t113/T113-i_v1.0/out/pack_out/boot_package.cfg
/home/rice/t113/T113-i_v1.0/out/pack_out/boot_package.fex

......

dsp0.fexLen:0x3fc78
Vdsp0.fexLen:0x4
BuildImg0
Dragonexecuteimage.cfgSUCCESS!
----------imageisat----------

size:613M/home/rice/t113/T113-i_v1.0/out/t113_i_linux_tlt113-evm-nand-sdboot_uart0.img

packfinish

運行環境驗證

下載運行實例

將編譯打包后的固件(t113_i_linux_tlt113-evm-nand-sdboot_uart0.img)放到windows上,通過工具PhoenixCard.exe燒錄到SD卡上。將SD卡插到讀卡器上,然后插進電腦

743a2274-902b-11ee-939d-92fbcf53809c.jpg

創龍科技提供了qt的demo,我們將led_control的實例拷貝到板子上:

rice@rice:~/t113/qt-demos/led_control/bin$scpled_controlroot@ip:~/

創龍T113-i上運行實例

關閉默認的Qt運行程序,設置qt的環境變量

root@T113-Tronlong:~#killallLauncher
root@T113-Tronlong:~#source/etc/qtenv.sh
add/dev/input/event1toQtApplication.
findqt5installeddone

運行實例驗證Qt功能,運行效果如圖:

root@T113-Tronlong:~#./led_control

74525a56-902b-11ee-939d-92fbcf53809c.jpg

Qt開發環境

開發環境下載

Qt開發環境下載,作者是使用Qt 5.12.0,下載鏈接:https://download.qt.io/archive/qt/5.12/5.12.0/,Ubuntu需要下載:qt-opensource-linux-x64-5.12.0.run

746bb80c-902b-11ee-939d-92fbcf53809c.jpg

開發環境交叉編譯環境配置

配置Debuggers

點擊菜單欄"Tools -> Options"

擊"Kits -> Debuggers -> Add -> Browse…"

選擇目標平臺的GDB,路徑:/home/rice/t113/T113-i_v1.0/out/t113_i/tlt113-evm-nand/longan/buildroot/host/usr/bin/arm-linux-gnueabi-gdb

747cfaae-902b-11ee-939d-92fbcf53809c.jpg

配置交叉工具鏈

點擊菜單欄"Tools -> Options"

擊"Kits -> Compilers -> Add -> GCC -> C++ -> Browse…"

選擇目標平臺的交叉工具鏈,路徑:/home/rice/t113/T113-i_v1.0/out/t113_i/tlt113-evm-nand/longan/buildroot/host/usr/bin/arm-linux-gnueabi-g++

7491439c-902b-11ee-939d-92fbcf53809c.jpg

配置Qt Versions

點擊菜單欄"Tools -> Options"

擊"Kits -> Qt Versions -> Add -> GCC -> C++ -> Browse…"

選擇目標平臺的Qt Versions,路徑:/home/rice/t113/T113-i_v1.0/platform/framework/qt/qt-everywhere-src-5.12.5/Qt_5.12.5/bin/qmake

74a4d5ec-902b-11ee-939d-92fbcf53809c.jpg

配置Kits

點擊菜單欄"Tools -> Options"

擊"Kits -> Kits"

將 Name 修改為"T113",Device type 選擇"Generic Linux Device",Compiler 的 C++選擇"T113-GCC",Debugger 選擇"T113-Debugger",Qt version 選擇"T113-qt5",點擊 Apply,然后點擊 OK 完成配置

74cabd20-902b-11ee-939d-92fbcf53809c.jpg

開發Qt應用

作者開發了一個快速驗證硬件功能的,主要功能包含:

板載LED燈控制,代碼實現:

staticQStringledPath="/sys/class/leds/user-led0";

voidrice::ledInit()
{
setLedStatus(0);

ui->ledPushButton->setText("LEDOFF");
ui->ledPushButton->setStyleSheet("border-width:1px;"
"border-style:solid;"
"border-color:white;"
"background-color:rgba(88,88,88,200)");
}

voidrice::ledDeinit()
{

}

boolrice::setLedStatus(intstatus)
{
QStringcmd="echo"+QString::number(status)+">"+ledPath+"/brightness";
if(system(cmd.toStdString().c_str())==-1){
printf("setledstatusfailed!
");
returnfalse;
}
returntrue;
}

intrice::getLedStatus(void)
{
QStringcmd="cat"+ledPath+"/brightness";
FILE*fp=popen(cmd.toStdString().c_str(),"r");
if(fp==nullptr){
return-1;
}

charled_status[32];
if(fgets(led_status,sizeof(led_status),fp)==nullptr){
printf("fgetserror:%s
",cmd.toStdString().c_str());
pclose(fp);
return-1;
}

pclose(fp);
returnatoi(led_status);
}

voidrice::on_ledPushButton_clicked()
{
intledStatus=getLedStatus();
if(ledStatus==0){
setLedStatus(1);
ui->ledPushButton->setText("LEDON");
ui->ledPushButton->setStyleSheet("border-width:1px;"
"border-style:solid;"
"border-color:white;"
"background-color:rgba(00,205,00,255)");
}
else{
setLedStatus(0);
ui->ledPushButton->setText("LEDOFF");
ui->ledPushButton->setStyleSheet("border-width:1px;"
"border-style:solid;"
"border-color:white;"
"background-color:rgba(88,88,88,200)");
}
}

板載按鍵檢測,代碼實現:

voidrice::keyInit()
{
keyFd=open(keyPath.toUtf8().data(),O_RDONLY);
if(keyFd==-1)
{
printf("Cannotopenfile(%s)",keyPath.toUtf8().data());
return;
}
ui->keyTextEdit->append("KeyMonitor!
");
ui->keyTextEdit->append("Keyuser0pressed!");

keyNotify=newQSocketNotifier(this->keyFd,QSocketNotifier::Read,this);
connect(this->keyNotify,SIGNAL(activated(int)),this,SLOT(keyHandler()));
}

voidrice::keyDeinit()
{

}

voidrice::keyHandler()
{
structinput_eventbuf;

if(read(keyFd,&buf,sizeof(structinput_event))>0)
{
if(buf.code==KEY_PROG1&&buf.value==1)
{
ui->keyTextEdit->append("Keyuser0pressed!");
}
}
}

RTC時鐘獲取并顯示,代碼實現:

voidrice::dateInit()
{
structrtc_timertc_tm_temp;
dateFd=open(datePath.toUtf8().data(),O_RDONLY);
if(dateFd==-1)
{
printf("Cannotopenfile(%s)",keyPath.toUtf8().data());
return;
}
if(ioctl(dateFd,RTC_RD_TIME,&rtc_tm_temp)yearLineEdit->setText(QString::number(rtc_tm_temp.tm_year+1900));
ui->monthLineEdit->setText(QString::number(rtc_tm_temp.tm_mon+1));
ui->dayLineEdit->setText(QString::number(rtc_tm_temp.tm_mday));
}

voidrice::dateDeint()
{

}

網絡調試助手,代碼實現:

voidrice::netInit()
{
server=newQTcpServer();
socket=newQTcpSocket();
}

voidrice::netDeint()
{

}

voidrice::netNewClientConnect()
{
socket=server->nextPendingConnection();
connect(socket,&QTcpSocket::readyRead,this,&rice::netNewRcve);
}

voidrice::on_netPushButton_clicked()
{
intport=ui->portLineEdit->text().toInt();
if(ui->netPushButton->text()==tr("Open"))
{
if(ui->typeComboBox->currentText()==tr("Server"))
{
connect(server,&QTcpServer::newConnection,this,&rice::netNewClientConnect);
if(!server->listen(QHostAddress::Any,port))
{
printf("Listenfailed
");
return;
}
}
elseif(ui->typeComboBox->currentText()==tr("Client"))
{
QStringip=ui->ipComboBox->currentText();
socket->abort();
socket->connectToHost(ip,port);

if(!socket->waitForConnected(3000))
{
printf("Connectserverfailed");
return;
}
connect(socket,&QTcpSocket::readyRead,this,&rice::netNewRcve);
}
ui->netPushButton->setText("Close");
}
elseif(ui->netPushButton->text()==tr("Close"))
{
if(ui->typeComboBox->currentText()==tr("Server"))
{
socket->abort();
server->close();
}
elseif(ui->typeComboBox->currentText()==tr("Client"))
{
socket->disconnectFromHost();
}
ui->netPushButton->setText("Open");
}
}

voidrice::on_sendPushButton_clicked()
{
if(socket->isOpen())
{
socket->write(ui->sendLineEdit->text().toUtf8().data());
}
}

voidrice::netNewRcve()
{
ui->recvTextEdit->append(socket->readAll());
}

voidrice::on_typeComboBox_currentIndexChanged(constQString&arg1)
{
if(arg1==tr("Server"))
{
ui->ipComboBox->setEditable(false);
}
else
{
ui->ipComboBox->setEditable(true);
}
}

Qt應用驗證

板載LED燈控制驗證,當點擊開關LED按鈕時,LED燈會根據狀態亮滅:

74de934a-902b-11ee-939d-92fbcf53809c.jpg

74fbf5ca-902b-11ee-939d-92fbcf53809c.png

當應用運行起來時,會獲取RTC時間,并顯示:

7533ff88-902b-11ee-939d-92fbcf53809c.jpg

當板載按鍵按下時,窗口會顯示按鍵按下:

7549084c-902b-11ee-939d-92fbcf53809c.jpg

網絡調試助手支持TCP客戶端和TCP服務器兩種類型,下面演示服務器驗證。開發板上設置板子的IP,和端口號,然后通過PC上網絡調試助手連接上板子,并克實現數據的收發:

客戶端往服務器發送數據

75690c46-902b-11ee-939d-92fbcf53809c.jpg757e548e-902b-11ee-939d-92fbcf53809c.jpg

服務器往客戶端發送數據

758cab56-902b-11ee-939d-92fbcf53809c.jpg75aaef12-902b-11ee-939d-92fbcf53809c.jpg ? ?

本文轉載自Rice嵌入式


審核編輯:湯梓紅
聲明:本文內容及配圖由入駐作者撰寫或者入駐合作網站授權轉載。文章觀點僅代表作者本人,不代表電子發燒友網立場。文章及其配圖僅供工程師學習之用,如有內容侵權或者其他違規問題,請聯系本站處理。 舉報投訴
  • 嵌入式系統
    +關注

    關注

    40

    文章

    3430

    瀏覽量

    128219
  • cpu
    cpu
    +關注

    關注

    68

    文章

    10442

    瀏覽量

    206548
  • 開發板
    +關注

    關注

    25

    文章

    4429

    瀏覽量

    93991
  • Qt
    Qt
    +關注

    關注

    1

    文章

    299

    瀏覽量

    37339
  • 創龍科技
    +關注

    關注

    1

    文章

    129

    瀏覽量

    7549
  • 全志T113
    +關注

    關注

    0

    文章

    42

    瀏覽量

    71

原文標題:Qt應用開發--國產工業開發板T113-i的部署教程

文章出處:【微信號:gh_79acfa3aa3e3,微信公眾號:全志在線】歡迎添加關注!文章轉載請注明出處。

收藏 人收藏

    評論

    相關推薦

    Qt應用開發--國產工業開發板T113-i部署教程

    本次開發教程的測試板卡來自創龍科技的TLT113-EVM國產工業評估板,基于全志科技T113-i雙核ARM Cortex-A7 + 玄鐵C9
    的頭像 發表于 11-05 08:44 ?1249次閱讀
    <b class='flag-5'>Qt</b>應用<b class='flag-5'>開發</b>--國產<b class='flag-5'>工業</b><b class='flag-5'>開發板</b><b class='flag-5'>T113-i</b>的<b class='flag-5'>部署</b>教程

    【飛凌 OK113i-C 全志T113-i開發板】視頻編解碼測試

    前言本文測試OK113i-S開發板-視頻編解碼的功能OK113i-S開發板是支持視頻的編解碼的,下面是官方介紹的編解碼功能T113-i 是一
    發表于 12-25 09:41

    【米爾-全志T113-i開發板試用】發布opencv-mobile米爾t113i專享預編譯包

    MYC-YT113i核心開發板 真正的國產核心,100%國產物料認證 國產T113-i處理器配備2*Cortex-A7@1.2GHz
    發表于 02-25 20:23

    【米爾-全志T113-i開發板試用】上電+配編譯器+編譯+運行ruapu測試工具全流程視頻

    MYC-YT113i核心開發板 真正的國產核心,100%國產物料認證 國產T113-i處理器配備2*Cortex-A7@1.2GHz
    發表于 02-25 22:49

    【米爾-全志T113-i開發板試用】米爾-全志T113-i開發環境搭建

    ,使用passwd命令給米爾-全志T113-i開發板的root賬號加上密碼,因為我的SSH客戶端不允許root空密碼。 然后,開發板上修改/etc/ssh/sshd_config文件
    發表于 03-01 21:43

    【米爾-全志T113-i開發板試用】移植libmodbus庫到米爾-全志T113-i開發板

    申請米爾-全志T113-i開發板試用的很大一個原因是想測試開發板工業領域的應用,modbus作為工業
    發表于 03-05 22:31

    【米爾-全志T113-i開發板試用】米爾-全志T113-i開發板與modbus設備的連接和操作

    。 四、結論 1、米爾-全志T113-i開發板提供了豐富的接口和穩定的操作系統環境,很適合工業控制軟件程序開發; 2、依托libmodbus這個modbus協議庫,對于linux應用下
    發表于 03-21 19:39

    CODESYS領導到訪龍科技,共同助力工業控制軟硬件技術發展

    的知名企業,雙方工業自動化領域的客戶高度重合。CODESYS和龍科技的深入合作,將為客戶提供更深層次的軟硬件一站式解決方案,進一步縮減客戶項目
    發表于 03-31 16:20

    LVGL案例分享--手把手教你移植到T113-i國產工業開發板

    龍科技T113-i開發板上。 LVGL LVGL,全名“Littlev Graphics Library”,是一個開源的圖形庫,主要用于嵌入式系統上創建圖形用戶界面(GUI)。它
    發表于 11-17 09:55

    Qt應用開發--國產工業開發板全志T113-i部署教程

    工業開發板,它提供了Qt的運行環境,可以讓我們快速的部署工業領域的用戶交互界面,控制系統等。 接下來我們來聊聊如何在
    發表于 11-30 14:25

    飛凌 OK113i-C 全志T113-i開發板初體驗

    的PC上進行操作,而且,因為以前安裝過T113-S3的開發環境,所以在編譯SDK過程中并沒有碰到其他因缺少依賴軟件報的錯誤。 T113-i longan linux
    發表于 12-14 15:33

    多核異構工業開發板:創龍科技T113-i

    概述 本次評測開發板--創龍T113-i工業開發板,這是一款基于全志科技處T113-i理器, 采用雙Cortex-A7 + Xuantie
    的頭像 發表于 10-24 10:26 ?611次閱讀
    多核異構<b class='flag-5'>工業</b><b class='flag-5'>開發板</b>:創<b class='flag-5'>龍科技</b><b class='flag-5'>T113-i</b>

    如何把LVGL移植到T113-i國產工業開發板

    本次開發教程的測試板卡來自創龍科技的TLT113-EVM國產工業評估板,基于全志科技T113-i雙核ARM Cortex-A7 + 玄鐵C9
    發表于 11-14 17:28 ?475次閱讀
    如何把LVGL移植到<b class='flag-5'>T113-i</b>國產<b class='flag-5'>工業</b><b class='flag-5'>開發板</b>

    飛凌嵌入式T113-i開發板的調屏方法

    對于飛凌嵌入式T113-i開發板的調屏問題,需要按照以下步驟進行操作
    的頭像 發表于 01-29 16:25 ?330次閱讀

    米爾-全志T113-i開發板與modbus設備的連接和操作

    本文主要介紹通過米爾-全志T113-i開發板實現與modbus設備的連接和操作。
    的頭像 發表于 03-21 19:42 ?163次閱讀
    米爾-全志<b class='flag-5'>T113-i</b><b class='flag-5'>開發板</b>與modbus設備的連接和操作
    亚洲欧美日韩精品久久_久久精品AⅤ无码中文_日本中文字幕有码在线播放_亚洲视频高清不卡在线观看
    <acronym id="s8ci2"><small id="s8ci2"></small></acronym>
    <rt id="s8ci2"></rt><rt id="s8ci2"><optgroup id="s8ci2"></optgroup></rt>
    <acronym id="s8ci2"></acronym>
    <acronym id="s8ci2"><center id="s8ci2"></center></acronym>