-
Dear
I am using the NRF52832, using the following prj
```
##########
# for GPIO
##########
CONFIG_GPIO=y
##########
# for BLE
##########
CONFIG_BT=y
CONFIG_SENSOR=y
##########
# f…
-
I have trouble getting the battery indicators to work on a Surface Book 2 with a custom 5.7 kernel. Right now, I'm using the 5.7 branch of https://github.com/linux-surface/kernel but I have tried seve…
-
Hi,
I am trying to simulate latest Linux with spike on Ubuntu 16.04. But it seems that the device tree cannot be initialized successfully.
The version of related repositories as listed as belows…
-
HI. I was following all the instruction on the websitehttps://www.cl.cam.ac.uk/~jrrk2/docs/generate-the-bitstream/, I use the instruction"make nexys4_ddr_rocket_program", but it failed with these erro…
-
Hello,
I have compile errors with the latest buildboot and xilinx linux kernel version. Does anyone can advice how to fix it.
bpmlab2 ~/xilinx/kiman/test/xilinx_axidma $ make CROSS_COMPILE=/ho…
-
Should it be possible to queue up multiple receive buffers using the one way transfer command in async mode? Currently when I do this all of the callbacks return at the same time once data starts flow…
-
Hi,
I would just like to say the library is excellent!
I am currently building a system on a Xilinx Zynq device and I have created my own basic VGA monitor driving hardware written in verilog wi…
-
Trying to build 5.8.9 at https://github.com/Frogging-Family/linux-tkg/commit/afc7b56bcb5a4790b0a58821494225381a5641b5, Ryzen Desktop, fsync, Zen2, PDS (TkG)
Error log
```
CC [M] drivers/medi…
D3SOX updated
4 years ago
-
When vmlinux is built with CONFIG_XEN_PVH=y, the resulted vmlinux is still a perfect vmlinux for kvm guest.
It is common that CONFIG_XEN_PVH=y among the enablements of other types of guests to enab…
laijs updated
4 years ago
-
大佬您好^^,我这儿有一块资源更多的板子,运行您的代码只用了很少的资源(成功运行,非常感谢),现在想把资源充分利用起来,看了下您的代码,大佬的代码太复杂了还没有理清,大概知道和下面几个参数有关
`
#define Tn 4
#define Tm 32
#define Tr 26
#define Tc 26
`
看了一下综合,compute这个函数里面只有里面的for进行了展开,用了大…