RDKBACCL-1463: DB and other customized values are overwritten to defa…#402
RDKBACCL-1463: DB and other customized values are overwritten to defa…#402manigandanj wants to merge 1 commit intordkcentral:developfrom
Conversation
7c97503 to
b36c57b
Compare
8dbcc04 to
40b40e2
Compare
| @@ -0,0 +1,12 @@ | |||
| [Unit] | |||
| Description=Mount nvram partition | |||
| ConditionPathExists=/nvram | |||
There was a problem hiding this comment.
This check shouldn't be present for this case.
There was a problem hiding this comment.
Okay will remove it.
ab0b390 to
643f761
Compare
643f761 to
a572f1d
Compare
| @@ -0,0 +1,11 @@ | |||
| [Unit] | |||
There was a problem hiding this comment.
pls create folder inside banana pi as recipes-nonvol and create a bb file and keep .sh and service file and install in the rootfs and add it as dependency in core rdkb.
There was a problem hiding this comment.
i did not find any reference for recipes-nonvol. can i host recipe in recipes-support folder?
There was a problem hiding this comment.
Please try creating recipe-nonvol folder
| FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:${THISDIR}/files:" | ||
| SRC_URI_append = " \ | ||
| file://gwprovapp.conf \ | ||
| file://mount-nvram.service \ |
There was a problem hiding this comment.
pls create folder inside banana pi as recipes-nonvol and create a bb file and keep .sh and service file and install in the rootfs and add it as dependency in core rdkb.
cpokuru
left a comment
There was a problem hiding this comment.
Also please take care of bind mount of nvram , opt/secure
| fi | ||
| mkdir -p /nvram/secure | ||
| # OneWifi DB stored in /opt/secure/wifi | ||
| mount /dev/mmcblk0p9 /opt/secure |
There was a problem hiding this comment.
we cannot mount same device again.we should go for bind
There was a problem hiding this comment.
this is taken care.
a572f1d to
d78d039
Compare
|
build-bpi-r4-broadband Console Log uploaded to Gist URL: https://gist.github.com/rdkcmf-jenkins/d06cfd7a23f0f573e934a982de996547 |
e5a7be8 to
84f9396
Compare
| @@ -0,0 +1,40 @@ | |||
| DESCRIPTION = "Mounting nvram partition for storing customized data" | |||
|
|
|||
| LICENSE = "CLOSED" | |||
There was a problem hiding this comment.
LICENSE cannot be closed as this repo is open and SRC_URI points to two files here. Incidentally, mount-nvram.sh should have an Apache-2 license header.
|
build-bpi-r4-broadband Console Log uploaded to Gist URL: https://gist.github.com/rdkcmf-jenkins/e2d08e06656591936c96551bfeb8d7ac |
|
build-bpi-r4-broadband Console Log uploaded to Gist URL: https://gist.github.com/rdkcmf-jenkins/5782c60bc4ef555ad50290bd19660450 |
84f9396 to
7c52e78
Compare
…ult without FR after firmware upgrade Reason for change: Mounting nvram partition in /nvram folder Test procedure: Sanity and FWUpgrade Risks: Low Signed-off-by: Manigandan Gopalakrishnan <[email protected]>
7c52e78 to
c618ca0
Compare
|
build-bpi-r4-broadband Console Log uploaded to Gist URL: https://gist.github.com/rdkcmf-jenkins/bd8d04dd52a0eac9d8fc784ffbd05be8 |
|
build-bpi-r4-broadband Console Log uploaded to Gist URL: https://gist.github.com/rdkcmf-jenkins/c01aeed24b824264722c483564d61303 |
…ult without FR after firmware upgrade
Reason for change: Mounting nvram partition in /nvram folder
Test procedure: Sanity
Risks: Low