Han Gao

Results 15 comments of Han Gao

执行 reprepro update 之后 设置成mirrors.tuna.tsinghua.edu.cn 就不会出这些错误 ``` aptmethod got 'https://opentuna.cn/debian/dists/bullseye-updates/InRelease' aptmethod got 'https://opentuna.cn/debian/dists/bullseye-backports/InRelease' aptmethod got 'https://opentuna.cn/debian/dists/bullseye/InRelease' aptmethod error receiving 'https://opentuna.cn/debian/dists/bullseye-backports/main/binary-amd64/Packages.xz': '404 Not Found [IP: 120.52.12.95 443]' aptmethod got 'https://opentuna.cn/debian/dists/bullseye-updates/non-free/binary-amd64/Packages.xz' aptmethod...

仔细看了一下 应该 debian-bullseye-backports 是缺失的

> > 仔细看了一下 应该 debian-bullseye-backports 是缺失的 > > 这个是持续出现故障吗?看起来上面提及的那些文件是存在的,不知道是不是偶发现象。 看起来是偶发现象 我以前也遇到过两次 当时没有在意

测试代码 ```c #include #include #include int main(int argc, char * argv[]){ char *a = malloc(sizeof(char) *(2+1)); a[0] = 'H'; a[1] = 'i'; a[2] = 0; char b[] = "Ho"; memcpy(a,...

> 这是因为 glibc 版本不同,正常现象。 实际上euler降低之后 失去互操作性 看起来直接改shlib-versions到 GLIBC_2.36 然后重新编译可能就行

> The cause of the audio issue is currently unknown and not reported to be affected in beaglev likely due to using a newer kernel in comparison to licheepi 4a...

thead-gcc (v2.6.1) prebuilt: https://occ-oss-prod.oss-cn-hangzhou.aliyuncs.com/resource//1663142514282/Xuantie-900-gcc-linux-5.10.4-glibc-x86_64-V2.6.1-20220906.tar.gz

~~armbian kernel config is wrong.~~ The commit remove fdt_reset_thead https://github.com/riscv-software-src/opensbi/commit/d1e0f7f25b2f1527425942dfc327f1d4a61bbff4 https://github.com/T-head-Semi/zero_stage_boot

> @RevySR Do you know how to make use of the changes in [zero_stage_boot](https://github.com/T-head-Semi/zero_stage_boot)? I'm not sure about the steps to deploy it onto a board. I don't know. Ren...