
嵌入式
sunxiaopengsun
这个作者很懒,什么都没留下…
展开
-
websocket 实现:C++实现轻量级极简httpserver和httpclient(提供http和websocket接口)
C++实现轻量级极简httpserver和httpclient(提供http和websocket接口)_踏莎行的博客-CSDN博客_c++ http接口转载 2022-02-10 17:56:45 · 737 阅读 · 0 评论 -
curl访问https下载https文件
# curl -k --tlsv1 -O "https://xxx.com/1.png"转载 2022-01-25 10:56:01 · 2790 阅读 · 0 评论 -
split分割(拆分)文件
split分割(拆分)文件需求:指定文件大小拆分文件# ll -h test/ |grep vmcore-rw-r--r-- 1 root root 12G 12月 7 00:20 vmcore工具:split操作过程:# split -b 900M vmcore# ll -h总用量 23G-rw-r--r-- 1 root root 1.3K 12月 7 00:25 md5.txt-rw-r--r-- 1 root root 12G 12月 7 00:20...原创 2021-08-27 13:31:07 · 263 阅读 · 0 评论 -
一文读懂RAM、ROM、SRAM、DRAM、SDRAM等内存概念
https://blog.csdn.net/easttao/article/details/99631355转载 2021-08-20 16:37:27 · 242 阅读 · 0 评论 -
视频同步笔记:狂神聊Git
https://mp.weixin.qq.com/s/Bf7uVhGiu47uOELjmC5uXQ狂神聊Git课程,通俗易懂,欢迎各位狂粉转发关注学习,拒绝白嫖,从我做起。未经作者授权,禁止转载狂神聊Git学习git之前,我们需要先明白一个概念版本控制!版本控制什么是版本控制版本控制(Revision control)是一种在开发的过程中用于管理我们对文件、目录或工程等内容的修改历史,方便查看更改历史记录,备份以便恢复以前的版本的软转载 2021-08-17 14:01:46 · 1156 阅读 · 0 评论 -
speex NS(noise suppression)函数调用
https://blog.csdn.net/sinat_39336956/article/details/77687979转载 2021-06-11 14:03:10 · 169 阅读 · 1 评论 -
lpg升级脚本制作
Hi, 1.lpg升级文件制作方法:下载lpgPacket.zip文件并解压其到linux系统的任意目录。进入lpgPacket解压后的目录,输入如下命令即可制作lpg包:“sh mkpacket.sh文件名”(文件名为后缀名为lpg的任意文件名称 ).具体操作如下图所示 ,操作完成后会生成对应的lpg文件,通过网页升级即可。 每次更新软件需要重新制作lpg文件时 ,我会更新package.zip文件,只需要覆盖之前的package.zip文件即可 。后续当有重大...原创 2021-06-11 09:42:29 · 228 阅读 · 3 评论 -
chmod 改变当前目录下面所有文件及文件夹的权限
1 如果是对文件和文件夹权限的修改是一样的,那么可以加-Rchmod -R xxx * 或 chmod -R u+x *(这里的u代表当前用户权限,还有组和其他分别为g,o)2 如果是要对文件和文件夹分别对待,那么可以用find命令查找文件:find . -type -f | xargs -i chmod xxx {}目录:find . -type -d | xargs -i chmod xxx {}————————————————...原创 2021-06-07 10:56:29 · 18495 阅读 · 0 评论 -
linux拷贝带有软链接的文件到windows下
不要将linux下的文件压缩成tar,因为这样操作后windows解压后软链接文件都为0kb了。正确的做法是: 直接通过cp拷贝: cp aa /clip/mnt -rd原创 2021-06-01 15:13:17 · 1727 阅读 · 0 评论 -
嵌入式触摸屏
tslib移植中环境变量编辑https://blog.csdn.net/u012531220/article/details/18562895原创 2021-05-28 10:18:22 · 557 阅读 · 0 评论 -
帧率(FPS)计算的六种方法总结
https://www.cnblogs.com/boonya/p/8492287.html转载 2021-05-12 18:04:11 · 4871 阅读 · 0 评论 -
arm中R0-R15寄存器的作用
根据“ARM-thumb 过程调用标准”:r0-r3用作传入函数参数,传出函数返回值。在子程序调用之间,可以将 r0-r3 用于任何用途。 被调用函数在返回之前不必恢复 r0-r3。如果调用函数需要再次使用 r0-r3 的内容,则它必须保留这些内容。r4-r11被用来存放函数的局部变量。如果被调用函数使用了这些寄存器,它在返回之前必须恢复这些寄存器的值。r12是内部调用暂时寄存器 ip。它在过程链接胶合代码(例如,交互操作胶合代码)中用于此角色...转载 2021-04-01 18:01:37 · 1073 阅读 · 0 评论 -
RAM和ROM的区别
https://blog.csdn.net/wildand/article/details/91126833转载 2021-03-30 08:58:08 · 124 阅读 · 0 评论 -
GV7704中文资料 hd-vlc
GV7704是高清晰度组件视频的四通道串行数字视频接收器。利用集成的高性能电缆均衡器技术,GV7704能够接收270Mb/s或540Mb/s的压缩视频,或在1.485Gb/s或2.97Gb/s的压缩视频,通过75Ω同轴电缆,或差分地通过100Ω双绞线。 GV7704集成了高清晰度视觉无损编码(HD-VLC}技术,该技术专门用于降低HD视频在同轴和无屏蔽双绞线(UTP)电缆上的传输数据速率。这是通过将通常以1.485Gb/s的串行数据速率传输的HD视频编码为与标准定义(SD)视频相同的速率、270Mb转载 2021-03-29 09:53:58 · 2566 阅读 · 0 评论 -
嵌友,EMMC和Nand还傻傻分不清吗
https://blog.csdn.net/DP29syM41zyGndVF/article/details/105696994?utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlogCommendFromMachineLearnPai2%7Edefault-1.baidujs&dist_request_id=1328740.25204.16169050944888781&depth_1-utm_source=d转载 2021-03-28 12:20:40 · 546 阅读 · 0 评论 -
海思HI35XX 通过uboot 读取U盘文件进行固件升级
https://blog.csdn.net/li_wen01/article/details/88780481转载 2021-03-19 13:35:24 · 700 阅读 · 0 评论 -
linux中xargs命令的使用方式
https://www.linuxprobe.com/linux-xargs-usage.html转载 2021-03-18 16:58:13 · 109 阅读 · 0 评论 -
【Hi35**】制作根文件系统
https://blog.csdn.net/Chen_qi_hai/article/details/104535803转载 2021-03-18 16:17:48 · 199 阅读 · 0 评论 -
uboot nfs挂载根文件及命令参数设置
https://blog.csdn.net/rjszcb/article/details/112296415转载 2021-03-18 15:27:51 · 275 阅读 · 0 评论 -
mount -a
mount -a的意思是将/etc/fstab的所有内容重新加载。mount 是可以显示/etc/fstab的内容。mount -a 是自动挂载 /etc/fstab 里面的东西。不过这东西开机时已经挂载了,你如果没有修改 fstab 增加新的东西那就肯定没输出。 mount -a 会忽略所有已经完成的操作,也就是开机时 fstab 已经挂载后,而且你没有修改 fstab 。你再运行 mount -a ,他会自动忽略全部 fstab 内容。...原创 2021-03-18 13:44:58 · 1358 阅读 · 0 评论 -
mknod命令
https://blog.csdn.net/jiangzhangha/article/details/103741781转载 2021-03-18 10:20:37 · 134 阅读 · 0 评论 -
根文件系统及Busybox详解之一
https://blog.csdn.net/chenlong12580/article/details/8761108?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.control&dist_request_id=&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineL转载 2021-03-17 10:09:45 · 144 阅读 · 0 评论 -
proc目录下的进程目录
Proc是一个虚拟文件系统,在Linux系统中它被挂载于/proc目录之上。Proc有多个功能 ,这其中包括用户可以通过它访问内核信息或用于排错,这其中一个非常有 用的功能,也是Linux变得更加特别的功能就是以文本流的形式来访问进程信息。很Linux命令(比如 ps、toPpstree等)都需要使用这个文件系统的信息。在/proc文件系统中,每一个进程都有一个相应的文件夹:/proc/pid,在该文件夹下会进程的相关信息cmdline/proc/[pid]/cmdline是一个只读文件,包含.原创 2021-03-17 09:59:50 · 2391 阅读 · 0 评论 -
GV7704的中文资料
https://blog.csdn.net/USB_ABC/article/details/107419419转载 2021-03-16 09:09:31 · 1135 阅读 · 0 评论 -
gzip bzip2 区别
gzip bzip2 都是压缩程序,区别是:gzip的速度快一些,而bzip2要压得狠一些.tar是打包程序,这个命令可以在打包的同时调用gzip或者bzip2进行压缩.一般以.tar.gz结尾的是用gzip压缩的,而.tar.bz2结尾的是用bzip2压缩的.tar 对文件目录进行打包备份,生成一个.tar文档gzip bzip2 都是压缩程序,可以和tar 结合使用在tar命令中可以直接调用gzip bzip2#tar tvfz /tmp/my_home_directory.t..原创 2021-03-14 14:26:53 · 3618 阅读 · 0 评论 -
libfrelocation R_AARCH64_ADR_PREL_PG_HI21 against symbol which may bind externally can not be used
加上了-fPIC这个参数以后,就没有再出现这个错误gcc -fPIC -shared -o hack.so hack.c-fPIC 作用于编译阶段,告诉编译器产生与位置无关代码(Position-Independent Code),则产生的代码中,没有绝对地址,全部使用相对地址,故而代码可以被加载器加载到内存的任意位置,都可以正确的执行。这正是共享库所要求的,共享库被加载时,在内存的位置不是固定的。...原创 2021-03-09 11:51:53 · 3329 阅读 · 0 评论 -
EasyLogging++学习笔记(1)—— 简要介绍
https://blog.csdn.net/xie1xiao1jun/article/details/54572803转载 2021-03-09 09:39:46 · 122 阅读 · 0 评论 -
NFS挂载的2种方式
https://blog.csdn.net/thisway_diy/article/details/68067350转载 2021-03-03 08:37:15 · 402 阅读 · 0 评论 -
linux 内核 - ioctl 函数详解
https://blog.csdn.net/qq_19923217/article/details/82698787转载 2021-02-07 14:23:15 · 155 阅读 · 0 评论 -
linux-->ldd命令的介绍
https://blog.csdn.net/qq_26819733/article/details/50610129转载 2021-02-05 16:34:27 · 141 阅读 · 0 评论 -
mp4v2编译出错
./configure --prefix=/root/work/mp4v2/obj --host=aarch64-linux-gnu --disable-debug --enable-shared CC=aarch64-linux-gnu-gcc CXX=aarch64-linux-gnu-g++ --build=aarch64-linux-gnuInvalid configuration `aarch64-linux': machine `aarch64' not recognize问题...原创 2021-01-22 11:32:13 · 443 阅读 · 0 评论 -
堆栈指针寄存器 SP详解以及栈的作用
https://blog.csdn.net/qq_36588941/article/details/89873633转载 2021-01-10 08:35:47 · 2338 阅读 · 0 评论 -
ARM汇编中LDR伪指令和LDR指令
https://blog.csdn.net/new_eggs/article/details/8468008转载 2021-01-09 09:16:08 · 858 阅读 · 0 评论 -
汇编基础指令讲解
https://www.cnblogs.com/panrongfeng/p/9501502.html转载 2021-01-09 09:03:46 · 175 阅读 · 0 评论 -
海思音频理解
首先通过音频芯片采集音频,包括线性输入 micin,采集后混音(可调节输入音量)后传输给ai,ai->ao 后传出到音频芯片,芯片(可调节输出音量)将音频输出到线性输出和耳机 。原创 2020-12-25 11:36:58 · 461 阅读 · 0 评论 -
Speex 资料全
// demo.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include <speex/speex.h> #include <stdio.h> #include <ostream> #include <speex/speex_preprocess.h> #include <speex/speex.原创 2020-12-23 15:13:58 · 195 阅读 · 0 评论 -
Speex库除0错误(SIGFPE)排除
在项目中使用Speex对实时采集到的音频流进行去噪,发现运行一段时间后程序就会崩溃。然后再让程序跑起来等着,出错后得到如下信息:********** Crash dump: **********Build fingerprint: 'Lenovo/smarttp/S898tp:4.4.2/KOT49H/VIBEUI_V2.0_1447_7.5.1_ST_S898t+.:user/release-keys'pid: 12612, tid: 12700, name: Thread...原创 2020-12-23 11:03:32 · 341 阅读 · 0 评论 -
i.MX6Q---IPU总结笔记
https://blog.csdn.net/yanbixing123/category_6380610.html转载 2020-12-22 09:09:59 · 138 阅读 · 0 评论 -
LINUX BOA CGI移植与实例实验
http://blog.chinaunix.net/uid-20768928-id-5174259.htmlhttp://blog.chinaunix.net/uid-20768928-id-5174308.html转载 2020-12-21 15:59:38 · 196 阅读 · 0 评论 -
web服务器之boa搭建开发实例
web服务器之boa搭建开发实例转载 2020-12-21 15:09:11 · 307 阅读 · 0 评论