Loading
柚木鉉の空間
0%
INITIALIZING
首页 文章 标签 归档 关于 友链 推广 搜索
YUZUKITSURU_SPACE YUZUKITSURU_SPACE YUZUKITSURU_SPACE YUZUKITSURU_SPACE YUZUKITSURU_SPACE YUZUKITSURU_SPACE YUZUKITSURU_SPACE
2021-12-21

Allwinner Tina SDK 新增板级项目

以 lichee rv 为例 在 device/config/chips/d1/configs 文件夹内,复制 nezha_min 改名为 lichee_rv 在 package/allwinner/alsa-conf-aw/files/d1/ 内,复制 d1-nezha_min 改名为 d1-lichee_rv 在 target/allwinner 内,复制 d1-nezha_min 改名为 d1-lichee_rv 修改…

#Linux #Tina #Allwinner
访问
2021-12-21

新版本 Windows Terminal 设置 WSL 启动文件夹

老版本里设置是这样的 "startingDirectory" : "//wsl$/Ubuntu-18.04/home/<Your Ubuntu Username>" 新版本这样设置 "startingDirectory" : "/home/<Your Ubuntu…

#WSL #Windows Terminal
访问
2021-12-14

Allwinner D1s MangoPi:没资料也要点灯!!

准备一下 20211210_rgb800480_uart3.img 镜像文件 adb 原理图*1 咱们先烧卡打开PhoenixCard,选择固件,选择启动卡,然后烧录 烧录完成了 启动TTY连上卡,电脑,启动adb adb shell 然后就启动tty了(( 看看原理图咱要点的灯原理图上是PD22 点灯点灯先看看PD22是哪一个IO cat…

#Linux #embed #RISCV
访问
2021-11-04

Android 平台使用 Termux 运行 OpenCL

准备平台 -o o- u0_a148@localhost +hydNNNNdyh+ ----------------- +mMMMMMMMMMMMMm+ OS: Android 10 aarch64 `dMMm:NMMMMMMN:mMMd` Host: essential…

#OpenCL #Android #Termux
访问
2021-09-27

折腾一下树莓派CM4

文档系列https://www.raspberrypi.org/documentation/computers/compute-module.html Windows 下 eMMC…

#RaspberryPi #Linux #embed
访问
2021-09-02

编译U-Boot DTB 时报错 syntax error; FATAL ERROR: Unable to parse input tree

按照 https://wiki.sipeed.com/soft/Lichee/zh/Nano-Doc-Backup/get_started/first_eat.html 教程来编译U-Boot时候出现的错误 错误信息 LD examples/standalone/libstubs.o LD examples/standalone/hello_world OBJCOPY…

#Linux #embed #U-Boot
访问
2021-07-30

Arch Linux 修改网络验证服务器与强制禁用网络验证

修改网络验证服务器nano…

#Manjaro #Linux #Arch Linux
访问
2021-05-29

electron v11后,已经使用 nodeIntegration 但是报错未定义require

自从 electron 更新 11 后,contextIsolation: 被设置成默认 true, 需要配合使用。 function createWindow() { const win = new BrowserWindow({ width: 800, height: 600, webPreferences: { nodeIntegration: true, …

#javascript #JS #electron
访问
2021-05-07

fastboot 刷写 boot 分区错误 error: Couldn’t parse partition size '0x'

由于 adb 的更新,原生的 boot 分区刷写模式已经不适合使用,目前需要使用 flash:raw 进行刷写 fastboot flash boot boot.img 替换为: fastboot flash:raw boot boot.img 如果设备的 boot 分区被分割为 boot_a, boot_b fastboot flash:raw boot_a boot.imgfastboot flash:raw boot_b…

#boot #android #android-flash
访问
2021-03-05

npm yarn 设置淘宝镜像源

NPM: npm config set registry https://registry.npm.taobao.orgnpm config set disturl https://npm.taobao.org/distnpm config set electron_mirror https://npm.taobao.org/mirrors/electron/ YARN: yarn config set registry…

#npm #yarn #nodejs
访问
目录