Skip to content

Commit

Permalink
for vf2-v6.7-v2
Browse files Browse the repository at this point in the history
Signed-off-by: Bo YU <[email protected]>
  • Loading branch information
yuzibo committed Jan 18, 2024
1 parent 912a7d2 commit 6f26784
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ sudo DOCKER_BUILDKIT=1 docker-compose build vf2

# need kernel tag from
# https://github.com/yuzibo/vf2-linux/tags
sudo KERNEL_VERSION=vf2-v6.6.8-v1 docker-compose up vf2
sudo KERNEL_VERSION=vf2-v6.7-v2 docker-compose up vf2
```

Please note, any modify need to be done with step first.

## for vf2 kernel

Because there is no Debian kernel, which was missing some patch to boot vf2, so I have to maintain
the kernel by myself.

Expand All @@ -22,10 +26,11 @@ Now it is based on one branch:

[vf2-v6.7-dev](https://github.com/yuzibo/vf2-linux/tree/vf2-v6.7) .

(*-dev is branch and *-v1 is tag for vf2-linux repo)
(*-dev is branch and *-v{$num} is tag for vf2-linux repo)

2024/01/19: build image with [vf2-v6.7-v2](https://github.com/yuzibo/vf2-linux/releases/tag/vf2-v6.7-v2)

Please note, any modify need to be done with step first.
# image

One image files will be generated into `image`:

Expand Down

0 comments on commit 6f26784

Please sign in to comment.