tsj_firefly 发表于 2019-11-27 11:39:42

idbloader.img 文件找不到

在执行全编译时候,
显示
create uboot.img...done.
error: /home/tao/3288/linux-sdk/u-boot/idbloader.img not found!
create trust.img...done.
create loader...done.
create boot.img...done.

Lazyfan 发表于 2019-11-28 09:24:11

你试着在u-boot/目录下 make distclean,然后在返回上一级目录,./build.sh uboot,重新编译一下uboot。
一般情况下,这个idbloader。img在编译完成后,会存在的。

tsj_firefly 发表于 2019-12-2 11:11:17

Lazyfan 发表于 2019-11-28 09:24
你试着在u-boot/目录下 make distclean,然后在返回上一级目录,./build.sh uboot,重新编译一下uboot。
...

你好,我按照你的方法试了一下,还是找不到idbloader.img

Lazyfan 发表于 2019-12-2 11:27:39

tsj_firefly 发表于 2019-12-2 11:11
你好,我按照你的方法试了一下,还是找不到idbloader.img

下载了源码之后,有没有更新源码?
你使用的u-boot的分支是哪个?

tsj_firefly 发表于 2019-12-2 11:44:55

Lazyfan 发表于 2019-12-2 11:27
下载了源码之后,有没有更新源码?
你使用的u-boot的分支是哪个?

你好,我是按照官网教程走的
大致执行命令如下:
7z x linux-sdk-3288.7z   //解压
../repo/repo sync -c         //同步
同步之后没有显示错误
更改了
export RK_KERNEL_DTS=rk3288-firefly-aio-lvds
./build.sh                         //全编译
全编译结束后就出现idbloader.img的错误了
方便的话,不知道是否可以留个联系方式交流一下呢

Lazyfan 发表于 2019-12-2 15:21:19

你好,原来是我们的对外的u-boot仓库没有更新。
现在你cd u-boot/仓库,使用 git remote update,在git pull一下之后,更新完u-boot后,在运行一下./build.sh u-boot,应该就会有的。

tsj_firefly 发表于 2019-12-2 17:13:17

本帖最后由 tsj_firefly 于 2019-12-2 17:16 编辑

Lazyfan 发表于 2019-12-2 15:21
你好,原来是我们的对外的u-boot仓库没有更新。
现在你cd u-boot/仓库,使用 git remote update,在git pu ...
你好,我的sdk是利用百度网盘下载的,所以对你这cd u-boot/仓库中的“仓库”不知道具体指哪个文件夹,图2是本地文件

C:\Users\Jack Tao\Desktop\1.png
我尝试了cd u-boot/rk3288 ,再 git remote update,git pull,但git pulll出现未指定仓库,尝试了git pull https://github.com/FireflyTeam/manifests.git,出现了图1结果

C:\Users\Jack Tao\Desktop\2.png

Lazyfan 发表于 2019-12-3 09:28:12

可能你同步了代码之后,没有到u-boot/目录下添加本地分支,就cd u-boot/下,使用以下git branch -a,看看是不是列出了所有的分支。
再用git命令创建一个分支,再关联以下远程分支rk3288/firefly。如果之后编译还没有idbloader.img,你再用一下之前的git remote update,git pull

tsj_firefly 发表于 2019-12-3 10:55:29

Lazyfan 发表于 2019-12-3 09:28
可能你同步了代码之后,没有到u-boot/目录下添加本地分支,就cd u-boot/下,使用以下git branch -a,看看是 ...
你好,我现在利用git checkout rk3288/firefly切换到远程分支,出现图一结果
重新编译了,idbloader的确生成了,将生成的update.img下载到板子中,出现桌面加载不成功,出现图二错误结果



penguin 发表于 2019-12-3 14:21:55

本帖最后由 penguin 于 2019-12-3 14:23 编辑

tsj_firefly 发表于 2019-12-3 10:55
你好,我现在利用git checkout rk3288/firefly切换到远程分支,出现图一结果
重新编译了,idbloader的确 ...
通过串口修改一下文件,/etc/init.d/S10libmali,把参数 -s 改为 -snf,重启一下。
ln -s libmali-midgard-t76x-r14p0-r1p0-wayland.so libmali.so
ln -s libmali-midgard-t76x-r14p0-r0p0-wayland.so libmali.so
页: [1] 2
查看完整版本: idbloader.img 文件找不到