Skip to content

Commit

Permalink
fix(bare-metal): rename RV1 page and document kernel update options
Browse files Browse the repository at this point in the history
  • Loading branch information
N. Le Roux committed Jul 8, 2024
1 parent d097127 commit 59f8200
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
meta:
title: Understanding Elastic Metal RV1 usage
description: This page provides more information and advanced ways for using EM-RV1 servers.
title: Elastic Metal RV1 guide
description: This page provides guidelines to use your EM-RV1 server.
content:
h1: Understanding Elastic Metal RV1 usage
paragraph: This page provides more information and advanced ways for using EM-RV1 servers.
h1: Elastic Metal RV1 guide
paragraph: This page provides guidelines to use your EM-RV1 server.
tags: elastic-metal server riscv em-rv1
dates:
validation: 2024-03-15
Expand Down Expand Up @@ -116,5 +116,17 @@ custom upgrade channel. Follow the steps below to update your kernel:
```bash
sudo rv1 update-kernel
```

<Message type="note">
If you prefer to run a more recent Linux kernel instead of the
vendor-provided kernel, you can append the `--tree mainline` option.

Although we do not recommend it, you can also enable support for vector
instructions with the `--enable-vector` flag. Be aware that this feature
implements an unratified version of RISC-V vector instructions (RVV 0.7.1)
which requires specific development efforts.

For a comprehensive list of options, refer to `rv1 update-kernel --help`.
</Message>
4. Wait for the update to complete. This step can take a few minutes.
5. Reboot the server in normal mode.
4 changes: 2 additions & 2 deletions menu/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -819,8 +819,8 @@
"slug": "elastic-metal-stock-levels"
},
{
"label": "Understanding Elastic Metal RV1 usage",
"slug": "elastic-metal-understanding-rv1-usage"
"label": "Elastic Metal RV1 guide",
"slug": "elastic-metal-rv1-guide"
}
],
"label": "Additional Content",
Expand Down

0 comments on commit 59f8200

Please sign in to comment.