J
jack_admin
@jack_admin
Best posts made by jack_admin
-
RE: Android on Cool Pi 4B
@retroman
https://www.cool-pi.com/topic/127/coolpi-4b-镜像固件在线刷机方法install usb driver and use rkdevtool.exe loading firmware image file.
-
RE: 升级到 ubuntu 22.04
@macthree 建议全新安装会更好,0303版本是纯净版系统,您也可以下载我们github ubuntu仓库构建纯净版本镜像
-
build openwrt souce code
step1:
git clone https://gitee.com/yanyitech/openwrt.git cd openwrt ### Quickstart 1. Run `./scripts/feeds update -a` to obtain all the latest package definitions defined in feeds.conf / feeds.conf.default 2. Run `./scripts/feeds install -a` to install symlinks for all obtained packages into package/feeds/ 3. Run `make menuconfig` to select your preferred configuration for the toolchain, target system & firmware packages. 4. Run `make` to build your firmware. This will download all sources, build the cross-compile toolchain and then cross-compile the GNU/Linux kernel & all chosen applications for your target system.
Latest posts made by jack_admin
-
RE: Coolpi 4b firmware with buildroot
@jugg said in Coolpi 4b firmware with buildroot:
@jack_admin
coolpi-sdcard.img 也能通过balenaEtcher 烧录进emmc里面?
烧录的时候选这个镜像就行了是吧对的
-
RE: coolpi 4b python3 gpio operation compatable with raspberry pi
@Orion 直接裸操作/sys/class/gpio,不做二次包装