Code Monkey home page Code Monkey logo

Comments (2)

Any012 avatar Any012 commented on June 18, 2024

貌似是git上u-boot-sunxi更新的原因。
昨天试了群主传过来的u-boot-sunxi,编译时也遇到了问题,最后咨询群主解决了。
但git上最新的u-boot-sunxi编译出错的问题还没解决。

----------------以下是群主传的u-boot-sunxi编译遇到的问题的解决过程-----------
遇到的问题是:
错误提示:arch/arm/dtc/include/dt-bindings (中间忘记了) dt-bindings/clock4i-a10-pll2.h: No such file or directory
arch/arm/dtc/include/dt-bindings这里应该是个软连接,可能从git上下载时出错了,成了个类似于文本的内容。打开后可以看到是:../../../../include/dt-bindings.
将这个文件删掉,重新将include/dt-bindings文件夹软链接至此位置。
然后,编译,可通过。

from ilichee.

Any012 avatar Any012 commented on June 18, 2024

今天在群里看到有其他朋友提到这个问题,就是编译uboot时提示找不到i2c_read()函数。
有群友提供解决办法。在uboot配置界面,在SPL/TPL页面上,选中,support i2c这个选型,再编译即可通过。
试了下,确实看可以。

from ilichee.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.