Code Monkey home page Code Monkey logo

Comments (4)

xiaolu avatar xiaolu commented on August 14, 2024

你应该可以看懂中文吧,修改下mkboot,把mkbootimg_mtb的实际路径写上。

from mkbootimg_tools.

xiaolu avatar xiaolu commented on August 14, 2024

如果mkbootimg_dtb无法在你的系统运行,你先使用这个工具来解包打包吧, https://github.com/xiaolu/Fricando
boot开头的那个,打包的时候有参数需要修改那个py文件。
我的系统是Ubuntu x64 12.04

from mkbootimg_tools.

xiaolu avatar xiaolu commented on August 14, 2024

我的系统是:
Linux xiaolu-ubuntu64 3.2.0-52-generic #78-Ubuntu SMP Fri Jul 26 16:21:44 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
如果mkbootimg_dtb在你系统无法正常运行,你可以先用这个py脚本来解包和打包含有dt.img的boot.img。
https://github.com/xiaolu/Fricando/tree/master/bootimg-parser
重新打包boot.img的时候,需要修改bootimg-parser.py:
ADDR_BASE = 0x0
ADDR_OFFSET = 0x2000000
TAGS_ADDR = 0x1e00000

在2013年09月06 00时05分,"hkfriends"[email protected]写道:

Hi

I can extract my boot to tmp

./mkboot boot.img tmp

but when I try to re-pack it said:
./mkboot boot.img ./tmp/ramdisk.gz newboot.img

./mkboot: line 144: ./mkbootimg_dtb: No such file or directory
stat: cannot stat ‘newboot.img’: No such file or directory


Reply to this email directly or view it on GitHub.

from mkbootimg_tools.

hkfriends avatar hkfriends commented on August 14, 2024

thanks ... re-install the following libs ok :)

apt-get install --reinstall libc6-i386
apt-get install lib32stdc++6

from mkbootimg_tools.

Related Issues (20)

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.