Hi,

On 03/09/2017 12:13 PM, gurpartap singh wrote:
I installed RAUC with --disable-network option because of libcurl dependency 
issues.
I have done below steps so far:
Created manifest.raucm like this
[update]
compatible=rauc-demo-x86
version=2015.04-1

[image.rootfs]
sha256=4c03d5be6780e64a604e94222a2da50e671698b9c1d764f1bbc617558de80f98
size=11376640
filename=rauc.img

this one looks ok.

MY /etc/rauc/system.conf is:

[system]
compatible=rauc-demo-x86
bootloader=uboot
mountprefix=/mnt/rauc


[slot.rootfs.0]
device=/dev/mmcblk0p1
type=raw
bootname=A

this one will require a second rootfs partition to allow you installing updates when running from the productive one.

But when I try to install this update using:
./rauc install -d update.raucb
it shows following log:
Domains: 'rauc'
(rauc:21307): rauc-DEBUG: install started
(rauc:21307): rauc-DEBUG: input bundle: /home/rauc/update.raucb
Error creating proxy: Error calling StartServiceByName for de.pengutronix.rauc: 
Timeout was reached
D-Bus error while installing `/home/rauc/update.raucb`

There seems to be a communication issue between the command line client and the service. Did you try to start the service. Do you have the d-bus config installed? Could you get any log data from the service itself?

Previously I have done:
./autogen.sh
./configure --disable-network
make
make install

service rauc start

This looks ok so far.

LOG of
./rauc info -d update.raucb
Domains: 'rauc'
rauc-Message: Reading bundle: update.raucb
rauc-Message: Verifying bundle...
3069734912:error:2E09D06D:CMS routines:CMS_verify:content verify 
error:../crypto/cms/cms_smime.c:393:

(rauc:21318): rauc-WARNING **: signature verification failed: 
error:2E09A09E:CMS routines:CMS_SignerInfo_verify_content:verification failure

I assume you executed this on the target?
Obviously, there is a certificate verification error. Did you set up the key, cert and keychain correctly? If you want to (for test-purpose) inspect the bundle without verification, you can use the `--no-verify` argument. But for installation the verification is mandatory thus it should work with `info`, too.


QUESTION 2:
How to use it with uboot? Can u please elaborate how to install library to 
modify u-boot variables and environment.

In the documentation there is the chapter `Interfacing with the bootloader`:

http://rauc.readthedocs.io/en/latest/integration.html#interfacing-with-the-bootloader

Did you already try what is described in there? If there is some information missing please let us know. The subsection "U-Boot" also points you to the u-boot example script located in the `contrib/` folder. This should be a good starting point.


Best regards

Enrico

--
Pengutronix e.K.                           | Enrico Jörns                |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-5080 |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |


_______________________________________________
RAUC mailing list

Reply via email to