AtmelSAM9260/AtmelSAM9G20开发板提供!!并能提供技术支持!!

本文介绍了Atmel SAM9260/SAM9G20开发板,适合公司产品开发及个人学习使用。开发板具备定制内核、丰富驱动支持、快速启动、低功耗等特点。提供液晶驱动、调试环境、程序下载与调试方案,并强调其在工业应用中的优势。此外,还包括针对初学者的学习资源和全面的技术支持。
摘要由CSDN通过智能技术生成

atmel9260

 

如果您是为公司正要开发的产品寻找一个前期的开发板,请看这里:

1、随意帮助裁剪atmel9260的内存位宽16/32、大小,启动参数等,按照客户要求定制内核

2、丰富的驱动支持,spi,iic等设备驱动

3、液晶驱动,由于9260没有液晶接口,我们支持业界标准的160*160点阵液晶,支持minigui,也可以提供自己编写的gui库文件接口

4、超快的启动速度,可以在6秒左右启动你编写的linux程序

5、超低的功耗,在休眠模式下,我们的功耗可以达到8mA左右,能立即唤醒;能实现掉电模式与按键唤醒,掉电模式功耗为0,在掉线模式下唤醒的启动时间为6秒

6、linux下程序的调试是最困扰研发人员的,我们可以提供一个完整的调试环境与研发代码管理模式,非常适合研发使用

安装TFTP服务器端和客户端 root@yuanxh-desktop:/# sudo apt-get install tftp tftpd openbsd-inetd C,修改配置文件使用TFTP根目录 root@yuanxh-desktop:/home/yuanxh/at91_works# vi /etc/inetd.conf 在/etc/inetd.conf新行中填入以下内容 tftp dgram udp wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd /tftpboot D,启动服务 root@yuanxh-desktop:/home/yuanxh/at91_works# /etc/init.d/openbsd-inetd restart E,测试服务 root@yuanxh-desktop:/home/yuanxh# touch /tftpboot/aaa root@yuanxh-desktop:/home/yuanxh# vi /tftpboot/aaa root@yuanxh-desktop:/home/yuanxh# tftp 192.168.1.100 tftp> get aaa tftp> quit root@yuanxh-desktop:/home/yuanxh# cat aaa 2,用命令配置NFS服务 A,安装NFS服务器端 root@yuanxh-desktop:/home/yuanxh# apt-get install nfs-kernel-server nfs-common portmap B,配置访问目录及权限 root@yuanxh-desktop:/home/yuanxh/at91_works# mkdir /nfsboot root@yuanxh-desktop:/home/yuanxh/at91_works# chmod 777 /nfsboot root@yuanxh-desktop:/home/yuanxh/at91_works# touch /nfsboot/yuanxh root@yuanxh-desktop:/# vi /etc/exports 在/etc/exports新行中填入以下内容 /nfsboot 192.168.1.0/24(rw,sync) C,启动服务 root@yuanxh-desktop:/# exportfs -ra root@yuanxh-desktop:/# /etc/init.d/portmap restart root@yuanxh-desktop:/# /etc/init.d/nfs-common restart root@yuanxh-desktop:/# /etc/init.d/nfs-kernel-server restart D,测试服务 root@yuanxh-desktop:/# mount 192.168.1.100:/nfsboot /mnt root@yuanxh-desktop:/home/yuanxh# ll /mnt root@yuanxh-desktop:/home/yuanxh# rm -rf /mnt/yuanxh root@yuanxh-desktop:/home/yuanxh# showmount root@yuanxh-desktop:/home/yuanxh# df root@yuanxh-desktop:/home/yuanxh# umount /mnt root@yuanxh-desktop:/home/yuanxh# ll /nfsboot
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值