Q Liu
Q Liu
The following is the JSON I used to test: ``` { "variables": {}, "builders": [{ "type": "arm", "file_urls" : ["http://cdimage.ubuntu.com/releases/22.04/release/ubuntu-22.04-live-server-arm64.iso"], "file_checksum_url": "http://cdimage.ubuntu.com/releases/22.04/release/SHA256SUMS", "file_checksum_type": "sha256", "file_target_extension": "iso", "image_build_method": "reuse", "image_path": "ubuntu-22.04.img",...
Hi, I set the Board to arty_a7_100, then it works ```Make file ifeq ($(SUB_PROJECT),arty_100T) # TODO: Fix with Arty SBT_PROJECT ?= fpga_platforms MODEL ?= ArtyFPGATestHarness VLOG_MODEL ?= ArtyFPGATestHarness MODEL_PACKAGE ?=...
it seems like that we are doing a similar project, I am trying to add a DDR interface to the port as well. Could you tell me how do you...
I switched to kernel 6.3. And then I enable the CONFIGS like what is mentioned in [https://github.com/pmem/ndctl]. The mode is the fsdax. But it still encounter some problems when trying...