Skip to content

main/linux-postmarketos-rockchip: enable mtd (spi flash) & autofs

Alexey Min requested to merge pbp-mtd-flash into master

Currently it is not possible to write or erase SPI flash from pmOS on PBP. (CONFIG_MTD + CONFIG_MTD_JEDECPROBE for jedec-compatible flash chip). Test plan: /dev/mtd0 now exists and can be flashed with flashrom.

And also not possible to use autofs feature. (CONFIG_AUTOFS_FS). Test plan: you can now use NFS mounts with automount feature :)

Enable them.

Edited by Alexey Min

Merge request reports