Skip to content

Commit

Permalink
README.md: add the x86_64 boards
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Mirmont <[email protected]>
  • Loading branch information
matneutrality committed Dec 17, 2024
1 parent 5c74550 commit afa517b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Please file an issue if additional packages are required.
* xmllint
* qemu-system-aarch64
* qemu-system-riscv64
* qemu-system-x86

To build the documentation you also need
* pandoc
Expand All @@ -68,7 +69,7 @@ On a Debian-like system you can do:
pandoc texlive-latex-base texlive-latex-recommended \
texlive-fonts-recommended texlive-fonts-extra \
python3.9 python3.9-venv \
qemu-system-arm qemu-system-misc \
qemu-system-arm qemu-system-misc qemu-system-x86 \
gcc-riscv64-unknown-elf
$ python3.9 -m venv pyenv
$ ./pyenv/bin/pip install --upgrade pip setuptools wheel
Expand Down Expand Up @@ -210,8 +211,10 @@ The currently supported boards are:
* maaxboard
* odroidc2
* odroidc4
* odroidh2plus
* qemu_virt_aarch64
* qemu_virt_riscv64
* qemu_virt_x86_64
* rockpro64
* star64
* tqma8xqp1gb
Expand Down

0 comments on commit afa517b

Please sign in to comment.