03 2020 档案
摘要:/home/wss/linux/Qt_Project/03exprPro/exprPro/model.h:6: error: changes meaning of ‘model’ from ‘class model’ [-fpermissive] class model ^~~~~ 原因是在另一个类
阅读全文
摘要:初次使用Buildroot+Qt+rootfs,不能显示字体。查看板子env,并没有指定字体路径。查看/rootfs/etc/fonts文件下找到字体配置文件fonts.conf, 这里其实已经提示要我们把字体库放到/usr/share/fonts文件夹下,这个fonts文件夹原本是没有的,需要自己
阅读全文
摘要:LDO有电压反馈型和电流源。 电压反馈型LDO不能简单并联扩流,因为反馈电阻和LDO本身的误差,会导致不能均流,严重的(电流提升快且大的),会导致某一个快速冒烟,坏掉。电流源型LDO并联电路如下: 10mΩ电阻为PCB走线,走的电阻值。起到均流作用。就算是电流型LDO,也不可能做到两片一直。由于本身
阅读全文
摘要:1 根节点 dts 文件中必须有一个根节点 /dts-v1/; / { model = "SMDK24440"; compatible = "samsung,smdk2440"; #address-cells = <1>; #size-cells = <1>; }; 根节点中必须有这些属性: #ad
阅读全文
摘要:① #address-cells、#size-cells 。cell 指一个 32 位的数值, address-cells:address 要用多少个 32 位数来表示;size-cells:size 要用多少个 32 位数来表示。② compatible 表示可以“兼容”什么③ model 准确地
阅读全文
摘要:设备树示意图: 一 DTS 文件布局(layout): /dts-v1/; // 表示版本 [memory reservations] // 格式为: /memreserve/ <address> <length>; / { //"/"表示根,”{};“表示节点。 [property definit
阅读全文
摘要:1、Standard commands (标准命令)2、System calls (系统调用) 3、Library functions (库函数) 4、Special devices (设备说明)5、File formats (文件格式)6、Games and toys (游戏和娱乐)7、Misce
阅读全文
摘要:设置好menuconfig后,sudo make 然后拷到nfs目录,启动后出现错误如图: 此时的bin目录下文件状态 使用sudo chown root * -R后,状态为: 这条命令的意思是更改当前目录下所有的文件的owner(就是所有者)为root,-R意思是循环遍历,如果当前目录下有子目录,
阅读全文
摘要:摘自:https://www.cnblogs.com/jsdy/p/11461277.html 1、添加源 sudo add-apt-repository ppa:fossfreedom/indicator-sysmonitor 2、更新源 sudo apt-get update 3、安装sysmo
阅读全文
摘要:The authenticity of host 'gitee.com (212.64.62.174)' can't be established. ECDSA key fingerprint is SHA256:FQGC9Kn/eye1W8icdBgrQp+KkGYoFgbVr17bmjey0Wc
阅读全文
摘要:sudo apt-get install git git config --global user.name "Your Name" git config --global user.email "email@example.com" ssh-keygen -t rsa -C "youremail@
阅读全文
摘要:在uboot中设置bootargs 引导内核后通过nfs挂载网络根文件系统时出现所示错误。 Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0) [ end Kernel panic - not
阅读全文
摘要:wss@ubuntu:~/linux/tool/buildroot-2019.02.6$ make menuconfig mkdir -p /home/wss/linux/tool/buildroot-2019.02.6/output/build/buildroot-config/lxdialog
阅读全文
摘要:wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo dpkg -i google-chrome* sudo apt-get install -f
阅读全文
摘要:方法:1,修改远程仓库名字,如图:2,查看本地远程仓库 git remote -v origin git@github.com:WSS201912/linux_-imx-rel_imx_4.1.15_2.1.0_ga_ex.git (fetch) origin git@github.com:WSS2
阅读全文
摘要:原文:https://blog.csdn.net/qq_29796317/article/details/60975207 如何快速转载CSDN及博客园中的博客 前言 对于喜欢逛CSDN的人来说,看别人的博客确实能够对自己有不小的提高,有时候看到特别好的博客想转载下载,但是不能一个字一个字的敲了,这
阅读全文
摘要:转载自:https://blog.csdn.net/daerzei/article/details/85058130 环境说明: Win10下64位VMware虚拟机下安装的Ubuntu18.04,64位 今天晚上打开虚拟机突然发现连不上网了,报错提示是:有线连接未托管。截图如下: 点开有线设置发现
阅读全文
摘要:转载自:https://blog.csdn.net/weixin_42108484/article/details/82698877 1、网络配置 1 首先打开虚拟网络编辑器进行配置,会加载几秒钟 2 点击更改设置 1.3 选择添加网络,添加一个Vment0,并设置为桥接模式,桥接到 处设置为自动即
阅读全文