Hello
May someone could give the required hints for how to make this work?
What image must or should be used?
Is it ok to use The Armbian image linked at https://wiki.radxa.com/Rockpi4/downloads ?
If not what else: Ubuntu Server? Debian Desktop?
When I follow these steps on Radxa’s Armbian build
https://wiki.radxa.com/Rockpi4/dev/libmraa
the essential packages installation throw errors
root@rockpi4b:~# sudo apt-get install rockchip-fstab
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
rockchip-fstab
0 upgraded, 1 newly installed, 0 to remove and 131 not upgraded.
Need to get 1,036 B of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://apt.radxa.com/stretch stretch/main arm64 rockchip-fstab all 0.1 [1,036 B]
Fetched 1,036 B in 0s (4,701 B/s)
Selecting previously unselected package rockchip-fstab.
(Reading database ... 66131 files and directories currently installed.)
Preparing to unpack .../rockchip-fstab_0.1_all.deb ...
Unpacking rockchip-fstab (0.1) ...
Setting up rockchip-fstab (0.1) ...
sed: -e expression #1, char 0: no previous regular expression
mount all partitions
mount: mount point vfat does not exist
dpkg: error processing package rockchip-fstab (--configure):
subprocess installed post-installation script returned error exit status 32
Errors were encountered while processing:
rockchip-fstab
E: Sub-process /usr/bin/dpkg returned an error code (1)
and then also
root@rockpi4b:~# sudo apt-get install rockpi4-dtbo
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
rockpi4-dtbo
0 upgraded, 1 newly installed, 0 to remove and 131 not upgraded.
1 not fully installed or removed.
Need to get 3,040 B of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://apt.radxa.com/stretch stretch/main arm64 rockpi4-dtbo all 1.1 [3,040 B]
Fetched 3,040 B in 0s (14.4 kB/s)
Selecting previously unselected package rockpi4-dtbo.
(Reading database ... 66131 files and directories currently installed.)
Preparing to unpack .../rockpi4-dtbo_1.1_all.deb ...
mv: cannot stat '/boot/hw_intfc.conf': No such file or directory
Unpacking rockpi4-dtbo (1.1) ...
Setting up rockpi4-dtbo (1.1) ...
Setting up rockchip-fstab (0.1) ...
sed: -e expression #1, char 0: no previous regular expression
mount all partitions
mount: mount point vfat does not exist
mount: mount point vfat does not exist
dpkg: error processing package rockchip-fstab (--configure):
subprocess installed post-installation script returned error exit status 32
Errors were encountered while processing:
rockchip-fstab
E: Sub-process /usr/bin/dpkg returned an error code (1)