Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raspberry Pi CM4 with eMMC #186

Open
NumberOneGit opened this issue Feb 27, 2022 · 1 comment
Open

Raspberry Pi CM4 with eMMC #186

NumberOneGit opened this issue Feb 27, 2022 · 1 comment

Comments

@NumberOneGit
Copy link

I'd like to test out GloDroid on the Raspbery Pi CM4. The installer for Pi 4B only comes with an installer for SD cards but not the eMMC related files. Is this something that I can take from another device or are there contents that are hardware specific?

@NumberOneGit NumberOneGit changed the title Raspberry Pi CM4 with eM Raspberry Pi CM4 with eMMC Feb 27, 2022
@rsglobal
Copy link
Member

Hi,

You have to edit device/glodroid/rpi4/rpi4.mk file.

  1. Add PRODUCT_HAS_EMMC := true line
  2. Add SYSFS_MMC1_PATH := emmc2bus/f???????.??? line. Instead of ??? you have to put real sysfs path to rpicm4 emmc controller.

Probably you also have to copy appropriate device-tree into boot partition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants