Difference between revisions of "RockpiN10/Fedora"
(→Changelogs) |
|||
Line 83: | Line 83: | ||
=== Changelogs === | === Changelogs === | ||
+ | |||
+ | ==== 2020.01.14 ==== | ||
+ | |||
+ | '''rockpin10_fedora_28_server_edition_arm64_20200114_1533-gpt.img''' | ||
+ | * U-boot version: 2017.09-00007-ge00fb1f | ||
+ | * Kernel version: 4.4.167 | ||
+ | * System partitions: boot and rootfs | ||
+ | * Default serial console: UART2 | ||
+ | * Default non-root user: toybrick (password: toybrick) | ||
+ | * Support SSH by default. | ||
+ | * Resize root filesystem to fit available disk space for the first boot | ||
+ | * Fix NPU issue: Init runtime environment failed | ||
==== 2020.01.11 ==== | ==== 2020.01.11 ==== | ||
Line 88: | Line 100: | ||
'''rockpin10_fedora_28_server_edition_arm64_20200111_1749-gpt.img''' | '''rockpin10_fedora_28_server_edition_arm64_20200111_1749-gpt.img''' | ||
− | * U-boot version: 2017.09- | + | * U-boot version: 2017.09-00007-ge00fb1f |
− | * Kernel version: 4.4.167 | + | * Kernel version: 4.4.167 |
* System partitions: boot and rootfs | * System partitions: boot and rootfs | ||
* Default serial console: UART2 | * Default serial console: UART2 |
Revision as of 09:28, 14 January 2020
ROCK Pi N10 > Fedora
Contents
Work with ROCK Pi N10 Fedora
Introduction to ROCK Pi N10 Fedora
RPM Packages Mangement
1. Add Rockchip Official Source:
sudo dnf localinstall --nogpgcheck http://repo.rock-chips.com/fedora/rockchip-repo-1.0-4.fc28.aarch64.rpm
2. Install Packages:
example-devel-1.0.1-2.fc28.aarch64.rpm sudo dnf install example-devel
3. Uninstall Packages:
example-devel-1.0.1-2.fc28.aarch64.rpm sudo dnf remove example-devel
4. Upgrade Packages:
sudo dnf clean all sudo dnf update
Rockchip VPU/ISP/NPU Package
ISP
1、Install ISP Lib:
sudo dnf install librockchip_isp
2、Compiling And linking:
LDDFLAGS: = -lcam_engine_cifisp -lcam_ia
3、Include Header Files:
#include <rockchip/rockchip_isp.h>
MPP
MPP Install And Compile
1、Install MPP Lib:
sudo dnf install librockchip_mpp-devel
2、Compiling And linking:
LDDFLAGS: = -lrockchip_mpp
3、Include Header Files:
#include <rockchip/rockchip_mpp.h>
RGA
RGA Install And Compile
1、Install RGA Lib:
sudo dnf install librockchip_rga-devel
2、Compiling And linking:
LDDFLAGS: = -lrockchip_rga -ldrm
3、Include Header Files:
extern “c” {#include <rockchip/rockchip_rga.h>}
Changelogs
2020.01.14
rockpin10_fedora_28_server_edition_arm64_20200114_1533-gpt.img
- U-boot version: 2017.09-00007-ge00fb1f
- Kernel version: 4.4.167
- System partitions: boot and rootfs
- Default serial console: UART2
- Default non-root user: toybrick (password: toybrick)
- Support SSH by default.
- Resize root filesystem to fit available disk space for the first boot
- Fix NPU issue: Init runtime environment failed
2020.01.11
rockpin10_fedora_28_server_edition_arm64_20200111_1749-gpt.img
- U-boot version: 2017.09-00007-ge00fb1f
- Kernel version: 4.4.167
- System partitions: boot and rootfs
- Default serial console: UART2
- Default non-root user: toybrick (password: toybrick)
- Support SSH by default.
- Resize root filesystem to fit available disk space for the first boot