Wind River Support Network

HomeDefectsLINCD-8981
Fixed

LINCD-8981 : [FMU] APP container deployed does not work

Created: Apr 20, 2022    Updated: Jun 5, 2022
Resolved Date: May 1, 2022
Found In Version: 10.22.17.0
Fix Version: 10.22.21.0
Severity: Standard
Applicable for: Wind River Linux CD
Component/s: Userspace

Description

deployment the APP container-hello-world to the target device, and on target

root@bcm-2xxx-rpi4:/apps/container-hello-world# runc run container-hello-world
ERRO[0000] runc run failed: invalid rootfs: not an absolute path, or a symlink

Steps to Reproduce

1) setup.sh
--machine bcm-2xxx-rpi4 --dl-layers --template feature/fullmetalupdate feature/ostree --layers meta-lat
2) source environment-setup-x86_64-wrlinuxsdk-linux && source oe-init-build-env
3) cat >> config.cfg << EOF
[client]
hawkbit_vendor_name = WRLinux
hawkbit_url_port = 8080
hawkbit_ssl = false
hawkbit_tenant_id = DEFAULT
hawkbit_target_name = FullMetalUpdate_Demo
hawkbit_auth_token = 380ff2b5908e776cb69159f3f4477e4f
log_level = debug

[ostree]
ostree_name_remote = fullmetalupdate
ostree_gpg-verify = false
ostree_ssl = false
ostree_url_port = 8000
ostreepush_ssh_port = 8022
ostreepush_ssh_user = root
ostreepush_ssh_pwd = root

[server]
server_host_name = <ota_server_ip>
EOF

4) cat >> conf/local.conf <<EOF
HAWKBIT_CONFIG_FILE = "${TOPDIR}/config.cfg"
EOF

5) bitbake container-hello-world wrlinux-image-small

6) boot the target by wrlinux-image-small-bcm-2xxx-rpi4.wic

7) At hawkbit server, deployment the APP container-hello-world to the target device

Live chat
Online