-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
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
Labels
No labels