首页
随机
最近更改
特殊页面
社群首页
参数设置
关于WHY42
免责声明
WHY42
搜索
用户菜单
登录
欢迎来到Riguz的小站!这是一个私人wiki,用来记录一些我的笔记。
查看“︁Rock5b+ RK3588 Board”︁的源代码
←
Rock5b+ RK3588 Board
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
= 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]] 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> == 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
。