|
Hi,
I have a problem in flashing Debian 10 onto RK3399ProD.
I believed there is no error during the flashing
- sudo python flash.py -l all
- Command: ./bin/flash.x86_64 UL ./images/MiniLoaderAll.bin
- Program Data in /home/vincent/.config/upgrade_tool
- Loading loader...
- Support Type:RK330C Loader ver:1.15 Loader Time:2019-11-28 17:42:22
- Upgrade loader ok.
- Command: ./bin/flash.x86_64 DI -p ./images//parameter-linux.txt
- Program Data in /home/vincent/.config/upgrade_tool
- directlba=1,first4access=1,gpt=1
- Write gpt...
- Write gpt ok.
- Command: ./bin/flash.x86_64 DI -uboot ./images/uboot.img ./images//parameter-linux.txt
- Program Data in /home/vincent/.config/upgrade_tool
- directlba=1,first4access=1,gpt=1
- Download uboot start...(0x00002000)
- Download image ok.
- Command: ./bin/flash.x86_64 DI -trust ./images/trust.img ./images//parameter-linux.txt
- Program Data in /home/vincent/.config/upgrade_tool
- directlba=1,first4access=1,gpt=1
- Download trust start...(0x00004000)
- Download image ok.
- Command: ./bin/flash.x86_64 DI -boot_linux ./images/boot_linux.img
- Program Data in /home/vincent/.config/upgrade_tool
- directlba=1,first4access=1,gpt=1
- Download boot_linux start...(0x00006000)
- Download image ok.
- Command: ./bin/flash.x86_64 DI -rootfs ./images/rootfs.img
- Program Data in /home/vincent/.config/upgrade_tool
- directlba=1,first4access=1,gpt=1
- Download rootfs start...(0x00036000)
- Download image ok.
- Command: ./bin/flash.x86_64 rd
- Program Data in /home/vincent/.config/upgrade_tool
- Reset Device OK.
When query using
- DevNo=1 Vid=0x2207,Pid=0x330c,LocationID=102 Loader
It appears that the device is in Loader mode.
To test if the device is broken, i flashes Fedora image onto the device and it works beautifully.
So, I guess the device is OK.
Please advise as I need to install Debian 10 to get the latest driver(1.3.0) for RKNN. |
|