This commit is contained in:
NADAL Jean-Baptiste
2019-10-28 18:41:28 +01:00
parent 5998ed15ee
commit f877a98d9b
8 changed files with 34 additions and 14 deletions

View File

@@ -0,0 +1 @@
rpi 1000 rpi 1000 =rpi /home/rpi /bin/sh - Raspberry Pi User

View File

@@ -8,5 +8,5 @@ all: msg buildroot
include ../../bsp/include/rules.mk
include ../../bsp/include/buildroot.mk
#include ../../bsp/include/toolchain.mk
include ../../bsp/include/toolchain.mk
include ../../bsp/include/dtb.mk

3
bsp/board/rpi/ovl/usr/bin/ro Executable file
View File

@@ -0,0 +1,3 @@
#! /bin/sh
mount / -o ro,remount

3
bsp/board/rpi/ovl/usr/bin/rw Executable file
View File

@@ -0,0 +1,3 @@
#! /bin/sh
mount / -o rw,remount