Skip to content

AssertionError: No fstab found #77

@Minionguyjpro

Description

@Minionguyjpro

Hello, I am getting this error after using dumpyara to dump my OTA package and then parse it to aospdtgen:

Android device tree generator
Version 1.1.1

[INFO] Figuring out partitions scheme
[WARNING] Unknown HAL type native
[INFO] Parsing build props and device info
[INFO] Parsing fstab
Traceback (most recent call last):
  File "/home/minionguyjpro/.local/bin/aospdtgen", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "/home/minionguyjpro/.local/lib/python3.12/site-packages/aospdtgen/main.py", line 31, in main
    dump = DeviceTree(args.dump_path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/minionguyjpro/.local/lib/python3.12/site-packages/aospdtgen/device_tree.py", line 53, in __init__
    assert fstabs, "No fstab found"
           ^^^^^^
AssertionError: No fstab found

The path is valid, although I don't see a seperate fstab although I do see them in the ramdisks but it's called fstab.samsungexynos7870 (referring to my SoC). Maybe renaming to fstab would work?

Original firmware (.tar.md5 is inside of the ZIP file)
boot.img
recovery.img

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