Haoan Li
Haoan Li
反馈bug/问题模板,提建议请删除 ## 1.关于你要提交的问题 Q:是否搜索了issue (使用 "x" 选择) * [x] 没有类似的issue ## 2. 详细叙述 ### (1) 具体问题 A:这个路由器型号什么都不勾选也编译报错。如果编译x86是正常的,所以环境没问题。在openwrt官方repo编译没问题,所以应该也不是上游的锅? ### (2) 路由器型号和固件版本 A:WSR-2533DHPL ### (3) 详细日志 A: ``` mipsel-openwrt-linux-musl-gcc -D__KERNEL__ -Wall -Wstrict-prototypes...
**Related PRs / Issues**: **Type of change**: - [ ] Bug fix - [ ] New feature - [x] Other enhancement **Impact**: - [ ] RTL change - [ ]...
### Background Work - [X] Yes, I searched the [mailing list](https://groups.google.com/forum/#!forum/chipyard) - [X] Yes, I searched [prior issues](https://github.com/ucb-bar/chipyard/issues) - [X] Yes, I searched the [documentation](https://chipyard.readthedocs.io/) ### Chipyard Version and Hash...
新版本的systemd不再推荐使用`nobody`用户。当使用nobody用户的时候systemd的日志以及`dmesg`里会出现以下报错 ``` Special user nobody configured, this is not safe! ``` systemd官方的解决方案为使用`DynamicUser=yes`代替 详见[commit](https://github.com/systemd/systemd/commit/bed0b7dfc0070e920d00c89d9a4fd4db8d974cf0)
The OpenWrt ubootmod Firmware flash layout is the following ``` dev: size erasesize name mtd0: 00100000 00020000 "BL2" mtd1: 00040000 00020000 "Nvram" mtd2: 00040000 00020000 "Bdata" mtd3: 00200000 00020000 "Factory"...