Regular/riscv64: Difference between revisions
m (→Feedback: Sync w/ ru) |
IvanMelnikov (talk | contribs) (REFACTOR) |
||
Line 1: | Line 1: | ||
{| style="border:1px solid #AAA; background:#F9F9FF; width:100px; margin: 0 0 1em 1em; padding:.2em; text-align:left; float: right;" class=noprint | {| style="border:1px solid #AAA; background:#F9F9FF; width:100px; margin: 0 0 1em 1em; padding:.2em; text-align:left; float: right;" class=noprint | ||
| __TOC__ | | __TOC__ | ||
Line 7: | Line 5: | ||
| [[:ru:Regular/riscv64|Русский]] | | [[:ru:Regular/riscv64|Русский]] | ||
|} | |} | ||
[[Regular|Regular image]] builds are intended to test and develop the [[Ports/riscv64|RISC-V (rv64gc) port]] of [[Sisyphus]] repository. | |||
Additional information: | |||
* on Regular images: [[Regular]]; | |||
* on riscv64 Sisyphus port: [[Ports/riscv64]]; | |||
* #Feedback. | |||
Аfter booting from one of the images below, use the following credentials to login: | |||
login: root | |||
password: alt | |||
For the recent images with graphics support (both [https://en.wikipedia.org/wiki/Xfce XFCE] and [https://ru.wikipedia.org/wiki/MATE MATE]), these credentials work for the first boot. All images with graphics support have a graphical setup wizard that is activated on the first boot and allows to do initial configuration of the system, including setting the root password. | |||
The developer image ('''builder''') has another pre-created user: | |||
login: altlinux | |||
password: alt | |||
{{Attention|It is recommended to '''change the password as soon as possible''' after the first log-in into the system.}} | |||
== HiFive Unmatched and Unleashed == | |||
For [[HiFive Unmatched]] and [[HiFive Unleashed]] boards we recommend fresh images build by jqt4@: http://ftp.altlinux.org/pub/people/jqt4/images/hifive/ | |||
Setup instructions are available on the corresponding board page in this wiki: [[HiFive Unmatched]], [[HiFive Unleashed]] | |||
See [[#VNC]] section below on how to access graphical setup for Xfce and MATE images. | |||
== QEMU == | == QEMU == | ||
Line 46: | Line 41: | ||
* Minimal system for developer (rpmbuild, [https://www.altlinux.org/Hasher hasher], gcc, ssh) -- [http://nightly.altlinux.org/sisyphus-riscv64/alpha/regular-builder-latest-riscv64.qcow2c link] ([http://nightly.altlinux.org/sisyphus-riscv64/alpha/MD5SUM MD5], [http://nightly.altlinux.org/sisyphus-riscv64/alpha/SHA1SUM SHA1]) | * Minimal system for developer (rpmbuild, [https://www.altlinux.org/Hasher hasher], gcc, ssh) -- [http://nightly.altlinux.org/sisyphus-riscv64/alpha/regular-builder-latest-riscv64.qcow2c link] ([http://nightly.altlinux.org/sisyphus-riscv64/alpha/MD5SUM MD5], [http://nightly.altlinux.org/sisyphus-riscv64/alpha/SHA1SUM SHA1]) | ||
* Graphical system with XFCE (VNC, X11) -- [http://nightly.altlinux.org/sisyphus-riscv64/alpha/regular-xfce-latest-riscv64.qcow2c link] ([http://nightly.altlinux.org/sisyphus-riscv64/alpha/MD5SUM MD5], [http://nightly.altlinux.org/sisyphus-riscv64/alpha/SHA1SUM SHA1]) | * Graphical system with XFCE (VNC, X11) -- [http://nightly.altlinux.org/sisyphus-riscv64/alpha/regular-xfce-latest-riscv64.qcow2c link] ([http://nightly.altlinux.org/sisyphus-riscv64/alpha/MD5SUM MD5], [http://nightly.altlinux.org/sisyphus-riscv64/alpha/SHA1SUM SHA1]) | ||
The instructions on how to run these images on QEMU are on a separate page: [[Ports/riscv64/QEMU]]. | |||
For information about how to connect to the VNC server please refer to the [[#VNC]] section below. | |||
== VNC == | |||
At the first boot the user will be asked to setup | At the first boot the user will be asked to setup | ||
system manually through visual menu. One could setup the timezone, root password, | system manually through visual menu. One could setup the timezone, root password, | ||
add a new user, setup VNC password, etc. | add a new user, setup VNC password, etc. | ||
In the case of QEMU | In the case of QEMU, if port forwarding for port 5900 is used, connecting to VNC is straightforward. For example, in the case of [https://en.wikipedia.org/wiki/TigerVNC tigerVNC]: | ||
For example, in the case of [https://en.wikipedia.org/wiki/TigerVNC tigerVNC]: | |||
<source lang="shell"> | <source lang="shell"> | ||
$ vncviewer 127.0.0.1 | $ vncviewer 127.0.0.1 | ||
Line 195: | Line 76: | ||
</source> | </source> | ||
= | == Feedback == | ||
'''• Bug reports''' submission form at [https://bugzilla.altlinux.org bugzilla]. | '''• Bug reports''' submission form at [https://bugzilla.altlinux.org bugzilla]. | ||
* In the case of any issue with a package please choose ''Sisyphus''. | * In the case of any issue with a package please choose ''Sisyphus''. | ||
* In the case of an issue with the images please choose ''Regular''. | * In the case of an issue with the images please choose ''Regular''. | ||
'''IMPORTANT''': | |||
* set platform field (drop-down list at the right) to ''riscv64''; | |||
* assign the issue to <tt>iv@altlinux.org</tt>. | |||
'''• Mailing list:''' riscv-devel@lists.altlinux.org | '''• Mailing list:''' riscv-devel@lists.altlinux.org | ||
Revision as of 12:07, 11 November 2021
Regular image builds are intended to test and develop the RISC-V (rv64gc) port of Sisyphus repository.
Additional information:
- on Regular images: Regular;
- on riscv64 Sisyphus port: Ports/riscv64;
- #Feedback.
Аfter booting from one of the images below, use the following credentials to login:
login: root password: alt
For the recent images with graphics support (both XFCE and MATE), these credentials work for the first boot. All images with graphics support have a graphical setup wizard that is activated on the first boot and allows to do initial configuration of the system, including setting the root password.
The developer image (builder) has another pre-created user:
login: altlinux password: alt
HiFive Unmatched and Unleashed
For HiFive Unmatched and HiFive Unleashed boards we recommend fresh images build by jqt4@: http://ftp.altlinux.org/pub/people/jqt4/images/hifive/
Setup instructions are available on the corresponding board page in this wiki: HiFive Unmatched, HiFive Unleashed
See #VNC section below on how to access graphical setup for Xfce and MATE images.
QEMU
The images for the QEMU listed below:
- Minimal system with systemd -- link (MD5, SHA1)
- Minimal sytem with SysV -- link (MD5, SHA1)
- Minimal system for developer (rpmbuild, hasher, gcc, ssh) -- link (MD5, SHA1)
- Graphical system with XFCE (VNC, X11) -- link (MD5, SHA1)
The instructions on how to run these images on QEMU are on a separate page: Ports/riscv64/QEMU.
For information about how to connect to the VNC server please refer to the #VNC section below.
VNC
At the first boot the user will be asked to setup system manually through visual menu. One could setup the timezone, root password, add a new user, setup VNC password, etc. In the case of QEMU, if port forwarding for port 5900 is used, connecting to VNC is straightforward. For example, in the case of tigerVNC:
$ vncviewer 127.0.0.1
In the case of HiFive Unleashed one needs to find out what is the IP address of this machine. The HiFive Unleashed obtains an IP address from DHCP during boot time. One way to do this is to connect HiFive Unleashed and PC with a microUSB-USB cord. This allows one to connect to the serial console. To connect to the serial console (usually it is /dev/ttyUSB1) with GNU/screen, please use the following command:
$ screen /dev/ttyUSB1 115200
During first boot time the information about IPv4 and IPv6 addresses will be prompted to the console (e.g.):
[ 128.084540] xinit[276]: ALTERATOR SETUP === Default device: "eth0"
[ 128.084888] xinit[276]: ALTERATOR SETUP === IPv4: "192.168.88.216/24"
[ 128.085110] xinit[276]: ALTERATOR SETUP === IPv6: "fe80::72b3:d5ff:fe92:f229/64"
To connect to the VNC server:
$ vncviewer 192.168.88.216
Feedback
• Bug reports submission form at bugzilla.
- In the case of any issue with a package please choose Sisyphus.
- In the case of an issue with the images please choose Regular.
IMPORTANT:
- set platform field (drop-down list at the right) to riscv64;
- assign the issue to iv@altlinux.org.
• Mailing list: riscv-devel@lists.altlinux.org