Closed danielmorena closed 3 years ago
Also, is it possible to include a pre-configured terminal command? I want to switch between read-only and write-only fs modes using a bash script
Please refer to https://github.com/TOLDOTECHNIK/buildroot-webkit/issues/9#issuecomment-486373284 for adding node.js modules.
omxplayer is already included in the prebuilt images.
You can make the /dev/root
read-only by editing /etc/fstab
.
There's also an option in make menuconfig
(System configuration
-> remount root filesystem read-write during boot
)
excellent, i will try the receipt for the build root. Let me ask a final question, is it possible to create the image with a custom software? I mean to create an image with my app pre packed? where do i place the files?
Best way to store custom binary files is in: ./board/toldotechnik_rpi/rootfs-overlay/usr/local/bin/
Have you already made progress?
yes! thanks for the support!
I'm interested in add node GPIO libs, and omxplayer via dbus control. Is it possible extending this script? how i include this, is there a documetation?