First time Install error

  • Hardware model | (ID=24) RK3399
  • Power supply | (EG: RAVPower 5V 1A)
  • SD card | (EG: SanDisk Ultra 16 GB)

Steps to reproduce:

Expected behaviour:

Actual behaviour:

Extra details:

Additional logs:

curl: (22) The requested URL returned error: 403
gpg: no valid OpenPGP data found.

need help, don’t know it’s a hardware problem or internet problem ,and how to slove. or some way to do?

You would need to share the entire log, not just parts

how to get de entire log?

- Command: eval curl -sSfL 'https://apt.armbian.com/armbian.key' | gpg      │
│ --dearmor -o /etc/apt/trusted.gpg.d/dietpi-armbian.gpg --yes                 │
│  - Exit code: 2                                                              │
│  - DietPi version: v9.11.2 (MichaIng/master) | HW_MODEL: 24 | HW_ARCH: 3 |   │
│ DISTRO: 7                                                                    │
│  - Error log:                                                                │
│ curl: (22) The requested URL returned error: 403                             │
│ gpg: no valid OpenPGP data found.

Can you try this manually from command line

cd /tmp
curl -sSfL ‘https://apt.armbian.com/armbian.key

It shows this
"
root@armbian:/tmp/DietPi-Installer# cd /tmp
curl -sSfL ‘https://apt.armbian.com/armbian.key
curl: (3) URL using bad/illegal format or missing URL
"
but
I download this file from my windows and transport the file to rk3399 device,and install the key
"
root@armbian:/tmp/DietPi-Installer# root@armbian:/tmp# sudo apt-key add armbian.key
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
"
what is next to do?

finally it’s network problem, thx for your help

One other problem show up after reboot
[ TIME ] tIMED OUT WAITING FOR DEVICE DEV - TTYS0.DEVICE - /DEV/TTYS0
[DEPEND] Dependcy failed for seri…rvice - Serial Getty on ttys0.
What should I do to know or slove this problem or is it a hardware problem?
anyway thank you for your help

Have a look to dietpi-config. There might be an option to disable serial console

can’t find it in dietpi_config , but I stop it by systemctl disable serial-getty@ttyS0.service
wondering how to stop it from booting
thanks for help

you already disabled the service, it should not start on boot anymore. In addition, you could mask the service.

One more thing, how to write dietpi from TF card to emmc? and how to backup to img?

using dd as on every other Linux based system or have a look to our blog Moving a running DietPi system to a USB stick/disk or an onboard eMMC – DietPi Blog

use dietpi-imager on a different Linux system or any other tool to clone a system

Thank you for your help and wish have a good day