|
|
(11 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
− | {{rock5_header}}
| + | #redirect [[Rock5/guide/radxa-debian]] |
− | | + | |
− | {{Languages|rock5/Debian}}
| + | |
− | | + | |
− | [[rock5 | ROCK 5]] > [[rock5/linux | Working With Linux]] > [[rock5/linux/debian | Debian]]
| + | |
− | | + | |
− | __TOC__
| + | |
− | | + | |
− | == Work with ROCK 5 Debian ==
| + | |
− | | + | |
− | === Introduction to ROCK 5 Debian ===
| + | |
− | | + | |
− | This guide is available for official ROCK 5 Debian images.
| + | |
− |
| + | |
− | ROCK 5 Debian is an easy to use desktop system. While working with ROCK 5 Debian, you will find it do well on playing music, Internet, Bluetooth, AI and so on.
| + | |
− | | + | |
− | ROCK 5 Debian uses '''systemd''' to manage system.
| + | |
− | | + | |
− | Command prepended by $ means the command may be executed by an unprivileged user. And command prepended by # means the command may be executed by an privileged user. But the symbol, $ or #, is not part of the command.
| + | |
− | | + | |
− | === List of boards supported ===
| + | |
− | | + | |
− | * ROCK 5B
| + | |
− | | + | |
− | === Access from the Host PC/Laptop ===
| + | |
− | | + | |
− | ==== Option 1: Serial console ====
| + | |
− | | + | |
− | See [[rock5/dev/serial-console | Serial Console]]
| + | |
− | | + | |
− | ==== Option 2: SSH ====
| + | |
− | | + | |
− | SSH server is enabled on port 22 of ROCK 5 default image.
| + | |
− | | + | |
− | Please use [https://angryip.org/ angryip] to find your board IP address.
| + | |
− | | + | |
− | $ ping ip-of-device
| + | |
− | $ ssh rock@ip-of-device
| + | |
− | | + | |
− | === Debian Default User Account ===
| + | |
− | | + | |
− | Non-root User:
| + | |
− | | + | |
− | User Name : rock
| + | |
− | Password : rock
| + | |
− | | + | |
− | === Build ===
| + | |
− | | + | |
− | {| class="wikitable"
| + | |
− | |-
| + | |
− | ! XFCE4 Desktop
| + | |
− | |-
| + | |
− | | * ROCK 5B
| + | |
− | |}
| + | |
− | | + | |
− | === Radxa APT ===
| + | |
− | | + | |
− | Radxa APT source includes stable one and testing one. Stable source includes stable packages while testing source includes latest but maybe unstable packages.
| + | |
− | | + | |
− | Radxa APT stable source is added by default while testing source is not added.
| + | |
− | | + | |
− | You can uncomment line like "deb http://apt.radxa.com/bullseye-testing/ buster main" in file /etc/apt/sources.list.d/apt-radxa-com.list to add testing source.
| + | |
− | | + | |
− | See file /etc/apt/sources.list.d/apt-radxa-com.list
| + | |
− | | + | |
− | deb http://apt.radxa.com/bullseye-stable/ buster main
| + | |
− | deb http://apt.radxa.com/bullseye-testing/ buster main
| + | |
− | | + | |
− | After adding testing source, you need to update APT and install your needed packages.
| + | |
− | | + | |
− | $ sudo apt-get update
| + | |
− | | + | |
− | For more detail about Radxa APT, please see [[rock5/linux/radxa-apt | Radxa APT]].
| + | |
− | | + | |
− | === Upgrade necessary packages ===
| + | |
− | | + | |
− | Here is the example of upgrading rockchip-overlay and kernel packages.
| + | |
− | | + | |
− | $ sudo apt-get update
| + | |
− | $ sudo apt-get install -y rockchip-overlay
| + | |