Giter Site home page Giter Site logo

Comments (5)

xiaolu avatar xiaolu commented on August 22, 2024

try:
cd $ramdisk; find . | fakeroot cpio -R 0:0 -H newc -o 2>/dev/null
| $zcommand > $unpacked_dir/new_ramdisk; cd $unpacked_dir
#$mkbootfs $ramdisk | $zcommand > new_ramdisk

from mkbootimg_tools.

BlueMax avatar BlueMax commented on August 22, 2024

I guess uncommenting line 143/144 in current 'mkboot' will do the same. I can test it earliest in probably 24/48h on next kernel release. I had to temporarily fall back to older rom. Will report back as soon as possible.

from mkbootimg_tools.

BlueMax avatar BlueMax commented on August 22, 2024

No, unfortunately still doesn't work.
Here is the source and here is the official thread on XDA. It says LZO compression for ramdisk & kernel.
'Last_kmesg' doesn't seem to be updated and i unfortunately don't have UART serial interface to get some early debug output.

from mkbootimg_tools.

xiaolu avatar xiaolu commented on August 22, 2024
    cd $ramdisk; find . | fakeroot cpio -H newc -o 2>/dev/null \
        | $zcommand > $unpacked_dir/new_ramdisk; cd $unpacked_dir
    #$mkbootfs $ramdisk | $zcommand > new_ramdisk

@BlueMax

from mkbootimg_tools.

BlueMax avatar BlueMax commented on August 22, 2024

👍
You were already right in the first place (2nd post). Stupid me hasn't noticed the comment sign at '#$mkbootfs $ramdisk | $zcommand > new_ramdisk' so previous line didn't have any effect indeed.
It does work properly now. I haven't tested your 2nd commandline with revised arguments yet. I guess its not necessary anymore.
Thank you very much and sorry for any inconvenience.

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.