青春无悔
发布时间:2014-11-10 20:17:08
转自:http://blog.csdn.net/yangzhongxuan/article/details/63953061. sudo apt-get install tftpd tftp openbsd-inetd2. sudo vi /etc/inetd.conf#:BOOT: TFTP service is provided primarily for booting. Most sites# run this only on machines acting as "boot servers."#tftp dgram udp wai.........【阅读全文】
发布时间:2014-11-10 19:55:38
转自:http://www.cnblogs.com/Charles-Zhang-Blog/archive/2013/02/05/2892879.html1.1 搭建NFS服务器 NFS(Network FileSystem,网络文件系统)是由SUN公司发展,并于1984年推出的技术,用于在不同机器,不同操作系统之.........【阅读全文】
发布时间:2014-11-10 17:20:40
在common/console.c添加int scanf(const char* fmt, ...){ int i = 0; unsigned char c; va_list args; char buffer[128]; #ifndef CONFIG_PRE_CONSOLE_BUFFER if (!gd->have_console) .........【阅读全文】
发布时间:2014-11-10 17:19:58
1.配置DDR时钟void config_ddr( unsigned int pll, unsigned int ioctrl,  .........【阅读全文】