eki
eki
1. disable gt9xx INT pin pull 2. use tca6408 to set reset pin
# 推荐收录 ## 链接 https://github.com/CmST0us/armhf-swift-toolchain ## 理由 1. 可以学习如何使用源码编译Swift 2. 学习如何使用SPM进行交叉编译 3. 对嵌入式32位Linux平台,可以使用Swift编码。例如我已在fpga上运行swift [Run Swift On Zynq petalinux](https://forums.swift.org/t/introducing-my-armhf-swift-5-9-toolchiain/69524/2) ## 推荐人信息 如果收录这个资源,我们会在点评后面说明推荐信息人。
Like this issues #552 I want to proposal an other way, or say it just for soucekit-lsp. Let vscode-swift support read destination file, and can set target. Then vscode-swift can...
Fix #322 In rk628_csi_probe_of function, when we got success in probe, the ret value is 0, but the clk_disable_unprepare(csi->soc_24M) still will be invoked. This will cause the enable_count of soc_24M...
https://github.com/rockchip-linux/kernel/blob/604cec4004abe5a96c734f2fab7b74809d2d742f/drivers/media/i2c/rk628/rk628_csi_v4l2.c#L2163 In `rk628_csi_probe_of` function, when we got success in probe, the `ret` value is `0`, but the `clk_disable_unprepare(csi->soc_24M)` still will be invoked. This will cause the `enable_count` of `soc_24M` minus...
# SDK 编译 启动Docker所需的内核依赖已经包含在配置文件中,直接选择 tspi-rk3566-ubuntu_defconfig 编译sdk即可 ``` ./build.sh ``` # Ubuntu系统配置 参考这个链接安装Docker [https://docs.docker.com/engine/install/ubuntu/](https://docs.docker.com/engine/install/ubuntu/) 完成docker 安装后,此时启动 docker 应该会提示失败 ## 修改iptables 使用下面的脚本修改iptables ``` sudo update-alternatives --set iptables /usr/sbin/iptables-legacy sudo update-alternatives --set ip6tables...
- [ ] Armbian 无图形界面 Rootfs 适配