shizimi 0 Posted September 7, 2022 I'd like to use an overlay file system like the one implemented in raspi-config on my raspberry pi, but it doesn't work. I referred to this site, but the boot partition is not large enough to create an initramfs image. https://yagrebu.net/unix/rpi-overlay.md /dev/mmcblk0p7 4.9M 348K 4.3M 8% /boot Is there a better way? Hardware:Tinker board R2.0 Tinker_Board-Debian-Buster-v3.0.11 Share this post Link to post Share on other sites
tooz 54 Posted September 7, 2022 hello @shizimi, you can edit device/rockchip/rk3288/parameter.txt to modify partition table Share this post Link to post Share on other sites
shizimi 0 Posted September 8, 2022 hello @tooz thanks reply. solly, How can I access that file? I looked for it, but could not find it. Share this post Link to post Share on other sites
tooz 54 Posted September 8, 2022 hello @shizimi, it's in the codebase, you can use the line find -name "parameter.txt" to find it in your codebase. the file looks like this: device-rockchip/parameter.txt at linux4.4-rk3288-tinker_board · TinkerBoard/device-rockchip (github.com) it is line 11 that needs to be changed. once the changes are made, you will need to rebuild the image and reflash the board. Share this post Link to post Share on other sites
shizimi 0 Posted September 9, 2022 thanks replay. Sorry for my lack of experience. I don't know how to rebuild Will this URL work with R2.0? https://gist.github.com/TinkerTeam/6286550ce70d34f6b3d483cd803da786 Share this post Link to post Share on other sites