Giter Site home page Giter Site logo

Comments (7)

mopplayer avatar mopplayer commented on September 17, 2024 2

Okay, it is unclear, if you don't want to build your own kernel. The prebuilt DEB file in the package directory( (split Zip file).

Package: (split Zip file)
Prebuilt Linux kernel and modules by a DEB file, it is easy to install.

I add a line to split it.

from lattepanda-mainline-4.11.

riazarbi avatar riazarbi commented on September 17, 2024 1

Hi Mopplayer, thanks for all your great work. I want to agree with abs91199. Lots of us users know how to sudo apt-get update, but installing a deb package is beyond us. It would be great if the readme includes all code, step by step, with exact syntax, that is required for installation.

For example, it is unclear if we should follow all the steps in the readme, or if we should just git clone and then dpkg -i the /.deb file. Where is the .deb file anyway? Do we need to build it out of the .zip files?

from lattepanda-mainline-4.11.

riazarbi avatar riazarbi commented on September 17, 2024 1

Thanks! Mopplayer, could you please include this in your readme so that future users can find out how to do it?

from lattepanda-mainline-4.11.

mopplayer avatar mopplayer commented on September 17, 2024

Hi, the lattepanda-64-mainline_4.11.0-rc8-l_amd64.deb is a prebuilt Debian package.
You don't need to do any steps but just install it by dpkg.
It will perform all steps.
And then reboot your computer to take effect.

from lattepanda-mainline-4.11.

riazarbi avatar riazarbi commented on September 17, 2024

How do you merge multiple zip files into a deb file? Do I extract them first and then merge them, or is there a Linux command to merge several zip into a deb?

from lattepanda-mainline-4.11.

alete89 avatar alete89 commented on September 17, 2024

How do you merge multiple zip files into a deb file? Do I extract them first and then merge them, or is there a Linux command to merge several zip into a deb?

@riazarbi
AFAIK there is not a command to unzip splitted files, what I did is
cat someFileName.z* > merged.zip what you are doing here is concatenating all files in a directory with the same name and with extention starting with 'z' into one single file
then unzip the merged file with unzip command

from lattepanda-mainline-4.11.

mopplayer avatar mopplayer commented on September 17, 2024

OK, I use WINRAR to split and merge ZIP files under Windows.
alete89's method will include and update in README after my testing.
Because it seems that package had lack of update-initramfs command by using this method.

from lattepanda-mainline-4.11.

Related Issues (10)

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.