Skip to content

Commit 687ff11

Browse files
444 bug v0140 beta1 (#446)
* missing dockerfiles * .. * .. * .. * import alignment * .. * .. * .. * more old templating removal * .. * complete the refactor * clean logs
1 parent 20578ad commit 687ff11

File tree

88 files changed

+4482
-6256
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+4482
-6256
lines changed

Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ RUN pip3 install --no-cache-dir -r requirements.txt -r requirements-tui.txt
5454
# Copy application files
5555
COPY src ./src
5656
COPY configs ./configs
57+
COPY lib/voltcyclone-fpga ./lib/voltcyclone-fpga
5758
COPY pcileech.py .
5859

5960
# Copy the patched VFIO constants from build stage

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,10 @@ sudo modprobe vfio vfio-pci
8282
# Interactive TUI (recommended for first-time users)
8383
sudo pcileech tui
8484

85-
# CLI interface for scripted builds
85+
# CLI interface for scripted builds (supports board shorthands)
8686
sudo pcileech build --bdf 0000:03:00.0 --board pcileech_35t325_x1
87+
# Or use shorthand:
88+
sudo pcileech build --bdf 0000:03:00.0 --board 35t
8789

8890
# CLI build with custom Vivado settings
8991
sudo pcileech build --bdf 0000:03:00.0 --board pcileech_35t325_x1 \

REFACTORING_PLAN.md

Lines changed: 0 additions & 245 deletions
This file was deleted.

configs/devices/active_device_minimal.yaml

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)