上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 18 下一页

2019年9月10日

User mode and kernel mode (from MSDN)

摘要: A processor in a computer running Windows has two different modes: user mode and kernel mode. The processor switches between the two modes depending o 阅读全文

posted @ 2019-09-10 10:38 荷树栋 阅读(209) 评论(0) 推荐(0)

2019年9月4日

Self-signed Certificate for Windows Driver

摘要: We have an old USB driver, which has successful worked in windows vista, XP system, but now it cannot work in windows 7/8/10 64bits system because the 阅读全文

posted @ 2019-09-04 10:59 荷树栋 阅读(420) 评论(0) 推荐(0)

2019年7月2日

setup tftp service

摘要: Install following packages. sudo apt-get install xinetd tftpd tftp Create /etc/xinetd.d/tftp and put this entry service tftp { protocol = udp port = 6 阅读全文

posted @ 2019-07-02 15:06 荷树栋 阅读(107) 评论(0) 推荐(0)

2019年6月27日

git

摘要: git uses blob object to store the conent of file of each version, the blog file name is SHA1 value of content of file. Git uses tree object to store t 阅读全文

posted @ 2019-06-27 14:18 荷树栋 阅读(269) 评论(0) 推荐(0)

2019年6月20日

u-boot

摘要: using "conents" pattern to set the string setenv netboot "echo Booting from net ...; run netargs; if test ${ip_dyn} = yes; then setenv get_cmd dhcp; e 阅读全文

posted @ 2019-06-20 15:48 荷树栋 阅读(136) 评论(0) 推荐(0)

2019年6月12日

misc.

摘要: errno If you are compiling an application under Linux and get an error message like: /usr/bin/ld: errno: TLS definition in /lib/libc.so.6 section .tbs 阅读全文

posted @ 2019-06-12 14:50 荷树栋 阅读(214) 评论(0) 推荐(0)

2019年5月22日

SD、TF、MMC以及eMMC的区别

摘要: https://jingyan.baidu.com/article/03b2f78cd810115ea237ae2d.html SD卡是(secure digital memory card)安全数码卡,是一种基于半导体快闪记忆器的新一代记忆设备,是在MMC基础上发展起来的,增加了两个主要特色: 可 阅读全文

posted @ 2019-05-22 11:26 荷树栋 阅读(4034) 评论(0) 推荐(0)

2019年5月20日

GCC

摘要: GCC -c compile the source code to object code e.g. gcc -o abc.c, the object file abc.o will be generated. GCC -o compile the exe file e.g. gcc -o abc 阅读全文

posted @ 2019-05-20 11:00 荷树栋 阅读(450) 评论(0) 推荐(0)

2019年4月29日

I.MX 6UL与6ULL应用领域区别

摘要: 阅读全文

posted @ 2019-04-29 14:13 荷树栋 阅读(721) 评论(0) 推荐(0)

2019年4月22日

Technical - CAN FD

摘要: CAN FD (CAN with Flexible Data-Rate) is an extension to the original CAN bus protocol specified in ISO 11898-1.[1] Developed in 2011 and released in 2 阅读全文

posted @ 2019-04-22 15:22 荷树栋 阅读(186) 评论(0) 推荐(0)

上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 18 下一页

导航