Hello !
After installing a new kernel, it hangs after printing “Starting kernel …”.
I built a Linux kernel by following steps in https://wiki.radxa.com/Rockpi4/dev/Debian, and I got “boot.img” file in “out” folder.
I uploaded files with rkdeveloptool:
rkdeveloptool db rk3399_loader_*.bin
rkdeveloptool wl 64 idbloader.img
rkdeveloptool wl 16384 uboot.img
rkdeveloptool wl 24576 trust.img
rkdeveloptool wl 32768 boot.img
rkdeveloptool wl 262144 rootfs.img
After reboot, it hangs after printing out “Starting kernel …”.
Here’s the log from terminal.
Hit any key to stop autoboot: 0
Card did not respond to voltage select!
mmc_init: -95, time 9
switch to partitions #0, OK
mmc0(part 0) is current device
Scanning mmc 0:4…
Found /extlinux/extlinux.conf
pxefile_addr_str = 0x00500000
bootfile = /extlinux/extlinux.conf
Retrieving file: /extlinux/extlinux.conf
reading /extlinux/extlinux.conf
184 bytes read in 14 ms (12.7 KiB/s)
Retrieving file: /hw_intfc.conf
** Unable to read file /hw_intfc.conf **
hw_conf.valid = 0
hw_conf.pwm0 = 2
hw_conf.pwm1 = 2
hw_conf.uart2 = 2
hw_conf.uart4 = 2
hw_conf.spi1 = 2
hw_conf.spi2 = 2
hw_conf.i2c2 = 2
hw_conf.i2c6 = 2
hw_conf.i2c7 = 2
hw_conf.dts_overlay_count = 0
1: kernel-4.4
Retrieving file: /Image
reading /Image
20140040 bytes read in 463 ms (41.5 MiB/s)
append: earlyprintk console=ttyFIQ0,1500000n8 rw root=PARTUUID=b921b045-1d rootfstype=ext4 init=/sbin/init rootwait
Retrieving file: /rockpi-4b-linux.dtb
reading /rockpi-4b-linux.dtb
96783 bytes read in 16 ms (5.8 MiB/s)
fdt addr 0000000001f00000
fdt magic number edfe0dd0
fdt size 1048576Flattened Device Tree blob at 01f00000
Booting using the fdt blob at 0x1f00000
Loading Device Tree to 00000000f3ced000, end 00000000f3deffff … OK
Adding bank: start=0x00200000, size=0xf7e00000Starting kernel …
I think I missed something, but I did it several times, but it always hangs.