上一页 1 2 3 4 5 6 7 ··· 10 下一页
摘要: 一、安装Nginx sudo apt-get install nginx 在nginx.conf文件中添加(开启错误页重定向) #error pages fastcgi_intercept_errors on; 更改/etc/nginx/sites-enabled/default文件 添加内容: s 阅读全文
posted @ 2023-04-27 20:50 *^VV^* 阅读(68) 评论(0) 推荐(0) 编辑
摘要: 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^* 阅读(74) 评论(0) 推荐(0) 编辑
摘要: 一、切换到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^* 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 一、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^* 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 一、修改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^* 阅读(870) 评论(0) 推荐(0) 编辑
摘要: #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^* 阅读(93) 评论(0) 推荐(0) 编辑
摘要: #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^* 阅读(395) 评论(0) 推荐(0) 编辑
摘要: 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^* 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 执行make menuconfig 打开如下选项 需要先打开IE802.11协议栈支持 buildroot中选择如下软件包 (主要是net-tools iw工具包等) 在buildroot中添加固件包Target packages -> Hardware handling -> Firmware然后 阅读全文
posted @ 2023-03-08 14:22 *^VV^* 阅读(185) 评论(0) 推荐(0) 编辑
摘要: // 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^* 阅读(514) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 10 下一页