偷得浮生半桶水(半日闲), 好记性不如抄下来(烂笔头). 信息爆炸的时代, 学习是一项持续的工作.
全部博文(1830)
发布时间:2016-04-07 17:44:32
1. 在TK1上添加 USB 蓝牙/WIFI, 添加 IMU / UWB. 实现HUB上的USB RS232 的重定位.2. 机器人逻辑控制部分放在TK1上.3. 和手机端通讯部分放在 TK1上.......【阅读全文】
发布时间:2016-04-06 17:29:03
I’ve recently upgraded to Ubuntu 12.04 and this is a great operating system. However, if you do some arm development and expect to be able to install cross libraries (armel/armhf) or easily generate an arm rootfs using the tools you’ve been used to, you’ll be disappointed.In Ubuntu 11.10 (O.........【阅读全文】
发布时间:2016-04-06 17:27:35
http://blog.csdn.net/luoqindong/article/details/42737789用buildroot来制作文件系统很方便,编译出来的文件系统是直接可用的,不用添加脚本等麻烦的工作,很多的库和app都可以直接添加到文件系统里边,如常用的udhcpc,tftp等.本文以以ZYNQ 7010为例,制作一个ramdisk的文件系统,在z-turn开发板上运行.1. 到buildroot目.........【阅读全文】
发布时间:2016-04-06 17:13:15
http://blog.csdn.net/luoqindong/article/details/42737879debian系统有针对arm分支的,在arm上跑debian系统可以用apt-get安装软件,避免繁琐的编译和重复创建文件系统的工作.本例子使用z-turn的开发板为例.Linux主机版本:root@v:i# lsb_release -aNo LSB modules are available.Distributor ID: DebianDescription:.........【阅读全文】
发布时间:2016-04-01 21:31:09
mkdir -p /home/w55fa92bsp-2.6.35/custom_rootfs/ln -s / /home/w55fa92bsp-2.6.35/custom_rootfs/usr_data以下服务要开起来.dbus-daemon --systembluetoothd &hciconfig hci0 downhciconfig hci0 upsdptool add SPrfcomm bind /dev/rfcomm0 DC:EE:06:C9:8E:A7rfcomm show DC:EE:06:C9:8E:A7 可.........【阅读全文】