上一页 1 2 3 4 5 6 7 ··· 18 下一页
摘要: CRC32: CRC32校验应用很广泛。本文提供一种算法添加4个字节实现任意的crc32校验值转换,逆向计算crc32的值。可以随意修改文件任意4个字节实现任意的crc32校验值。 原理: 下面是一组CRC32计算过程: 添加了四个字节00ba ff 30, 原crc32值2be0dd1d变成eee 阅读全文
posted @ 2021-07-14 10:13 阿C 阅读(2089) 评论(0) 推荐(0) 编辑
摘要: 1.实现原理框图 系统分为6个部分组成:fsbl:原始fsblgoogen_image:由3块组成分别为fsbl、bit、u-bootupdate_image:由3块组成分别为fsbl、bit、u-bootkernel_google:原始kernelkernel_update:更新kernelupd 阅读全文
posted @ 2021-07-13 13:51 阿C 阅读(1027) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cnblogs.com/pengdonglin137/p/3415663.html mtd_debug [root@xmos /root]# mtd_debugusage: mtd_debug info <device> mtd_debug read <device> 阅读全文
posted @ 2021-07-12 09:00 阿C 阅读(617) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cnblogs.com/super-king/p/3296347.html?utm_source=tuicool kernel module version check bypass1、 举例说明2、 内核是怎么实现的3、 怎样去突破4、 总结 1、 举例说明Linux 阅读全文
posted @ 2021-07-10 08:47 阿C 阅读(825) 评论(0) 推荐(0) 编辑
摘要: DebianKernel ARMMP As of Debian 8 ("Jessie") Debian no longer ships single-platform kernel flavours for the armhf port and instead ships two "multipla 阅读全文
posted @ 2021-07-08 22:05 阿C 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cnblogs.com/hustdc/p/7224980.html 1 这些名词是什么的缩写 1.1 armel 是arm eabi little endian的缩写。eabi是软浮点二进制接口,这里的e是embeded,是对于嵌入式设备而言。 1.2 armhf 是a 阅读全文
posted @ 2021-07-08 21:58 阿C 阅读(1235) 评论(0) 推荐(0) 编辑
摘要: set_property SEVERITY {Warning} [get_drc_checks NSTD-1] set_property SEVERITY {Warning} [get_drc_checks RTSTAT-1] set_property SEVERITY {Warning} [get 阅读全文
posted @ 2021-07-07 19:53 阿C 阅读(1860) 评论(0) 推荐(0) 编辑
摘要: 转自:https://vue.moe/116.html 前言 许多使用过廉价入门主机的朋友可能遇到过,系统花了很长时间才能连到VPS主机,许多新手并不知道为什么主机的启动速度如此缓慢。 本文将简单介绍Linux系统的熵池系统,以及如何通过haveged与rng-tools提高系统熵池补充速度,从而避 阅读全文
posted @ 2021-07-06 15:54 阿C 阅读(3382) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.starryvoid.com/archives/299.html Debian 中 allow-hotplug 与 auto 的区别冷不丁没注意还真是小坑了一下,所以在此记录 1、allow-hotplug 与 auto 的理论区别 auto 在系统启动的时候启动网络 阅读全文
posted @ 2021-07-06 15:24 阿C 阅读(5678) 评论(0) 推荐(1) 编辑
摘要: petalinux-build -c bootloader petalinux-build -c bootloader -x distclean petalinux-build -c bootloader diff -uNr zynq_fsbl_old zynq_fsbl_new > diff.pa 阅读全文
posted @ 2021-06-17 10:11 阿C 阅读(118) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 18 下一页