Toybrick
标题: 【官方发布】TB-RK3399ProD Debian10官方V1.0固件发布 [打印本页]
作者: hisping 时间: 2019-11-28 09:08
标题: 【官方发布】TB-RK3399ProD Debian10官方V1.0固件发布
[attach]753[/attach]
相关文档请参考"Wiki" -- "TB-RK3399proD" -- "Linux-Debian开发"
之前上传的固件(11.28)存在问题可能导致部分设备不能正常启动,新固件(12.05)已经重新上传
Debian10 V1.0发布信息
- 支持最新Debian10操作系统
- 集成rknn-toolkit-1.2.1
- 集成轻量级桌面LXDE
- 支持GPU硬件加速
- 支持VPU/RGA等图形图像加速
作者: hjf515 时间: 2019-11-30 14:29
太好了,正在下载准备试用。
作者: lucci 时间: 2019-12-2 14:11
您好,我这边烧写测试版0.1能成功,烧写正式版1.0之后却无法正常启动,请问下如何解决?谢谢!
作者: wuxbear 时间: 2019-12-4 08:37
請問有其它下載點嗎? 比如 OneDrive ?
作者: kaishi 时间: 2019-12-4 18:44
OneDrive please
作者: sundae 时间: 2019-12-5 10:13
刷了无法正常启动,如图求解。C:\Users\sundae\Desktop\1.png
作者: addy 时间: 2019-12-5 15:50
请问附件所示的uboot.img 替换试试
作者: duriantang 时间: 2019-12-12 23:16
本帖最后由 duriantang 于 2019-12-12 23:17 编辑
刷了以后,启动怎么还是以前的Fedora? 而且原来系统的内容都在。
我用 sudo ./flash.py -l all 刷的。
- $ sudo ./flash.py -l all 22:55:08
- Command: ./bin/flash.x86_64 UL ./images/MiniLoaderAll.bin
- Program Data in /home/derek/Downloads/3399pro/linuxTool-v1.0/bin
- 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/derek/Downloads/3399pro/linuxTool-v1.0/bin
- 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/derek/Downloads/3399pro/linuxTool-v1.0/bin
- 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/derek/Downloads/3399pro/linuxTool-v1.0/bin
- 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/derek/Downloads/3399pro/linuxTool-v1.0/bin
- 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/derek/Downloads/3399pro/linuxTool-v1.0/bin
- directlba=1,first4access=1,gpt=1
- Download rootfs start...(0x00036000)
- Download image ok.
- Command: ./bin/flash.x86_64 rd
- Program Data in /home/derek/Downloads/3399pro/linuxTool-v1.0/bin
- Reset Device OK.
作者: keithmok 时间: 2020-1-2 08:43
Cannot flash I got "Check Chip Fail"
Using linuxToolV1.0
sudo python ./flash.py -l all
Command: ./bin/flash.x86_64 UL ./images/MiniLoaderAll.bin
Program Data in /home/keith/.config/upgrade_tool
Loading loader...
Support Type:RK330C Loader ver:1.15 Loader Time:2019-11-28 17:42:22
Check Chip Fail
作者: addy 时间: 2020-2-6 11:23
你是在TB-RK3399ProD开发板烧写的吗?
作者: cr7jj 时间: 2020-2-25 09:56
烧写新固件(12.05)成功,一直停留在loader模式,无法启动,请问如何解决。C:\Users\Administrator\Desktop\debian.png
作者: hisping 时间: 2020-3-2 08:38
你的开发板是哪里购买的?盗版的开发板可能起不来
作者: kyeteo 时间: 2020-3-5 18:00
ModuleNotFoundError: No module named 'rknn'
debain 10在python3中没有rknn包吗,需要自己安装编译码,说明中不是说系统自定rknn套件吗,麻烦解答下谢谢
作者: 87600484 时间: 2020-3-16 13:46
更新debian系统后发现初始化环境报错:error:no device/emulators found
toybrick@debian10:~/tmp$ python3 demo_test.py
W:tensorflow:From /home/toybrick/.local/lib/python3.7/site-packages/onnx_tf/handlers/backend/ceil.py:10: The name tf.ceil is deprecated. Please use tf.math.ceil instead.
W:tensorflow:From /home/toybrick/.local/lib/python3.7/site-packages/onnx_tf/handlers/backend/depth_to_space.py:12: The name tf.depth_to_space is deprecated. Please use tf.compat.v1.depth_to_space instead.
W:tensorflow:
The TensorFlow contrib module will not be included in TensorFlow 2.0.
For more information, please see:
* https://github.com/tensorflow/co ... 7-contrib-sunset.md
* https://github.com/tensorflow/addons
* https://github.com/tensorflow/io (for I/O related ops)
If you depend on functionality not listed there, please file an issue.
W:tensorflow:From /home/toybrick/.local/lib/python3.7/site-packages/onnx_tf/handlers/backend/log.py:10: The name tf.log is deprecated. Please use tf.math.log instead.
W:tensorflow:From /home/toybrick/.local/lib/python3.7/site-packages/onnx_tf/handlers/backend/random_normal.py:9: The name tf.random_normal is deprecated. Please use tf.random.normal instead.
W:tensorflow:From /home/toybrick/.local/lib/python3.7/site-packages/onnx_tf/handlers/backend/random_uniform.py:9: The name tf.random_uniform is deprecated. Please use tf.random.uniform instead.
W:tensorflow:From /home/toybrick/.local/lib/python3.7/site-packages/onnx_tf/handlers/backend/upsample.py:13: The name tf.image.resize_images is deprecated. Please use tf.image.resize instead.
/home/toybrick/.local/lib/python3.7/site-packages/onnx_tf/common/__init__.py:87: UserWarning: FrontendHandler.get_outputs_names is deprecated. It will be removed in future release.. Use node.outputs instead.
warnings.warn(message)
D Save log info to: ./rknn.log
--> Loading model
--> Init runtime enviroment
error: no devices/emulators found
E Connect to Device Failure (-1)
E Catch exception when init runtime!
E Traceback (most recent call last):
E File "rknn/api/rknn_base.py", line 768, in rknn.api.rknn_base.RKNNBase.init_runtime
E File "rknn/api/rknn_runtime.py", line 144, in rknn.api.rknn_runtime.RKNNRuntime.__init__
E File "rknn/api/rknn_platform_utils.py", line 272, in rknn.api.rknn_platform_utils.start_ntp_or_adb
E Exception: Init runtime environment failed!
Init runtime enviroment failed
作者: lll138139 时间: 2020-3-23 18:58
提示都刷成功了,开机还是fedora,是什么情况
作者: lll138139 时间: 2020-3-24 08:53
我也是这个问题,请问你有解决么
作者: vincent911001 时间: 2020-4-15 14:49
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.
作者: chenli 时间: 2020-4-29 10:21
各位大佬新刷的系统怎么查看gpu信息,还需要安装什么东西吗
作者: chenli 时间: 2020-4-29 10:23
各位大佬新系统在烧录时能选择python3.6吗现在自动烧录的是3.7
作者: penguin 时间: 2020-6-16 10:28
我也是,请问你们解决了吗?
作者: nqlxz66 时间: 2020-6-19 17:37
能否提供源码?我这边用这个版本在调试edp屏驱动,没源码不好弄
作者: nqlxz66 时间: 2020-6-19 19:55
我要这套固件的源码,能提供吗?
作者: zhangxiangming 时间: 2020-7-8 11:29
debain10 无法自动更新时间,sudo apt-get install ntpdate 安装ntpdate失败,请问怎么解决?
作者: LuKaChen 时间: 2020-8-15 10:30
解决了吗?同样的问题
作者: LuKaChen 时间: 2020-8-15 10:43
呃,我下了 .deb文件,用 dpkg -i XXX.deb安装的
作者: panfeng_dhu 时间: 2020-8-20 17:58
这个固件烧了启动不起来啊?灯都不亮
作者: zhangsd20 时间: 2020-8-28 09:20
请问哪里能下到官方debian源码?
作者: tiansonglu 时间: 2020-9-16 09:33
百度网盘地址已失效
作者: jiajia1990 时间: 2020-10-10 09:53
你好,这个Deiban10 TB-RK3399ProD V1.0固件的源代码在哪里下载?目前想用一个串口驱动,结果这个固件中没有,只能自己下载驱动源代码和内核代码,重新编译成ko模块,要下载固件的源代码。
作者: night6s 时间: 2020-10-12 00:59
百度网盘的链接已经失效,请重新提供一下,谢谢
作者: 小宁哥 时间: 2020-12-9 20:31
呼叫管理员,百度云失效啦
作者: Ptolemaeus 时间: 2021-3-12 09:24
更新了吗?
作者: huaxin 时间: 2021-9-29 10:35
链接都失效啦,麻烦补一下,谢谢
作者: jefferyzhang 时间: 2021-9-29 11:00
看WIKi下载,不是去翻一个去年发的帖子找链接
作者: huaxin 时间: 2021-9-29 14:23
好的,谢谢老哥,请问官网的Release-V3.0 和 1.8都是什么系统呢,Fedora吗?
作者: jefferyzhang 时间: 2021-9-29 14:37
都是debian10,我们前年开始就不在维护fedora了
作者: huaxin 时间: 2021-9-29 14:43
好嘞,谢谢
欢迎光临 Toybrick (https://t.rock-chips.com/) |
Powered by Discuz! X3.3 |