Giter Site home page Giter Site logo

Dietpi on Rockchip RK3066 about dietpi HOT 4 OPEN

actraiser30 avatar actraiser30 commented on June 20, 2024
Dietpi on Rockchip RK3066

from dietpi.

Comments (4)

MichaIng avatar MichaIng commented on June 20, 2024

DietPi is mostly userland composition, so the question is more whether you have a kernel and bootloader for this SBC/SoC. We use the Armbian build system for our kernel and bootloader packages in most cases. I checked the 32-bit Rockchip kernel and it does have device trees for 4 RK3066 SBCs:
image

AFAIK, Armbian does not support any of those, but mainline Linux obviously does: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/arch/arm/boot/dts/rockchip
If your's is among them, you only need a bootloader source. Mainline U-Boot supports the Marsboard, at least: https://github.com/u-boot/u-boot/blob/master/configs/marsboard_defconfig

If you have a booting image and want to run dietpi-installer on it, take care that the kernel remains installed, if it is an APT package. Our installer removes unknown APT packages quite radically.

... thinking about it, I just have a great idea how to prevent that for kernel packages explicitly. Hang on 😄.
EDIT: With this change, it should work better: 43770fe

from dietpi.

actraiser30 avatar actraiser30 commented on June 20, 2024

Mine is the mk808,Thanks a lot

Now I have to figure out how to load a Linux image in it, if I can find any :/

Is there a DietPi "generic" image to include boot files like these ones for Rockchip rk3066

To work in unsupported arm boards like mine?

Since there is not Armbian for my board..

Are there plans to do one in the Future?

Thanks

from dietpi.

MichaIng avatar MichaIng commented on June 20, 2024

In the ARM world, something like a generic image which boots on every SBC/chip does not exist. It always requires individual drivers and the device tree (not only Linux, but the U-Boot image as well). As there is an mk808 device tree in the Linux image, that one should theoretically work. And luckily, mainline U-Boot has a config for this board as well: https://github.com/u-boot/u-boot/blob/master/configs/mk808_defconfig

from dietpi.

actraiser30 avatar actraiser30 commented on June 20, 2024

Yes,but I don't know how to do all this to work.and in what image how and where I put the uboot/config etc.
By generic i mean the older devices only that dietpi have not an image or the image is discontinued.
"generic for old boards" for 3 or 4 boards like cubieboard 1,2,mk802,mk808 etc.

Thanks

from dietpi.

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.