-
### 一、问题描述:无法启动该镜像
硬件:R1Plus
固件版本: 2021-04-21 r1p-with-docker.img.gz
TF卡:闪迪ultra16GB
测试了官方的openwrt镜像是可以正常启动运行的,排除了硬件故障的可能,因此来这里反馈
> 很想知道是不是固件兼容性的问题
### 二、 以下为串口打印的开机日志
```cs
DDR version …
-
Hello, after following the build tree instructions for the Nv_small configuration I try to continue with the testbench build, but it doesn't work. Do you have an idea of the cause ?
yago@Linux-2:~…
-
**Describe the bug**
After recent nsim SoCs & boards reorganization (#72862) the `SOC_SERIES_*` config is missing for vpx5 SoC which leads to cmake errors when building against nsim/nsim_vpx5 confi…
-
### Simulation Env:
- Tried RTL: v1.0 or commit 41b77ba
- Tried configuration: USER ICG or bypassing clock gating
1. USER ICG: insert technology specific ICG cell to replace RTL type clock …
-
research how screenbrightness is handled by windows..
then implement for linux.
-
The host gdb tool does not work due to missing opcodes and bfd libraries:
```
./bin/arc32-buildroot-linux-uclibc-gdb
./bin/arc32-buildroot-linux-uclibc-gdb: error while loading shared libraries: …
-
@kubiko
RE:
source: https://git.launchpad.net/~ondrak/+git/u-boot
source-type: git
source-tag: lf-6.1.36-2.1.0-uc
source-depth: 1
/RE:
When attempting to build the 22/imx8m…
-
When comparing the results from a Jenkins baseline to those from the 2024.06 release, several discrepancies were identified.
For instance, the configuration "arc-multilib-elf32_hs_nsim" displays ne…
-
chisel code:
```
val x = Wire(UInt(64.W))
val z = Reg(UInt(128.W))
z := x * x
```
verilog code:
```
reg [127:0] z;
wire [63:0] x;
always...
z = x * x;
...
```
the problem is the carrie…
-
user-ag reports "xray scan fail". Seems likely to be jfrog.
Seen similar issues with bduck user-rd but resolved them by knowing what dependencies to update.