-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cc0c29e
commit d570aad
Showing
5 changed files
with
52 additions
and
1 deletion.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Using SSH access on RISC-V instance | ||
|
||
After getting SSH command and credentials from Cloud-V administrator, users can log in to RISC-V instance and start development like any Linux machine without GUI. | ||
|
||
## Setting up VScodium with RISC-V | ||
|
||
It may not be convinient for users to use terminal editors (like Vim and Nano) if they are not accustomed. | ||
|
||
At present VScode remote extension does not have support for RISC-V architecture but VScodium supports it. | ||
|
||
This section explains how you can set up VScodium on x86 machine to get remote development access to RISC-V compute instance (assuming both the machines have SSH installed). | ||
|
||
1. Install VScodium from [this](<https://vscodium.com/>) link | ||
2. Install Open Remote - SSH Extension from jeanp413 | ||
|
||
![Open Remote - SSH](<../doc_images/open-remote-extension.png>) | ||
|
||
3. Use `Ctrl+Shift+p` to open command pallet and search remote `Remote-SSH: Connect to host...` | ||
4. Enter username, publicly accessible IP and port of the compute instance which you want to connect to. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Tools on `J-BPF3-x` node | ||
|
||
This compute instance is Banana Pi F3 board and it has available packages ONLY for RISC-V architecture. | ||
|
||
**Operating System:** Bianbu 1.0.x | ||
|
||
| Tool | Version | Installed from | | ||
| ---- | ------- | -------------- | | ||
| Git | 2.43.0 | apt | | ||
| OpenJDK | 21.0.2 | apt | | ||
| GCC | 13.2.0 | apt | | ||
| Python3 | 3.11.7 | apt | | ||
| OpenSSL | 3.1.5 | apt | | ||
| Ruby | 3.1.2p20 | apt | | ||
| Go | 1.22.0 | apt | | ||
| rustc | 1.70.0 | apt | | ||
| Flex | 2.6.4 | apt | | ||
| Ninja | 1.11.1 | apt | | ||
| Bison | 3.8.2 | apt | | ||
| autoconf | 2.71 | apt | | ||
| gperf | 3.1 | apt | | ||
| cmake | 3.28.3 | apt | | ||
| make | 4.3 | apt | | ||
| automake | 1.16.5 | apt | | ||
| gfortran | 13.2.0 | apt | | ||
| openssh-server | 9.6p1 | apt | | ||
| vim | 9.1 | apt | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters