Coder Social home page Coder Social logo

EVE on Rockchip RK3568 about eve HOT 5 CLOSED

chairwa avatar chairwa commented on August 18, 2024
EVE on Rockchip RK3568

from eve.

Comments (5)

eriknordmark avatar eriknordmark commented on August 18, 2024

from eve.

chairwa avatar chairwa commented on August 18, 2024

At present, first bring up it without caring the performance.

make ZARCH=arm64 HV=kvm live-raw
Burn the built live.raw to an SD card and insert it into the rk3568 board:

  1. If there was original RK system in the eMMC of the board, it will boot the eMMC, and the SD card will be mounted as a normal storage;
  2. If the original system in the eMMC of the board is cleared, the board will not boot.

I wonder how to make the RK board boot from the SD card?

from eve.

rene avatar rene commented on August 18, 2024

@chairwa, we support to load the device tree for EVK R3399 board only, which is not the same as yours:

https://github.com/lf-edge/eve/blob/master/pkg/grub/rootfs.cfg#L256

I didn't work with this SoC before, but what I can tell is that you will need to build the u-boot for your board and patch it to provide the SMBIOS information, like is done here:

https://github.com/lf-edge/eve/blob/master/pkg/bsp-imx/patches/uboot-patches-lf_v2022.04/0008-arch-arm-dts-Add-SMBIOS-information-for-Phytec-Pollu.patch

If it helps, you can generate an ARM image with the following command:

make ZARCH=arm64 HV=kvm PLATFORM=imx8mp_pollux live-raw

This will generate an image with almost 8MB offset between the the GPT and EFI partition (first partition). This will give to you room to write your bootloader in this space...

from eve.

chairwa avatar chairwa commented on August 18, 2024

@rene How to make image for EVB_RK3399 if I would like to use evb_rk3399 as a try?
It seem the following is not OK.

make ZARCH=arm64 HV=kvm PLATFORM=evb_rk3399 live-raw

from eve.

rene avatar rene commented on August 18, 2024

@rene How to make image for EVB_RK3399 if I would like to use evb_rk3399 as a try? It seem the following is not OK.

make ZARCH=arm64 HV=kvm PLATFORM=evb_rk3399 live-raw

@chairwa , u-boot image generation for evb_rk3399 is currently not supported on EVE, so there is no evb_rk3399 platform option. What I suggested is that you can build an image for another platform and re-write your own u-boot for your board. However, EVE's kernel do support RK3399 (we have some patches and the respective device tree is there).

from eve.

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.