折腾一下树莓派CM4
文档系列https://www.raspberrypi.org/documentation/computers/compute-module.html Windows 下 eMMC…
文档系列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…
若是WSL1,添加 export DISPLAY="127.0.0.1:0" 若是WSL2,使用脚本自动获取IP export DISPLAY="`grep nameserver /etc/resolv.conf | sed 's/nameserver //'`:0"
首先拆机后获得主板 正面图(散热罩已经拆除更换临时散热片) 背面图 可见主板背面可见双DDR3焊盘,参考正面内存颗粒 K4B4G1646E-BCMA 为三星单颗4Gbit 512M DDR3内存颗粒 桥接芯片为 GL3321G 为 USB3.0 转 SATA3 转换芯片。 目前改造计划为:增加内存,更换LED灯,导出UART接口,增加稳定性,更换系统。 首先增加散热片,引出UART引脚 连接 TX RX 数据线,GND…
…
命令 echo -e ${cmd} 效果 \033[?25l 隐藏光标 \033[?25h 显示光标 \33[0m 关闭所有属性 \33[1m 设置高亮度 \33[4m 下划线 \33[5m 闪烁 \33[7m 反显 \33[8m 消隐 \33[30m -- \33[37m 设置前景色 \33[40m --…