Using the default:
{
"InventoryPollIntervalSeconds": 1800,
"UpdatePollIntervalSeconds": 1800,
"RetryPollIntervalSeconds": 300,
"RootfsPartA": "mmcblk0p2",
"RootfsPartB": "mmcblk0p3",
"ServerCertificate": "/etc/mender/server.crt",
"TenantToken": "dummy"
}
An update on the using util-linux mount ... while it now shows me the underlying root device, mender update complains the same as before,
# mount
/dev/mmcblk0p2 on / type ext4 (rw,relatime,data=ordered)
devtmpfs on /dev type devtmpfs (rw,relatime,size=240176k,nr_inodes=60044,mode=755)
proc on /proc type proc (rw,relatime)
devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620,ptmxmode=666)
tmpfs on /dev/shm type tmpfs (rw,relatime,mode=777)
tmpfs on /tmp type tmpfs (rw,relatime)
tmpfs on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
sysfs on /sys type sysfs (rw,relatime)
none on /sys/kernel/config type configfs (rw,relatime)
/dev/mmcblk0p5 on /data type ext4 (rw,relatime,errors=remount-ro,data=ordered)
/dev/mmcblk0p1 on /uboot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
debug output from mender:
DEBU[0000] Reading Mender configuration from file /etc/mender/mender.conf module=config
DEBU[0000] Read data from device manifest file: device_type=beaglebone module=mender
DEBU[0000] Found needed line: device_type=beaglebone module=mender
DEBU[0000] Current manifest data: beaglebone module=mender
DEBU[0000] Starting device update. module=rootfs
DEBU[0000] Client initialized. Start downloading image. module=rootfs
DEBU[0000] Received fetch update response &{200 OK 200 HTTP/1.0 1 0 map[Last-Modified:[Sat, 25 Aug 2018 04:05:45 GMT] Server:[SimpleHTTP/0.6 Python/2.7.12] Date:[Sat, 25 Aug 2018 06:07:50 GMT] Content-Type:[application/octet-stream] Content-Length:[12113920]] 0x107f0540 12113920 [] true false map[] 0x1079c500 <nil>}+ module=client_update
DEBU[0000] Image downloaded: 12113920 [&{0x107f0540 0x107174e0 0x1079c480 0 12113920 0 0}] [<nil>] module=rootfs
Installing update from the artifact of size 12113920
DEBU[0000] checking if device [beaglebone] is on compatibile device list: [beaglebone]
module=installer
DEBU[0000] installing update rootfs.ext4 of size 62914560 module=installer
DEBU[0000] Trying to install update of size: 62914560 module=device
DEBU[0000] Have U-Boot variable: mender_boot_part=2 module=bootenv
DEBU[0000] List of U-Boot variables:map[mender_boot_part:2] module=bootenv
DEBU[0000] Setting active partition from mount candidate: /dev/mmcblk0p2 module=partitions