ajaxchan 发表于 2021-3-2 11:01:50

购买了RV1109核心板+底板,无法开工,请求帮助

1. 搭建开发环境, git clone https://github.com/FireflyTeam/bundle.git -b rv1126_rv1109-linux-bundle
一直卡在36%,几天了无进度。2. 开发板网口IP地址默认是多少?

板蓝根 发表于 2021-3-2 16:48:40

1.这个需要搭个梯子
2.没有默认 IP ,IP是通 DHCP分配的,你可以使用网络摄像头 IP 搜索工具搜索到,或者通过串口读到。
PS:工具使用在wiki页面可以找到

板蓝根 发表于 2021-3-2 17:03:04

git clonehttps://gitee.com/fluolite/bundle -b rv1126_rv1109-linux-bundle   ,在码云上暂时同步一份,试试用这个代替wiki上的命令

ajaxchan 发表于 2021-3-2 17:28:47

谢谢回复,已经git到新的代码了,串口已经能收到数据,但怎么通过串口登录?

ajaxchan 发表于 2021-3-2 19:18:46

另外,在firefly_sdk包里没有证对RV1109的代码配置,请问rv1109需要使用哪个配置?

板蓝根 发表于 2021-3-3 14:36:07

ajaxchan 发表于 2021-3-2 19:18
另外,在firefly_sdk包里没有证对RV1109的代码配置,请问rv1109需要使用哪个配置?

有配置把,rv1126_rv1109_linux_bundle 和 common bundle 都需要更新哦

ajaxchan 发表于 2021-3-4 11:31:30

[ 本帖最后由 ajaxchan 于 2021-3-4 12:02 编辑 ]\n\n板蓝根 发表于 2021-3-3 14:36
有配置把,rv1126_rv1109_linux_bundle 和 common bundle 都需要更新哦

更新 rv1126_rv1109_common-linux-bundle,请到资源下载页面,下载 rv1126_rv1109_common-linux-bundle。
操作这步出错:
chmod 755 .common-linux-bundle/update && .common-linux-bundle/update
Update to FETCH_HEAD:
error: Repository lacks these prerequisite commits:
error: d2d384b786d3ef9b7282ec61a4194ebdd51b2b5e
Fetch .common-linux-bundle/1.bundle error!!
root@ubuntu:/home/ajax/rv1109/firefly-sdk#
另外如果这个没有更新成功,是否找不到这个配置文件device/rockchip/rv1126_rv1109/.Boradconfig.mk?

板蓝根 发表于 2021-3-4 12:01:05

ajaxchan 发表于 2021-3-4 11:31
更新 rv1126_rv1109_common-linux-bundle,请到资源下载页面,下载 rv1126_rv1109_common-linux-bundle。 ...

wiki步骤已经验证过了,如果你同步过程中忘记某一步或者在度 SDK 进行修改过,建议你重新开始重头同步,如果有报错把每一步的详细log都保留上传

ajaxchan 发表于 2021-3-4 15:33:22

[ 本帖最后由 ajaxchan 于 2021-3-4 16:23 编辑 ]\n\n板蓝根 发表于 2021-3-4 12:01
wiki步骤已经验证过了,如果你同步过程中忘记某一步或者在度 SDK 进行修改过,建议你重新开始重头同步, ...

重新下载到了这步: 更新 rv1126_rv1109_common-linux-bundle,请到资源下载页面,下载 rv1126_rv1109_common-linux-bundle。
执行如下log:
root@ubuntu:/home/ajax/rv1109/firefly-sdk# chmod 755 .common-linux-bundle/update && .common-linux-bundle/update
Update to FETCH_HEAD:
From .common-linux-bundle/2.bundle
* branch            HEAD       -> FETCH_HEAD
Fetch .common-linux-bundle/2.bundle successfully!!
root@ubuntu:/home/ajax/rv1109/firefly-sdk# git rebase FETCH_HEAD
First, rewinding head to replay your work on top of it...
Killed

git encountered an error while preparing the patches to replay
these revisions:

    53f57c1cb77405efa48ed3da11a1347243e7a6ae...4b065a7247425b696e0fad93e63d85a964889213

As a result, git cannot rebase them.
这个指令是提交到远程的,如果不执行,本地也应该有device/rockchip/rv1126_rv1109目录对吧,但就是没有,请帮忙指导,谢谢!

板蓝根 发表于 2021-3-4 16:20:02

git log FETCH_HEAD 和 git log 都发一下,另外你是在虚拟机进行吗?需要分配足够大的内存哦
页: [1] 2
查看完整版本: 购买了RV1109核心板+底板,无法开工,请求帮助