<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>米尔科技论坛 - 更多产品系列</title>
    <link>https://bbs.myir-tech.com/forum-51-1.html</link>
    <description>Latest 20 threads of 更多产品系列</description>
    <copyright>Copyright(C) 米尔科技论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 21 Sep 2026 11:34:05 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://bbs.myir-tech.com/static/image/common/logo_88_31.gif</url>
      <title>米尔科技论坛</title>
      <link>https://bbs.myir-tech.com/</link>
    </image>
    <item>
      <title>GPRS模块拨号与短信收发</title>
      <link>https://bbs.myir-tech.com/thread-7631-1-1.html</link>
      <description><![CDATA[占楼]]></description>
      <category>更多产品系列</category>
      <author>conway</author>
      <pubDate>Tue, 15 Sep 2015 10:16:11 +0000</pubDate>
    </item>
    <item>
      <title>MYS-SAM9G45配置SPI1</title>
      <link>https://bbs.myir-tech.com/thread-7597-1-1.html</link>
      <description><![CDATA[介绍：
        MYS-SAM9G45开发板SPI1管脚为PB14（SPI1_MISO），PB15（SPI1_MOSI），PB16（SPI1_SPCK），PB17（SPI1_NPCS0）引出到J4扩展板上。内核没有对SPI1进行配置，所以需要对内核做一些改动。下面介绍配置SPI1步骤：

步骤：

1.内核配置push buttons时占用了SPI ...]]></description>
      <category>更多产品系列</category>
      <author>Willian.Mo</author>
      <pubDate>Tue, 18 Aug 2015 08:26:46 +0000</pubDate>
    </item>
    <item>
      <title>imx28串口配置</title>
      <link>https://bbs.myir-tech.com/thread-7595-1-1.html</link>
      <description><![CDATA[占楼。]]></description>
      <category>更多产品系列</category>
      <author>conway</author>
      <pubDate>Mon, 17 Aug 2015 14:43:49 +0000</pubDate>
    </item>
    <item>
      <title>imx28使用DHCP自动获取ip与开启ssh服务</title>
      <link>https://bbs.myir-tech.com/thread-7585-1-1.html</link>
      <description><![CDATA[一、DHCP自动获取ip：
MYD-IMX28X板载linux本身已经搭建好DHCP客户端（udhcpc）与服务端（udhcpd），如何让linux启动的时候自动获取IP呢？
如果我们要在命令行下使用udhcpc自动获取IP，则执行：
[mw_shl_code=applescript,true]root@freescale ~$ udhcpc -n[/mw_shl_cod ...]]></description>
      <category>更多产品系列</category>
      <author>conway</author>
      <pubDate>Mon, 10 Aug 2015 14:48:38 +0000</pubDate>
    </item>
    <item>
      <title>在mx28上使用GPRS模块进行拨号上网</title>
      <link>https://bbs.myir-tech.com/thread-7310-1-1.html</link>
      <description><![CDATA[模块：MY-GPRS007C
使用平台：MYD-IMX28X
步骤：
1、修改内核配置，添加PPP支持：
[mw_shl_code=applescript,true]make ARCH=arm menuconfig[/mw_shl_code]

Device Drivers  ---&gt;
        Network device support  ---&gt;
                  PPP (point-to-point protoco ...]]></description>
      <category>更多产品系列</category>
      <author>conway</author>
      <pubDate>Tue, 07 Jul 2015 02:59:10 +0000</pubDate>
    </item>
    <item>
      <title>imx28外扩DS3231实时时钟</title>
      <link>https://bbs.myir-tech.com/thread-7252-1-1.html</link>
      <description><![CDATA[imx28内部带有RTC，使用内部RTC时，需要给BAT_4V2引脚一直供电。如果开发板不是用电池供电，推荐使用外部RTC。1、参考电路：


2、添加设备：
在arch/arm/mach-mx28/mx28evk.c 中的mxs_i2c_device[] 添加设备：
[mw_shl_code=applescript,true]static struct i2c_board_ ...]]></description>
      <category>更多产品系列</category>
      <author>conway</author>
      <pubDate>Tue, 16 Jun 2015 01:47:41 +0000</pubDate>
    </item>
    <item>
      <title>mx28 ADC驱动与测试</title>
      <link>https://bbs.myir-tech.com/thread-7204-1-1.html</link>
      <description><![CDATA[默认情况下ADC驱动没有将接口导出到用户空间，它只是应用于电阻触屏，若要使用别的ADC通道还得另外实现驱动，下面是一个简单的ADC驱动及测试程序：
lradc.c:
[mw_shl_code=applescript,true]#include                                                /* module         ...]]></description>
      <category>更多产品系列</category>
      <author>conway</author>
      <pubDate>Tue, 26 May 2015 09:48:46 +0000</pubDate>
    </item>
    <item>
      <title>开启imx28x以太网的交换机功能</title>
      <link>https://bbs.myir-tech.com/thread-7191-1-1.html</link>
      <description><![CDATA[imx28x的CPU内部集成了一个3口交换机，因此可以实现以太网接口的交换功能，若需要应用imx28的交换机功能，需要在内核中开启L2 Switch，具体步骤如下：
$ cd linux-2.6.35.3/
$ make ARCH=arm menuconfig

进入Network device support子菜单，如图：

进入Ethernet (10 o ...]]></description>
      <category>更多产品系列</category>
      <author>conway</author>
      <pubDate>Tue, 19 May 2015 14:11:12 +0000</pubDate>
    </item>
    <item>
      <title>linux串口编程中如何正常接收到0x11、0x13、0x0d等控制字符</title>
      <link>https://bbs.myir-tech.com/thread-7167-1-1.html</link>
      <description><![CDATA[要正确接收到0x11、0x13、0x0d等控制字符，需要把c_iflag的ICRNL和IXON选项屏蔽掉，例如设置串口时加上：options.c_iflag &amp;= ~(ICRNL | IXON);]]></description>
      <category>更多产品系列</category>
      <author>conway</author>
      <pubDate>Thu, 23 Apr 2015 06:06:11 +0000</pubDate>
    </item>
    <item>
      <title>linux串口编程中加上奇偶校验后接收数据的第8位总为0的解决办法</title>
      <link>https://bbs.myir-tech.com/thread-7166-1-1.html</link>
      <description><![CDATA[配置奇偶检验时，如果c_iflag中设置了ISTRIP，接收字节的第8会被剥离，因此读到的字节第8位总为0。因此用到奇偶检验时不设置ISTRIP接收字节第8位就正常了。]]></description>
      <category>更多产品系列</category>
      <author>conway</author>
      <pubDate>Thu, 23 Apr 2015 05:57:32 +0000</pubDate>
    </item>
    <item>
      <title>MYD-IMX28X tftp加载linux内核与nfs挂载根文件系统</title>
      <link>https://bbs.myir-tech.com/thread-7159-1-1.html</link>
      <description><![CDATA[开发过程中可能需要用到tftp加载内核或nfs挂载根文件系统，下面记录MYD-IMX28X tftp加载内核及nfs挂载根文件系统的过程：
我所用的PC及开发板环境是：
PC端ip：192.168.1.121
所需挂载的根文件路径：/home/czj/nfsdir/rootfs-imx28
开发板ip：192.168.1.72
网关：192.16 ...]]></description>
      <category>更多产品系列</category>
      <author>conway</author>
      <pubDate>Sun, 19 Apr 2015 14:24:46 +0000</pubDate>
    </item>
    <item>
      <title>IMX28板AUART1_RX和AUART1_TX 配成GPIO方法</title>
      <link>https://bbs.myir-tech.com/thread-7058-1-1.html</link>
      <description><![CDATA[步骤如下：
1、去掉arch/arm/mach-mx28/mx28evk_pins.c中的AUART1引脚配置：
System Type  ---&gt; 
    Freescale Application UART:  ---&gt;  
        [ ] Application uart 1 enabled

对应代码如下：




2、配置成IO口
Device Drivers  ---&gt; 
    -*- GPIO Support  -- ...]]></description>
      <category>更多产品系列</category>
      <author>玉米糊</author>
      <pubDate>Fri, 13 Mar 2015 09:46:45 +0000</pubDate>
    </item>
    <item>
      <title>IMX28X 替换默认启动的 QT 程序</title>
      <link>https://bbs.myir-tech.com/thread-7037-1-1.html</link>
      <description><![CDATA[启动脚本文件在：[mw_shl_code=bash,true]/etc/rc.d/rc.local[/mw_shl_code]
相关的启动脚本：
[mw_shl_code=bash,true]# Execute the start app, Add by JBO
. /etc/setqtenv
cd /usr/local/qt/demos/embedded/fluidlauncher
./fluidlauncher -qws&amp;[/mw_shl_code]
所以 ...]]></description>
      <category>更多产品系列</category>
      <author>玉米糊</author>
      <pubDate>Mon, 02 Mar 2015 02:30:30 +0000</pubDate>
    </item>
    <item>
      <title>IMX28X如何修改Mfgtools烧写过程</title>
      <link>https://bbs.myir-tech.com/thread-7036-1-1.html</link>
      <description><![CDATA[在光盘中有以下的ucl.xml文件，记录所有的擦除flash和烧写过程，如需调整，可以修改该文件，具体路径：  

Mfgtools-Rel-1.6.2.0322\\Profiles\\MX28 Linux Update\\OS Firmware%ucl.xml]]></description>
      <category>更多产品系列</category>
      <author>玉米糊</author>
      <pubDate>Mon, 02 Mar 2015 02:03:06 +0000</pubDate>
    </item>
    <item>
      <title>LPC4357 1857 Dfu下载程序说明</title>
      <link>https://bbs.myir-tech.com/thread-6839-1-1.html</link>
      <description><![CDATA[LPC4357 1857 Dfu下载程序说明：


如上图，其中，

D中应该是dfu安装目录下的算法文件，对应文件名为：


E中是MDK编译出来的工程中的bin文件。]]></description>
      <category>更多产品系列</category>
      <author>玉米糊</author>
      <pubDate>Sun, 04 Jan 2015 08:41:02 +0000</pubDate>
    </item>
    <item>
      <title>IMX28x 通过 tftp 下载内核uImage和文件系统</title>
      <link>https://bbs.myir-tech.com/thread-6269-1-1.html</link>
      <description><![CDATA[1. 通过 mfgtool 下载 u-boot





2. 启动开发板，在 u-boot 读秒处按下空格键进入 u-boot

3. 设置必要环境变量，这里配置为
[mw_shl_code=bash,true]set ipaddr 192.168.1.234
set ethaddr 192.168.1.235
set serverip 192.168.1.113
[/mw_shl_code]
4. 通过 tftp 下 ...]]></description>
      <category>更多产品系列</category>
      <author>玉米糊</author>
      <pubDate>Wed, 17 Dec 2014 07:39:50 +0000</pubDate>
    </item>
    <item>
      <title>SAM9G45禁止X11图形界面启动</title>
      <link>https://bbs.myir-tech.com/thread-6205-1-1.html</link>
      <description><![CDATA[如果不适用液晶屏显示内容，启动图形界面会占用一定的内存，9G45的图形界面是Xorg GPE，从启动界面就可以看出：========================================================
Running ntpdate to synchronize clockError : Temporary failure in name resolution
.
Starti ...]]></description>
      <category>更多产品系列</category>
      <author>玉米糊</author>
      <pubDate>Wed, 20 Aug 2014 07:21:03 +0000</pubDate>
    </item>
    <item>
      <title>SAM9G45 Qt 内核和文件系统镜像</title>
      <link>https://bbs.myir-tech.com/thread-6171-1-1.html</link>
      <description><![CDATA[新移植的一个 SAM9G45 七寸电阻屏的内核和镜像，直接提供下载地址：

http://pan.baidu.com/s/1dDpHZHJ]]></description>
      <category>更多产品系列</category>
      <author>玉米糊</author>
      <pubDate>Mon, 14 Jul 2014 02:27:40 +0000</pubDate>
    </item>
    <item>
      <title>MYS-SAM9G45 根目录存储容量只显示64MB问题解决</title>
      <link>https://bbs.myir-tech.com/thread-6129-1-1.html</link>
      <description><![CDATA[使用 MYS-SAM9G45 Linux系统时，用 df -h 命令的时候，发现根目录只有64MB，剩余可用容量也就10几M空间，这样256MB 的 nandflash 就损失了很大一部分不能用。

其实这是因为MYS-SAM9G45 还有一大部分的空间作为用户空间没有挂载，需要客户自行挂载让后才能使用。但是自 ...]]></description>
      <category>更多产品系列</category>
      <author>玉米糊</author>
      <pubDate>Thu, 15 May 2014 09:08:47 +0000</pubDate>
    </item>
    <item>
      <title>MYS-SAM9G45 LINUX下使用DS-5的RSE功能出错</title>
      <link>https://bbs.myir-tech.com/thread-27-1-1.html</link>
      <description><![CDATA[请高手帮忙分析原因，并提供解决方案：将目标板和电脑IP设置在同一网段并互相ping通之后，在DS-5中建立RSE连接，创建完毕后，右击创建的RSE连接，connect输入用户名和密码点击OK后弹出如下故障提示：

 ...]]></description>
      <category>更多产品系列</category>
      <author>蓝精灵</author>
      <pubDate>Sat, 08 Jun 2013 08:10:37 +0000</pubDate>
    </item>
  </channel>
</rss>