You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tested this method using a php server to generate the new dtbo on the spot using partition_setup.sh, I've yet to test ota, but as long as ota's dont delete custom overlays on the boot partition, then this method of defining the fstab should allow for it. I'll be testing during the next day or two and can confirm this once i have time to set up android and actually use it.
obviously, i don't expect the next version soon, i can use my php server for now, but it would help if you could include the Device Tree Compiler program in the next release, i could then draft a final partition_setup.sh for you to check out if you'd like.
here is the buildroot pkg. I'm looking into compiling it myself with this included but I'm not familiar with buildroot at all
I've tested this method using a php server to generate the new dtbo on the spot using
partition_setup.sh
, I've yet to test ota, but as long as ota's dont delete custom overlays on the boot partition, then this method of defining the fstab should allow for it. I'll be testing during the next day or two and can confirm this once i have time to set up android and actually use it.obviously, i don't expect the next version soon, i can use my php server for now, but it would help if you could include the Device Tree Compiler program in the next release, i could then draft a final
partition_setup.sh
for you to check out if you'd like.here is the buildroot pkg. I'm looking into compiling it myself with this included but I'm not familiar with buildroot at all
https://github.com/buildroot/buildroot/blob/2023.02.x/package/dtc/dtc.mk
android DT fstab reference:
https://source.android.com/docs/core/architecture/kernel/mounting-partitions-early
https://source.android.com/docs/core/architecture/dto/compile
here is my partiton setup draft so far:
EDIT: used the wrong partition var for the dts template. (
$px
not$partX
) whoops.The text was updated successfully, but these errors were encountered: