Hello,
As self supported board developer for balenaOS i’d like to know how can we speed up development when testing new features with the new read-only memory map that can’t be remounted into R/W mode.
It has slow down testing stage quite a bit.
BR
Hello,
As self supported board developer for balenaOS i’d like to know how can we speed up development when testing new features with the new read-only memory map that can’t be remounted into R/W mode.
It has slow down testing stage quite a bit.
BR
Hi, what type of development is slowing down, do you have examples? Application development should not be affected by this change.
Hello,
application development shouldn’t be the problem I agree. Think of testing our onboard HW for instance. We may need to change initialization scripts, parameters, kernel module load, even trying different kernels, updating bootloader or udev rules…
Thanks