1. U-Boot TPL 2020.04 (May 01 2020 - 01:43:48)
  2. Channel 0: LPDDR4, 50MHz
  3. BW=32 Col=10 Bk=8 CS0 Row=15 CS1 Row=15 CS=2 Die BW=16 Size=2048MB
  4. Channel 1: LPDDR4, 50MHz
  5. BW=32 Col=10 Bk=8 CS0 Row=15 CS1 Row=15 CS=2 Die BW=16 Size=2048MB
  6. 256B stride
  7. 256B stride
  8. lpddr4_set_rate: change freq to 400000000 mhz 0, 1
  9. lpddr4_set_rate: change freq to 800000000 mhz 1, 0
  10. Trying to boot from BOOTROM
  11. Returning to boot ROM...
  12. U-Boot SPL 2020.04 (May 01 2020 - 01:43:48 +0100)
  13. Trying to boot from MMC1
  14. U-Boot 2020.04 (May 01 2020 - 01:43:48 +0100)
  15. SoC: Rockchip rk3399
  16. Reset cause: POR
  17. Model: Pine64 RockPro64
  18. DRAM: 3.9 GiB
  19. PMIC: RK808
  20. MMC: dwmmc@fe320000: 1, sdhci@fe330000: 0
  21. Loading Environment from MMC... Card did not respond to voltage select!
  22. *** Warning - No block device, using default environment
  23. In: serial@ff1a0000
  24. Out: serial@ff1a0000
  25. Err: serial@ff1a0000
  26. Model: Pine64 RockPro64
  27. Net: eth0: ethernet@fe300000
  28. Hit any key to stop autoboot: 0
  29. Card did not respond to voltage select!
  30. switch to partitions #0, OK
  31. mmc1 is current device
  32. Scanning mmc 1:4...
  33. Found U-Boot script /boot.scr
  34. 791 bytes read in 4 ms (192.4 KiB/s)
  35. ## Executing script at 00500000
  36. 21357056 bytes read in 967 ms (21.1 MiB/s)
  37. 56011 bytes read in 12 ms (4.5 MiB/s)
  38. ## Flattened Device Tree blob at 01f00000
  39. Booting using the fdt blob at 0x1f00000
  40. Loading Device Tree to 00000000f5ea8000, end 00000000f5f1efff ... OK
  41. Starting kernel ...
  42. [ 0.000000] Linux version 5.6.5 (tuxd3v@desktop0) (gcc version 7.5.0 (Linaro GCC 7.5-2019.12)) #2 SMP Wed Apr 22 03:55:46 WEST 2020
  43. [ 0.000000] Kernel command line: earlyprintk debug=on loglevel=6 net.ifnames=0 earlycon=uart8250,mmio32,0xff1a0000 console=ttyS2,1500000n8 root=/dev/mmcblk0p5 rw rootfstype=ext4 fsck.repair=yes rootwait
  44. [ 0.000000] random: get_random_u64 called from cache_random_seq_create+0x84/0x168 with crng_init=0
  45. [ 0.001929] *** VALIDATE tmpfs ***
  46. [ 0.002883] *** VALIDATE proc ***
  47. [ 0.003513] *** VALIDATE cgroup ***
  48. [ 0.003853] *** VALIDATE cgroup2 ***
  49. [ 0.154042] SCSI subsystem initialized
  50. [ 0.157505] *** VALIDATE bpf ***
  51. [ 0.158030] VFS: Disk quotas dquot_6.6.0
  52. [ 0.158542] *** VALIDATE ramfs ***
  53. [ 0.158889] *** VALIDATE hugetlbfs ***
  54. [ 0.234122] Initialise system trusted keyrings
  55. [ 0.243758] *** VALIDATE nfs ***
  56. [ 0.244133] *** VALIDATE nfs4 ***
  57. [ 0.244519] NFS: Registering the id_resolver key type
  58. [ 0.245030] Key type id_resolver registered
  59. [ 0.245441] Key type id_legacy registered
  60. [ 0.246270] *** VALIDATE fuseblk ***
  61. [ 0.246628] *** VALIDATE fuse ***
  62. [ 0.248656] *** VALIDATE xfs ***
  63. [ 0.272070] Key type asymmetric registered
  64. [ 0.272474] Asymmetric key parser 'x509' registered
  65. [ 0.282972] rockchip-pcie f8000000.pcie: f8000000.pcie supply vpcie1v8 not found, using dummy regulator
  66. [ 0.283945] rockchip-pcie f8000000.pcie: f8000000.pcie supply vpcie0v9 not found, using dummy regulator
  67. [ 0.867544] rockchip-pcie f8000000.pcie: PCIe link training gen1 timeout!
  68. [ 0.868666] rockchip-pcie: probe of f8000000.pcie failed with error -110
  69. [ 0.884989] cacheinfo: Unable to detect cache hierarchy for CPU 0
  70. [ 0.898605] OF: graph: no port node found in /syscon@ff770000/usb2-phy@e450/otg-port
  71. [ 1.161299] random: fast init done
  72. [ 1.162923] OF: graph: no port node found in /i2c@ff3d0000/typec-portc@22
  73. [ 1.285712] Key type dns_resolver registered
  74. [ 1.286753] Loading compiled-in X.509 certificates
  75. [ 1.287864] Key type ._fscrypt registered
  76. [ 1.288227] Key type .fscrypt registered
  77. [ 1.288579] Key type fscrypt-provisioning registered
  78. [ 1.289123] Key type big_key registered
  79. [ 1.291694] Key type encrypted registered
  80. [ 1.313643] ttyS2 - failed to request DMA
  81. [ 100.017779] random: crng init done

The system doesn't advance further..??

Could it be bootargs problem??

I **don't get** a Login tty via serial, but I have it in inittab:

# Login tty Via Serial Uart..

T1:12345:respawn:/sbin/agetty -L ttyS2 1500000 vt100

Also Ethernet is not working :(

I don't have ip's attributed from my dhcp server..