Regular/riscv64: Difference between revisions
(Change in according to russian article) |
|||
Line 11: | Line 11: | ||
* on Regular images: [[Regular]]; | * on Regular images: [[Regular]]; | ||
* on riscv64 Sisyphus port: [[Ports/riscv64]]; | * on riscv64 Sisyphus port: [[Ports/riscv64]]; | ||
* #Feedback. | * [[#Feedback]]. | ||
Аfter booting from one of the images below, use the following credentials to login: | The images are intended to be run in qemu without modification and written according to the instructions to removable storage devices for sequent loading on target boards. Аfter booting from one of the images below, use the following credentials to login: | ||
login: root | login: root | ||
password: altlinux | password: altlinux | ||
For | For images with graphics the user will be asked to complete the initial setup in a graphical setup wizard at the first boot. During configuration, you can set the timezone, root password, password for connecting to VNC (if launched via VNC), create a new user, etc. On boards without a graphics adapter the graphical setup wizard must be run via VNC. | ||
== '''Direct download reference'''<ref>These are references to assemblies marked as tested. There are a few more [http://nightly.altlinux.org/sisyphus-riscv64/snapshots snapshots] </ref> == | |||
* jeos-systemd: [http://nightly.altlinux.org/sisyphus-riscv64/tested/regular-jeos-systemd-latest-riscv64.img.xz riscv64] <ref>Without GUI </ref> | |||
* lxqt: [http://nightly.altlinux.org/sisyphus-riscv64/tested/regular-lxqt-latest-riscv64.img.xz riscv64] | |||
* mate: [http://nightly.altlinux.org/sisyphus-riscv64/tested/regular-mate-latest-riscv64.img.xz riscv64] | |||
* xfce: [http://nightly.altlinux.org/sisyphus-riscv64/tested/regular-xfce-latest-riscv64.img.xz riscv64] | |||
== QEMU == | |||
The img.xz images must be unpacked and run according to the instructions: [[Ports/riscv64/QEMU]]. | |||
== HiFive Unmatched and Unleashed == | |||
Images write in instructions are available on the board pages: [[HiFive Unmatched]] and [[HiFive Unleashed]]. | |||
== VNC == | |||
Connecting via VNC (not the vnc provided by the qemu emulator) requires : | |||
* enable vnc mode in alterator-setup by uncommenting or adding a line to /etc/alterator-setup/config: | |||
* | |||
<source lang="shell">ALTERATOR_SETUP_VNC=1</source> | |||
or add a --vnc=1 argument for alt-rootfs-installer when it writes to a removable storage device. | |||
* connect via a serial port and wait for information about the address and VNC connection password: | |||
<source lang="shell"> | <source lang="shell"> | ||
localhost login: ALTERATOR SETUP === VNC access enabled | |||
ALTERATOR SETUP === VNC Password="cobra-angel" | |||
ALTERATOR SETUP === Default network device: "eth0" | |||
ALTERATOR SETUP === IPv4: "10.0.2.15/24" | |||
ALTERATOR SETUP === IPv6: "fec0::bee1:6f2d:ce4a:9c1d/64 | |||
fe80::6a0:ddd0:df03:e44d/64" | |||
PORT=5900 | |||
</source> | </source> | ||
To connect to a serial console (usually /dev/ttyUSB1) using GNU/screen use the command below: | |||
<source lang="shell"> | <source lang="shell"> | ||
$ screen /dev/ttyUSB1 115200 | $ screen /dev/ttyUSB1 115200 | ||
</source> | </source> | ||
* connect via vnc using the remote-viewer vnc client from the virt-viewer package: | |||
<source lang="shell"> | <source lang="shell">$ remote-viewer vnc://<ip_address>:<Port></source> | ||
< | |||
< | |||
</source> | |||
== Feedback == | == Feedback == | ||
Line 90: | Line 77: | ||
* assign the issue to <tt>iv@altlinux.org</tt>. | * assign the issue to <tt>iv@altlinux.org</tt>. | ||
'''• Mailing list:''' riscv-devel@lists.altlinux.org | '''• Mailing list:''' [https://lists.altlinux.org/mailman/listinfo/riscv-devel riscv-devel@lists.altlinux.org] | ||
[[ | [[Category:Sisyphus]] | ||
[[Category:Regular]] | [[Category:Regular]] | ||
[[Category:RISC-V]] | [[Category:RISC-V]] | ||
[[ru:Regular/riscv64]] |
Revision as of 13:52, 21 January 2022
Regular image builds are intended for testing and development of the RISC-V (rv64gc) port of Sisyphus repository.
Additional information:
- on Regular images: Regular;
- on riscv64 Sisyphus port: Ports/riscv64;
- #Feedback.
The images are intended to be run in qemu without modification and written according to the instructions to removable storage devices for sequent loading on target boards. Аfter booting from one of the images below, use the following credentials to login:
login: root password: altlinux
For images with graphics the user will be asked to complete the initial setup in a graphical setup wizard at the first boot. During configuration, you can set the timezone, root password, password for connecting to VNC (if launched via VNC), create a new user, etc. On boards without a graphics adapter the graphical setup wizard must be run via VNC.
Direct download reference[1]
- lxqt: riscv64
- mate: riscv64
- xfce: riscv64
QEMU
The img.xz images must be unpacked and run according to the instructions: Ports/riscv64/QEMU.
HiFive Unmatched and Unleashed
Images write in instructions are available on the board pages: HiFive Unmatched and HiFive Unleashed.
VNC
Connecting via VNC (not the vnc provided by the qemu emulator) requires :
- enable vnc mode in alterator-setup by uncommenting or adding a line to /etc/alterator-setup/config:
ALTERATOR_SETUP_VNC=1
or add a --vnc=1 argument for alt-rootfs-installer when it writes to a removable storage device.
- connect via a serial port and wait for information about the address and VNC connection password:
localhost login: ALTERATOR SETUP === VNC access enabled
ALTERATOR SETUP === VNC Password="cobra-angel"
ALTERATOR SETUP === Default network device: "eth0"
ALTERATOR SETUP === IPv4: "10.0.2.15/24"
ALTERATOR SETUP === IPv6: "fec0::bee1:6f2d:ce4a:9c1d/64
fe80::6a0:ddd0:df03:e44d/64"
PORT=5900
To connect to a serial console (usually /dev/ttyUSB1) using GNU/screen use the command below:
$ screen /dev/ttyUSB1 115200
- connect via vnc using the remote-viewer vnc client from the virt-viewer package:
$ remote-viewer vnc://<ip_address>:<Port>
Feedback
• Bug reports are tracked at ALT Linux Team bugzilla (see also: BugTracking):
- In the case of any issue with a package choose product Sisyphus.
- In the case of an issue with the images choose product 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