02 2023 档案
SWUpdate(Suricatta) + Hawkbit Server
摘要:SWUpdate的详细介绍 https://community.nxp.com/pwmxy87654/attachments/pwmxy87654/imx-processors%40tkb/5632/18/SWUpdate%20OTA%20%20i.MX8MM%20EVK_rev3.pdf Hawk 阅读全文
posted @ 2023-02-14 16:48 Ctrl攻城狮 阅读(412) 评论(0) 推荐(0)
linux dma
摘要:https://bootlin.com/pub/conferences/2015/elc/ripard-dmaengine/ripard-dmaengine.pdf https://biscuitos.github.io/blog/DMA/ 阅读全文
posted @ 2023-02-13 10:48 Ctrl攻城狮 阅读(41) 评论(0) 推荐(0)
linux D-BUS
摘要:https://bootlin.com/pub/conferences/2016/meetup/dbus/josserand-dbus-meetup.pdf 阅读全文
posted @ 2023-02-13 10:26 Ctrl攻城狮 阅读(25) 评论(0) 推荐(0)
linux kernel 常用函数记录
摘要:offsetof是用来判断结构体中成员的偏移位置 container_of宏用来根据成员的地址来获取结构体的地址 bitwise 是用来确保不同位方式类型不会被弄混 (小端模式,大端模式,cpu 尾模式,或者其他) GENMASK 用来设置MASK值 of_property_read_u32_arr 阅读全文
posted @ 2023-02-08 13:52 Ctrl攻城狮 阅读(63) 评论(0) 推荐(0)
shell command(日常使用shell的记录)
摘要:sort -u 去重 阅读全文
posted @ 2023-02-02 16:43 Ctrl攻城狮 阅读(24) 评论(0) 推荐(0)