<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>米尔科技论坛 - SAMA5D3X系列</title>
    <link>https://bbs.myir-tech.com/forum-50-1.html</link>
    <description>Latest 20 threads of SAMA5D3X系列</description>
    <copyright>Copyright(C) 米尔科技论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 10 Jun 2026 16:10:51 +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>linux 下led测试例程</title>
      <link>https://bbs.myir-tech.com/thread-7862-1-1.html</link>
      <description><![CDATA[LED驱动可以说是hello world之后最简单的驱动模块了.如果自己写一个LED驱动那是很简单的,其实用linux内核中的leds子系统来做也是比较简单的,内核中的leds子系统是将led抽象成platform_device,并有leds_class.这样,在/sys/class/leds/目录下面就可以利用sysfs文件系统来 ...]]></description>
      <category>SAMA5D3X系列</category>
      <author>kaiyueperfect</author>
      <pubDate>Fri, 16 Oct 2015 07:04:40 +0000</pubDate>
    </item>
    <item>
      <title>linux下gpio-key测试例程</title>
      <link>https://bbs.myir-tech.com/thread-7861-1-1.html</link>
      <description><![CDATA[MYD-SAMA5D3X有4个用户按键，分别是RESET,wakeup，cs-boot，user。浏览driver/input/keyboard目录，发现gpio-keys.c其功能是实现了通用的gpio按键。再去看了下DTS，发现DTS中有对gpio-keys的引用，新的内核不需要自己编写输入子系统驱动，可以通过配置DTS直接解决按键问 ...]]></description>
      <category>SAMA5D3X系列</category>
      <author>kaiyueperfect</author>
      <pubDate>Fri, 16 Oct 2015 06:49:21 +0000</pubDate>
    </item>
    <item>
      <title>设备中对GPIO的操作是最基本的操作</title>
      <link>https://bbs.myir-tech.com/thread-7860-1-1.html</link>
      <description><![CDATA[在嵌入式设备中对GPIO的操作是最基本的操作。Myirtech的开发板都已经写好了驱动程序。其实linux下面有一个通用的GPIO操作接口，那就是我要介绍的 “/sys/class/gpio” 方式。/sys/class/gpio 的使用说明：1、gpio_operation 通过/sys/文件接口操作IO端口 GPIO到文件系 ...]]></description>
      <category>SAMA5D3X系列</category>
      <author>kaiyueperfect</author>
      <pubDate>Fri, 16 Oct 2015 06:38:55 +0000</pubDate>
    </item>
    <item>
      <title>sama5d3设备树中的gpio配置</title>
      <link>https://bbs.myir-tech.com/thread-7682-1-1.html</link>
      <description><![CDATA[占楼]]></description>
      <category>SAMA5D3X系列</category>
      <author>conway</author>
      <pubDate>Tue, 22 Sep 2015 03:30:30 +0000</pubDate>
    </item>
    <item>
      <title>系统启动打印UBI error: scan_peb:错误解决</title>
      <link>https://bbs.myir-tech.com/thread-7593-1-1.html</link>
      <description><![CDATA[启动信息：
..........
atmel_nand 60000000.nand: Initialize PMECC params, cap: 4, sector: 512
Bad block table found at page 131008, version 0x01
Bad block table found at page 130944, version 0x01
nand_read_bbt: bad block at 0x0000028e0000
nand_read_bb ...]]></description>
      <category>SAMA5D3X系列</category>
      <author>Willian.Mo</author>
      <pubDate>Mon, 17 Aug 2015 10:28:06 +0000</pubDate>
    </item>
    <item>
      <title>MYD-SAMA5D3X启用SPI1配置</title>
      <link>https://bbs.myir-tech.com/thread-7588-1-1.html</link>
      <description><![CDATA[MYD-SAMA5D3X的SPI1的SPI1_SPCK与LED d6复用冲突,默认SPI1是没有开启的。启用SPI1需要禁用d6，配置设备树以及修改一下内核配置。[mw_shl_code=bash,true]PC22 SPI1_MISO
PC23 SPI1_MOSI
PC24 SPI1_SPCK --&gt;LED d6复用
PC25 SPI1_NPCS0[/mw_shl_code]
下面介绍启 ...]]></description>
      <category>SAMA5D3X系列</category>
      <author>Willian.Mo</author>
      <pubDate>Tue, 11 Aug 2015 02:07:55 +0000</pubDate>
    </item>
    <item>
      <title>MYD-SAMA5D3X开发板睡眠测试</title>
      <link>https://bbs.myir-tech.com/thread-7574-1-1.html</link>
      <description><![CDATA[介绍：
       Linux睡眠有两种方式：mem或standby，这两种方式都是suspend to RAM，简称STR，只是standby耗电会更多一些，而返回到正常工作方式时间更短。
1.睡眠命令：
[mw_shl_code=bash,true]# echo mem &gt; /sys/power/state 
或
# echo standby &gt; /sys/power/state  ...]]></description>
      <category>SAMA5D3X系列</category>
      <author>Willian.Mo</author>
      <pubDate>Wed, 05 Aug 2015 11:02:46 +0000</pubDate>
    </item>
    <item>
      <title>SAMA5D3X使用tftp烧写内核镜像</title>
      <link>https://bbs.myir-tech.com/thread-7569-1-1.html</link>
      <description><![CDATA[介绍：
        在linux内核开发过程中，需要将linux内核烧写到开发板上，为了方便调试我们可以使用tftp下载内核镜像。tftp烧写的基本原理是：首先通过tftp命令将linux内核下载到RAM中，然后可以通过nand write等命令将内存中的内核写到nand flash存储器中，下次启动就 ...]]></description>
      <category>SAMA5D3X系列</category>
      <author>Willian.Mo</author>
      <pubDate>Tue, 04 Aug 2015 03:29:36 +0000</pubDate>
    </item>
    <item>
      <title>SAMAD3X导出spi0设备节点及测试</title>
      <link>https://bbs.myir-tech.com/thread-7366-1-1.html</link>
      <description><![CDATA[介绍：
       SPI(Serial Peripheral Interface--串行外设接口)总线系统是一种同步串行外设接口，它可以使MCU与各种外围设备以串行方式进行通信以交换信息。SAMA5D3X系统默认没有导出spi设备节点，想要在用户层操作spi必须得导出设备节点。好了废话不多说直接进入正题 ...]]></description>
      <category>SAMA5D3X系列</category>
      <author>Willian.Mo</author>
      <pubDate>Thu, 16 Jul 2015 01:17:31 +0000</pubDate>
    </item>
    <item>
      <title>SAMA5D3X-AppWeb服务器移植</title>
      <link>https://bbs.myir-tech.com/thread-7356-1-1.html</link>
      <description><![CDATA[介绍：              
Appweb是一个嵌入式HTTP Web服务器，主要的设计思路是安全。这是直接集成到客户的应用和设备，便于开发和部署基于Web的应用程序和设备。它迅速（ 每秒处理3500多要求）而紧凑 ，其中包括支持动态网页制作，服务器端嵌入式脚本过程中的CGI ，可加载 ...]]></description>
      <category>SAMA5D3X系列</category>
      <author>Willian.Mo</author>
      <pubDate>Mon, 13 Jul 2015 03:17:17 +0000</pubDate>
    </item>
    <item>
      <title>SAMA5D3设备比较</title>
      <link>https://bbs.myir-tech.com/thread-7297-1-1.html</link>
      <description><![CDATA[SAMA5D3设备比较：
X：支持，—：不支持]]></description>
      <category>SAMA5D3X系列</category>
      <author>Willian.Mo</author>
      <pubDate>Tue, 30 Jun 2015 02:29:04 +0000</pubDate>
    </item>
    <item>
      <title>配置SAMA5D3X支持MY-CAM001U模块</title>
      <link>https://bbs.myir-tech.com/thread-7272-1-1.html</link>
      <description><![CDATA[修改Linux内核：
MY-CAM001U属于UVC摄像头，所以在内核的配置中，必须将UVC的支持添加进去。

[mw_shl_code=bash,true]Device Drivers ---&gt;
       Multimedia support ---&gt;
             [*] Video capture adapters ---&gt;
                    [*] V4L USB devices --- ...]]></description>
      <category>SAMA5D3X系列</category>
      <author>Willian.Mo</author>
      <pubDate>Tue, 23 Jun 2015 02:40:02 +0000</pubDate>
    </item>
    <item>
      <title>Uboot移植</title>
      <link>https://bbs.myir-tech.com/thread-7267-1-1.html</link>
      <description><![CDATA[如果想在sama5d3x板子上移植最新的uboot需要做哪些工作？]]></description>
      <category>SAMA5D3X系列</category>
      <author>unityfancier</author>
      <pubDate>Sat, 20 Jun 2015 11:21:23 +0000</pubDate>
    </item>
    <item>
      <title>SAMA5D3通过buildroot编译文件系统</title>
      <link>https://bbs.myir-tech.com/thread-7240-1-1.html</link>
      <description><![CDATA[下载buildroot源码：https://github.com/linux4sam/buildroot-at91

 编译配置：
[mw_shl_code=bash,true]$ make sama5d3_defconfig
$ make menuconfig[/mw_shl_code]
[mw_shl_code=bash,true] 添加本地编译交叉工具：
 Toolchain  ---&gt;
        Toolchain type (Extern ...]]></description>
      <category>SAMA5D3X系列</category>
      <author>Willian.Mo</author>
      <pubDate>Wed, 10 Jun 2015 09:30:34 +0000</pubDate>
    </item>
    <item>
      <title>android4.4.2移植到SAMA5D3X</title>
      <link>https://bbs.myir-tech.com/thread-7235-1-1.html</link>
      <description><![CDATA[平台：MYD-SAMA5D3X

版本：android4.4.2

1、获取android源码：
[mw_shl_code=applescript,true]$ mkdir android4sam_v4.4 
$ cd android4sam_v4.4 
$ repo init -u git://github.com/Android4SAM/platform_sammanifest.git -b android4sam_v4.4 
$ repo sync[/mw_shl_ ...]]></description>
      <category>SAMA5D3X系列</category>
      <author>conway</author>
      <pubDate>Tue, 09 Jun 2015 06:42:58 +0000</pubDate>
    </item>
    <item>
      <title>tslib测试错误</title>
      <link>https://bbs.myir-tech.com/thread-7228-1-1.html</link>
      <description><![CDATA[tslib移植好后，在板子上运行ts_calibrate提示segmentation fault错误[qq]1449848044[/qq]]]></description>
      <category>SAMA5D3X系列</category>
      <author>unityfancier</author>
      <pubDate>Sat, 06 Jun 2015 04:17:58 +0000</pubDate>
    </item>
    <item>
      <title>ramdisk文件系统制作</title>
      <link>https://bbs.myir-tech.com/thread-7218-1-1.html</link>
      <description><![CDATA[1.下载genext2fs-1.4.1.tar.gz并解压
[mw_shl_code=bash,true]$ tar -zxvf genext2fs-1.4.1.tar.gz [/mw_shl_code]
2.编译安装
[mw_shl_code=bash,true]$ cd genext2fs-1.4.1
$ ./configure 
$ make
$ sudo make install[/mw_shl_code]
3.进入到文件系统所在的目录执行 ...]]></description>
      <category>SAMA5D3X系列</category>
      <author>Willian.Mo</author>
      <pubDate>Tue, 02 Jun 2015 02:47:05 +0000</pubDate>
    </item>
    <item>
      <title>UBI文件系统详解</title>
      <link>https://bbs.myir-tech.com/thread-7208-1-1.html</link>
      <description><![CDATA[UBIFS是nokia工程师在the university of Szeged大学帮助下开发的新的Flash filesystem。UBIFS可以认为是JFFS2文件系统的下一代。 UBIFS文件系统是专门为大容量FLASH嵌入式移动设备设计的，挂载UBIFS文件系统必须有mtd接口，而普通的PC机通常都不用mtd管理磁盘，所以 ...]]></description>
      <category>SAMA5D3X系列</category>
      <author>Willian.Mo</author>
      <pubDate>Wed, 27 May 2015 02:32:54 +0000</pubDate>
    </item>
    <item>
      <title>如何手动加载内核？</title>
      <link>https://bbs.myir-tech.com/thread-7206-1-1.html</link>
      <description><![CDATA[板上上电后停留在uboot命令界面，如何通过tftp命令将内核文件加载到内存中，然后手动启动内核，跟文件系统是通过nfs挂载的, 求解？？？]]></description>
      <category>SAMA5D3X系列</category>
      <author>unityfancier</author>
      <pubDate>Tue, 26 May 2015 19:59:43 +0000</pubDate>
    </item>
    <item>
      <title>搭建Boa服务器</title>
      <link>https://bbs.myir-tech.com/thread-7186-1-1.html</link>
      <description><![CDATA[Boa源码下载：
[mw_shl_code=bash,true]http://www.boa.org[/mw_shl_code]
解压进入src目录：
[mw_shl_code=bash,true]$ tar -zxvf boa-0.94.13.tar.gz
$ cd boa-0.94.13/src[/mw_shl_code]
配置交叉工具环境
[mw_shl_code=bash,true]$ export PATH=$PATH:/home/msl/Too ...]]></description>
      <category>SAMA5D3X系列</category>
      <author>Willian.Mo</author>
      <pubDate>Mon, 18 May 2015 06:52:30 +0000</pubDate>
    </item>
  </channel>
</rss>