Riguz留言 | 贡献
创建页面,内容为“= Install system = == TTL connection == <syntaxhighlight lang="bash"> ls /dev/tty.* /dev/tty.wchusbserial5ABA0915851 picocom -b 1500000 -d 8 /dev/tty.wchusbserial5ABA0915851 </syntaxhighlight> == Install system == Category:Embedding
 
Riguz留言 | 贡献
第1行: 第1行:
= Install system =
= Install system =
<ref>https://docs.radxa.com/rock5/rock5b/getting-started/install-os/boot_from_sd_card</ref>
Prerequsits:
* Install Etcher
== Rock5b+ Official image ==
Download image from rock site https://docs.radxa.com/rock5/rock5b/download:
rock-5b-plus_bookworm_kde_b2.output.img.xz
Note that the image must be decompressed first.
[[Image:etcher-rock5b.png|600px]]
[[Image:etcher-rock5b-finished.png|600px]]
== Armbian ==
Download image from https://www.armbian.com/rock-5b-plus/.
eg.
<syntaxhighlight lang="bash" inline>Armbian_25.11.1_Rock-5b_noble_vendor_6.1.115_gnome_desktop.img.xz</syntaxhighlight>
Note that the xz file must be extracted before writing.
== TTL connection ==
== TTL connection ==



2025年12月10日 (三) 14:28的版本

Install system

[1]

Prerequsits:

  • Install Etcher

Rock5b+ Official image

Download image from rock site https://docs.radxa.com/rock5/rock5b/download:

rock-5b-plus_bookworm_kde_b2.output.img.xz

Note that the image must be decompressed first.

Armbian

Download image from https://www.armbian.com/rock-5b-plus/.

eg. Armbian_25.11.1_Rock-5b_noble_vendor_6.1.115_gnome_desktop.img.xz

Note that the xz file must be extracted before writing.

TTL connection

ls /dev/tty.*
/dev/tty.wchusbserial5ABA0915851
picocom -b 1500000 -d 8 /dev/tty.wchusbserial5ABA0915851

Install system