MicroPhase / antsdr-pynq

pynq framework for antsdr
32 stars 13 forks source link

Missing antsdr board folder or spec file #1

Closed schelleg closed 2 years ago

schelleg commented 2 years ago

From the README steps, is there a missing folder called "antsdr" at the toplevel? I want to try rebuilding, but image building would need that folder. Please let me know if I'm missing a step.

mkdir sdbuild/prebuilt
unzip -d  sdbuild/prebuilt  pynq_rootfs_arm_v2.4.zip
cd sdbuild
make BOARDS=../../antsdr  PREBUILT=./prebuilt/bionic.arm.2.4.img  #### ../../antsdr does not exist?
black-pigeon commented 2 years ago

oppps, there was a mistake. We moved the board into the pynq folder, but forgot to update the submodule. We will update this later.

schelleg commented 2 years ago

thank you ... I am now able to rebuild the image.