Skip to content

No EXT4 Support In Kernel #2

Description

@jasonherald

I hope this helps:

I added the ext4 flags (See Below) to the kernel config to support the make otapackage for the aosp build (master).
-- The default updater script that is generated has the following lines:
format("ext4", "EMMC", "/dev/block/mmcblk0p12", "0");
mount("ext4", "EMMC", "/dev/block/mmcblk0p12", "/system");

Without kernel ext4 support the /system directory will not be mounted on boot making the system hang at the M and providing the error "/system/bin/sh cannot be found" if you try to run adb commands.

Flags:
CONFIG_EXT4_FS=y
CONFIG_EXT4_FS_XATTR=y

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions