Hi,
The root-ro partition is rw by default on the Jetson, if you want to set it in read-only, you just need to add the following:
sudo sed -i ‘s/root=\/dev\/mmcblk0p1 rw/root=\/dev\/mmcblk0p1 ro/g’ /boot/extlinux/extlinux.conf
Hi,
The root-ro partition is rw by default on the Jetson, if you want to set it in read-only, you just need to add the following:
sudo sed -i ‘s/root=\/dev\/mmcblk0p1 rw/root=\/dev\/mmcblk0p1 ro/g’ /boot/extlinux/extlinux.conf