AsteroidOS / meta-smartwatch

OpenEmbedded layer that provides support for various smartwatches.
26 stars 18 forks source link

[Tetra] Cant mount mmcblk0p32 #123

Open Doomsdayrs opened 2 years ago

Doomsdayrs commented 2 years ago
Oct 16 20:55:16 tetra kernel: EXT4-fs (mmcblk0p32): couldn't mount as ext3 due to feature incompatibilities
Oct 16 20:55:16 tetra kernel: EXT4-fs (mmcblk0p32): couldn't mount as ext2 due to feature incompatibilities
MagneFire commented 1 year ago

mmcblkop32 is the userdata partition. Without this you won't have a functioning AsteroidOS watch. The boot script just tries to mount the userdata partition using an auto type: https://github.com/AsteroidOS/meta-asteroid/blob/971762769951f621cfdc5682cb0b2af8232cbab3/recipes-core/initrdscripts/initramfs-scripts-android/init.sh#L83

dxkf177 commented 5 months ago
Oct 16 20:55:16 tetra kernel: EXT4-fs (mmcblk0p32): couldn't mount as ext3 due to feature incompatibilities
Oct 16 20:55:16 tetra kernel: EXT4-fs (mmcblk0p32): couldn't mount as ext2 due to feature incompatibilities