03 2021 档案

摘要:单模块编译 cd poky source build/conf/set_bb_env.sh bitbake -fc clean 模块名 (注意这里指定的模块名字是 其bb文件所在的目录名) bitbake -fv 模块名 生成的bin文件路径:/poky/build/tmp-glibc/work/m 阅读全文
posted @ 2021-03-30 15:46 bobfly1984 阅读(1348) 评论(1) 推荐(0)
摘要:common api atoi sleep usleep mknod isdigit getpwuid struct passwd getgrgid struct group system sync getopt_long 应用程序命令行参数解析函数 sem_init sem_wait sem_po 阅读全文
posted @ 2021-03-30 15:10 bobfly1984 阅读(201) 评论(0) 推荐(0)
摘要:common API sprintf snprintf sscanf strcmp strncmp strcpy strlcpy kstrtol strtol __raw_writel __raw_readl memset memcpy memcmp container_of udelay msle 阅读全文
posted @ 2021-03-30 14:47 bobfly1984 阅读(702) 评论(0) 推荐(0)
摘要:Until now we have had a 1:1 mapping between storage device physical block size and the logical block sized used when addressing the device. With SATA 阅读全文
posted @ 2021-03-12 10:29 bobfly1984 阅读(95) 评论(0) 推荐(0)
摘要:大端(Big-Endian)和小端(little-Endian)的起源 关于大端小端名词的由来,有一个有趣的故事,来自于Jonathan Swift的《格利佛游记》:Lilliput和Blefuscu这两个强国在过去的36个月中一直在苦战。战争的原因:大家都知道,吃鸡蛋的时候,原始的方法是打破鸡蛋较 阅读全文
posted @ 2021-03-11 09:24 bobfly1984 阅读(1636) 评论(0) 推荐(0)
摘要:驱动init()函数已经打开控件如下 #left line output adb shell amix 'Left DAC Mux' DAC_L1 adb shell amix 'Left Line Mixer DACL1 Switch' 1 #right line output adb shell 阅读全文
posted @ 2021-03-05 09:55 bobfly1984 阅读(834) 评论(0) 推荐(0)
摘要:input path 数字增益 Register 15: Left-ADC PGA Gain Control Register Register 16: Right-ADC PGA Gain Control Register 输入端模拟增益 Register 17: MIC2L/R to Left- 阅读全文
posted @ 2021-03-05 09:31 bobfly1984 阅读(821) 评论(0) 推荐(0)
摘要:dapm_power_widgets是dapm机制的入口函数。dapm机制介绍见 https://www.cnblogs.com/bobfly1984/p/13966890.html。 dapm_power_one_widget dapm_power_one_widget -->dapm_widge 阅读全文
posted @ 2021-03-01 10:07 bobfly1984 阅读(496) 评论(0) 推荐(0)