Weijie Gao
Weijie Gao
> UI 变成什么样了 应该说是theme发生了变化。刚好就是在theme变化后,这个功能就失效了
I'm using Makefile Tools with MSYS2 build environment and the same bug occurs: vscode version 1.77.3 settings.json: ``` "makefile.makePath": "make", "terminal.integrated.automationProfile.windows": { "path": "E:\\msys64\\msys2_shell.cmd", "args": ["-msys2", "-defterm", "-no-start", "-where", "${workspaceFolder}"],...
> Ping @hackpascal I'm on vacation now :) (until 7/10)
I got lots of kconfig prompts while compiling openwrt with your branch: ``` .config:573:warning: symbol value '0' invalid for BASE_SMALL * * Restart config... * * * Control Group support...
There's still one commit needed for upstream: https://github.com/Ansuel/u-boot/commit/33e460617ebcf3a7373d286d47055bdb1991feff
linux环境下,除非有udev rule去设置device权限,不然都需要使用sudo执行才能访问
windows版本里面,在ufsnandprog.exe相同位置,编辑ufsnandprog.json(ufsnorparg也是一样,创建同名json),增加如下内容: ``` { "log-level": 0 } ``` 然后再试试 linux版的,看你编译的是不是portable版本,如果是,也是在和程序相同的目录里面防止
`-DBUILD_PORTABLE=OFF` 表明不是 portable 版,改成ON才行。然后linux portable版就不要直接install到/usr了。改个DESTDIR,例如 `DESTDIR=~/ufprog` 之类的 此外 ``` Notice: SPI-NAND: Unable to identify SPI-NAND chip using JEDEC ID (Error) SPI-NAND: Unable to identify SPI-NAND chip Flash chip not recognised...