|
楼主 |
发表于 2022-9-22 10:38:20
|
显示全部楼层
多谢大佬指点迷津,烧录模式的开关是指?只看到一个切换按钮,不按的话就是直接启动。。。
刚才我通过短接spi flash的clk之后可以识别为MASKROM模式,并且下载也可以的。
我下载的是官方的最新的:
rockpi-4b-ubuntu-focal-server-arm64-20220801-0355-gpt.img
和rockpi-4b-debian-buster-xfce4-arm64-20220801-0347-gpt.img
这两个都会显示这个同样错误,loader也是最新的rk3399_loader_v1.20.119。
下载rockpi4b-ubuntu-bionic-minimal-20191127_1942-gpt.img就可以正常启动。
hw_conf.dts_overlay_count = 0
1: kernel-5.10.131-2-rockchip-g8802564cbf09
Retrieving file: /initrd.img-5.10.131-2-rockchip-g8802564cbf09
reading /initrd.img-5.10.131-2-rockchip-g8802564cbf09
12522632 bytes read in 85 ms (140.5 MiB/s)
Retrieving file: /vmlinuz-5.10.131-2-rockchip-g8802564cbf09
reading /vmlinuz-5.10.131-2-rockchip-g8802564cbf09
28903936 bytes read in 177 ms (155.7 MiB/s)
append: earlyprintk console=ttyFIQ0,1500000n8 rw init=/sbin/init rootfstype=ext4 rootwait root=UUID=4ceb5527-58bb-459e-973b-c8bbb1dcfc2e console=ttyS2,1500000n8
Retrieving file: /dtbs/5.10.131-2-rockchip-g8802564cbf09/rockchip/rockpi-4b-linux.dtb
** Unable to read file /dtbs/5.10.131-2-rockchip-g8802564cbf09/rockchip/rockpi-4b-linux.dtb **
Skipping kernel-5.10.131-2-rockchip-g8802564cbf09 for failure retrieving fdt
SCRIPT FAILED: continuing...
starting USB...
USB0: USB EHCI 1.00
USB1: USB OHCI 1.0
USB2: failed to get usb phy
Port not available.
USB3: failed to get usb phy
Port not available.
USB4: Can't get the usbphy register address
probe failed, error -6
USB5: Can't get the usbphy register address
probe failed, error -6
scanning bus 0 for devices... 1 USB Device(s) found
scanning bus 1 for devices... 1 USB Device(s) found
scanning usb for storage devices... 0 Storage Device(s) found
Device 0: unknown device
ethernet@fe300000 Waiting for PHY auto negotiation to complete... |
|