会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
linux-learn
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
12
下一页
2023年4月
nginx、PHP安装配置
摘要: 1、安装nginx sudo apt-get install nginx 可能会遇见一下错误: dpkg: dependency problems prevent configuration of nginx: nginx depends on nginx-full (<< 1.14.2-2+deb
阅读全文
posted @ 2023-04-14 21:03 *^VV^*
阅读(126)
评论(0)
推荐(0)
2023年3月
QT移植到ARM开发板
摘要: 一、切换到qt-everywhere-src-5.12.9/qtbase/mkspecs目录 1、cp -r linux-arm-gnueabi-g++/ linux-arm-gnueabihf-g++/ /*拷贝linux-arm-gnueabi-g++*/ 2、修改 linux-arm-gnue
阅读全文
posted @ 2023-03-28 19:31 *^VV^*
阅读(219)
评论(0)
推荐(0)
嵌入式Linux常用库移植
摘要: 一、freetype移植./configure --host=arm CC=arm-linux-gnueabihf-gcc --prefix=/home/demo/a33/source/freetype-2.10.1/_install # prefix用于指定库安装的位置make make inst
阅读全文
posted @ 2023-03-27 10:42 *^VV^*
阅读(186)
评论(0)
推荐(0)
Linux修改显示屏分辨率
摘要: 一、修改U-boot屏幕参数 修改对应屏幕的参数修改 -> ARM architecture -> Enable graphical uboot console on HDMI, LCD or VGA 底下括号的参数: 例如(1024x600): x:1024,y:600,depth:24,pclk
阅读全文
posted @ 2023-03-25 09:41 *^VV^*
阅读(1414)
评论(0)
推荐(0)
Linux 2.4G USB遥控板驱动
摘要: #include <linux/kernel.h>#include <linux/slab.h>#include <linux/module.h>#include <linux/init.h>#include <linux/usb/input.h>#include <linux/hid.h>#inc
阅读全文
posted @ 2023-03-23 16:36 *^VV^*
阅读(136)
评论(0)
推荐(0)
F1C200S构建st7735串行显示屏fb驱动
摘要: #include <linux/types.h>#include <linux/kernel.h>#include <linux/delay.h>#include <linux/ide.h>#include <linux/init.h>#include <linux/module.h>#includ
阅读全文
posted @ 2023-03-21 11:43 *^VV^*
阅读(620)
评论(0)
推荐(0)
F1C200S连接USBWIFI步骤
摘要: 1、内核开启打开IE802.11协议栈支持 2、buildroot中安装net-tools iw工具包 3、设置usb为主机模式 echo host > /sys/devices/platform/soc/1c13000.usb/musb-hdrc.1.auto/mode 4、加载rtl8188fu
阅读全文
posted @ 2023-03-13 09:03 *^VV^*
阅读(386)
评论(0)
推荐(0)
开发板添加USBWIFI支持(RTL8188EU模块)
摘要: 执行make menuconfig 打开如下选项 需要先打开IE802.11协议栈支持 buildroot中选择如下软件包 (主要是net-tools iw工具包等) 在buildroot中添加固件包Target packages -> Hardware handling -> Firmware然后
阅读全文
posted @ 2023-03-08 14:22 *^VV^*
阅读(388)
评论(0)
推荐(0)
buildroot 制作linux文件系统,并添加telnet 、ssh
摘要: // make menuconfig buildroot中选择如下软件包 (主要是net-tools iw工具包) Target options > Target Architecture (ARM (little endian)) > Target Binary Format (ELF) > Ta
阅读全文
posted @ 2023-03-08 13:57 *^VV^*
阅读(836)
评论(0)
推荐(0)
2023年1月
git常用命令
摘要: /********************仓库**************************/# 在当前目录新建一个Git代码库$ git init # 新建一个目录,将其初始化为Git代码库$ git init [project-name] # 下载一个项目和它的整个代码历史$ git cl
阅读全文
posted @ 2023-01-31 11:41 *^VV^*
阅读(38)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
12
下一页
公告