导航

2011年11月29日

摘要: 1.Boot Program Algorithm flow Chart.(you can get this picture from 9260 datasheet in section 13.2) initial Oscillaotor for CLK Check if system can boot from SPI data Flash in NPCS0 CHeck if system can boot from SPI data flash in NPCS1 Chcek if system can boot from NAND Fla... 阅读全文

posted @ 2011-11-29 13:33 cornflower 阅读(431) 评论(0) 推荐(0) 编辑

摘要: /* * Howto *1. gcc -o multi_thread_signal multi_thread_signal.c -lpthread *2. ./multi_thread_signal & *3. ps -aux to see the PID of multi_thread_signal application *4. use kill -... 阅读全文

posted @ 2011-11-29 13:32 cornflower 阅读(367) 评论(0) 推荐(0) 编辑

摘要: http://stackoverflow.com/questions/5282099/signal-handling-in-pthreads I believe the core of the problem is that signals are delivered to the process as a whole, rather than individual threads. Commo... 阅读全文

posted @ 2011-11-29 13:28 cornflower 阅读(906) 评论(0) 推荐(0) 编辑

摘要: Thread Basics: What is a Thread?(from https://computing.llnl.gov/tutorials/pthreads/) Technically, a thread is defined as an independent stream of instructions that can be scheduled to run as suc... 阅读全文

posted @ 2011-11-29 13:28 cornflower 阅读(914) 评论(0) 推荐(1) 编辑