首页
随机
最近更改
特殊页面
社群首页
参数设置
关于WHY42
免责声明
WHY42
搜索
用户菜单
登录
欢迎来到Riguz的小站!这是一个私人wiki,用来记录一些我的笔记。
查看“︁Rock5b+ RK3588 Board”︁的源代码
←
Rock5b+ RK3588 Board
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
= Install system = Device: Rock5b+, 16G, 512G SSD <ref>https://docs.radxa.com/rock5/rock5b/getting-started/install-os/boot_from_sd_card</ref> Prerequsits: * Install Etcher == Rock5b+ Official image (Recommended) == 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]] You may get error like: [[Image:etcher-error-mac.png|600px]] Grant full disk access to etcher in privacy setting and run as sudo user: <syntaxhighlight lang="java"> # see https://github.com/balena-io/etcher/issues/4451 sudo open -a balenaEtcher </syntaxhighlight> == 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. <syntaxhighlight lang="bash"> shasum -a 256 ~/Downloads/Armbian_25.11.1_Rock-5b_noble_vendor_6.1.115_gnome_desktop.img.xz d3977e1bb9932b35a10e891fddb4e5d4840d709f2094c5a0cfdfb15cfa97b522 /Users/riguz/Downloads/Armbian_25.11.1_Rock-5b_noble_vendor_6.1.115_gnome_desktop.img.xz </syntaxhighlight> Write to image using etcher or USBImager. <ref>https://docs.armbian.com/User-Guide_Getting-Started/</ref> <syntaxhighlight lang="bash"> (base) ➜ ~ picocom -b 1500000 -d 8 /dev/tty.wchusbserial5ABA0915851 picocom v3.2a port is : /dev/tty.wchusbserial5ABA0915851 flowcontrol : none baudrate is : 1500000 parity is : none databits are : 8 stopbits are : 1 escape is : C-a local echo is : no noinit is : no noreset is : no hangup is : no nolock is : no send_cmd is : sz -vv receive_cmd is : rz -vv -E imap is : omap is : emap is : crcrlf,delbs, logfile is : none initstring : none exit_after is : not set exit is : no Type [C-a] [C-h] to see available commands Terminal ready Repeat root password: **** Rejected - passwords do not match. Try again [3]. Create root password: ********* Repeat root password: ********* Choose default system command shell: 1) bash 2) zsh 2 Shell: ZSH Creating a new user account. Press <Ctrl-C> to abort Desktop environment will not be enabled if you abort the new user creation Please provide a username (eg. your first name): riguz Create user (riguz) password: ********* Repeat user (riguz) password: ********* Please provide your real name: Riguz Dear Riguz, your account riguz has been created and is sudo enabled. Please use this account for your daily work from now on. Internet connection was not detected. Connect via wireless? [Y/n] </syntaxhighlight> == TTL connection == <syntaxhighlight lang="bash"> ls /dev/tty.* /dev/tty.wchusbserial5ABA0915851 picocom -b 1500000 -d 8 /dev/tty.wchusbserial5ABA0915851 </syntaxhighlight> == Install system == [[Category:Embedding]]
返回
Rock5b+ RK3588 Board
。