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 修改…
以 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 修改…
老版本里设置是这样的 "startingDirectory" : "//wsl$/Ubuntu-18.04/home/<Your Ubuntu Username>" 新版本这样设置 "startingDirectory" : "/home/<Your Ubuntu…
准备一下 20211210_rgb800480_uart3.img 镜像文件 adb 原理图*1 咱们先烧卡打开PhoenixCard,选择固件,选择启动卡,然后烧录 烧录完成了 启动TTY连上卡,电脑,启动adb adb shell 然后就启动tty了(( 看看原理图咱要点的灯原理图上是PD22 点灯点灯先看看PD22是哪一个IO cat…
准备平台 -o o- u0_a148@localhost +hydNNNNdyh+ ----------------- +mMMMMMMMMMMMMm+ OS: Android 10 aarch64 `dMMm:NMMMMMMN:mMMd` Host: essential…
文档系列https://www.raspberrypi.org/documentation/computers/compute-module.html Windows 下 eMMC…
按照 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…
修改网络验证服务器nano…
自从 electron 更新 11 后,contextIsolation: 被设置成默认 true, 需要配合使用。 function createWindow() { const win = new BrowserWindow({ width: 800, height: 600, webPreferences: { nodeIntegration: true, …
由于 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…
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…