Failing standalone mender install for manual update

Hello,

I have setup a mender based image for a raspberry pi 4 which I want to update in standalone fashion.

I create the mender artefacts with the mender-convert tool from my golden image. This works perfectly. I am able to install the new image and this also works out fine.
But if I try to run a manual update like:

mender install my_image.mender

I get the following error

INFO[0000] Loaded configuration file: /var/lib/mender/mender.conf 
INFO[0000] 'UpdateControlMapExpirationTimeSeconds' is not set in the Mender configuration file. Falling back to the default of 2*UpdatePollIntervalSeconds 
INFO[0000] 'UpdateControlMapBootExpirationTimeSeconds' is not set in the Mender configuration file. Falling back to the default of 600 seconds 
WARN[0000] No server URL(s) specified in mender configuration. 
WARN[0000] Server entry 1 has no associated server URL. 
fatal error: unexpected signal during runtime execution
[signal SIGBUS: bus error code=0x2 addr=0xb6fe8008 pc=0xb681b5d4]

runtime stack:
runtime.throw(0x41f566, 0x2a)
	/usr/local/go/src/runtime/panic.go:1116 +0x5c
runtime.sigpanic()
	/usr/local/go/src/runtime/signal_unix.go:679 +0x398

goroutine 18 [syscall]:
runtime.cgocall(0x355e80, 0x1d37af0, 0x28f96c)
	/usr/local/go/src/runtime/cgocall.go:133 +0x5c fp=0x1d37ad8 sp=0x1d37ac0 pc=0x22418
github.com/bmatsuo/lmdb-go/lmdb._Cfunc_mdb_env_open(0x1a96440, 0x1a92eb0, 0x204000, 0x180, 0x0)
	_cgo_gotypes.go:730 +0x38 fp=0x1d37aec sp=0x1d37ad8 pc=0x28da38
github.com/bmatsuo/lmdb-go/lmdb.(*Env).Open.func2(0x1d906a0, 0x1a92eb0, 0x4000, 0x180, 0x1c)
	/github.com/mendersoftware/mender/vendor/github.com/bmatsuo/lmdb-go/lmdb/env.go:87 +0x64 fp=0x1d37b08 sp=0x1d37aec pc=0x28fa28
github.com/bmatsuo/lmdb-go/lmdb.(*Env).Open(0x1d906a0, 0x1d985c0, 0x1c, 0x4000, 0x180, 0x0, 0x0)
	/github.com/mendersoftware/mender/vendor/github.com/bmatsuo/lmdb-go/lmdb/env.go:87 +0x88 fp=0x1d37b34 sp=0x1d37b08 pc=0x28e0bc
github.com/mendersoftware/mender/store.NewDBStore(0x40f6bb, 0xf, 0x2f5ef0)
	/github.com/mendersoftware/mender/store/dbstore.go:67 +0x128 fp=0x1d37b7c sp=0x1d37b34 pc=0x295af8
github.com/mendersoftware/mender/cli.handleArtifactOperations(0x1da4680, 0x1c1a720, 0x17, 0x1c1a740, 0x1b, 0x40f6bb, 0xf, 0xbed3b7ea, 0x27, 0x0, ...)
	/github.com/mendersoftware/mender/cli/commands.go:227 +0x28 fp=0x1d37c5c sp=0x1d37b7c pc=0x33807c
github.com/mendersoftware/mender/cli.(*runOptionsType).handleCLIOptions(0x1d92000, 0x1da4680, 0x0, 0x0)
	/github.com/mendersoftware/mender/cli/cli.go:453 +0x328 fp=0x1d37de8 sp=0x1d37c5c pc=0x335f8c
github.com/mendersoftware/mender/cli.SetupCLI.func2(0x1da4680, 0x3, 0x4)
	/github.com/mendersoftware/mender/cli/cli.go:162 +0xa4 fp=0x1d37e00 sp=0x1d37de8 pc=0x33f92c
github.com/urfave/cli/v2.(*Command).Run(0x1d942d0, 0x1da4520, 0x0, 0x0)
	/github.com/mendersoftware/mender/vendor/github.com/urfave/cli/v2/command.go:161 +0x3ec fp=0x1d37e78 sp=0x1d37e00 pc=0x326f5c
github.com/urfave/cli/v2.(*App).RunContext(0x1d9a000, 0x4ac3a8, 0x1c1c088, 0x1c0c0a0, 0x3, 0x4, 0x0, 0x0)
	/github.com/mendersoftware/mender/vendor/github.com/urfave/cli/v2/app.go:302 +0x618 fp=0x1d37f10 sp=0x1d37e78 pc=0x324e0c
github.com/urfave/cli/v2.(*App).Run(...)
	/github.com/mendersoftware/mender/vendor/github.com/urfave/cli/v2/app.go:211
github.com/mendersoftware/mender/cli.SetupCLI(0x1c0c0a0, 0x3, 0x4, 0x0, 0x0)
	/github.com/mendersoftware/mender/cli/cli.go:386 +0x1c28 fp=0x1d37fc4 sp=0x1d37f10 pc=0x334c0c
main.doMain.func1(0x1d8e000)
	/github.com/mendersoftware/mender/main.go:41 +0x38 fp=0x1d37fe4 sp=0x1d37fc4 pc=0x341818
runtime.goexit()
	/usr/local/go/src/runtime/asm_arm.s:857 +0x4 fp=0x1d37fe4 sp=0x1d37fe4 pc=0x82710
created by main.doMain
	/github.com/mendersoftware/mender/main.go:40 +0x40

goroutine 1 [select]:
main.doMain(0x1c000e0)
	/github.com/mendersoftware/mender/main.go:45 +0xb4
main.main()
	/github.com/mendersoftware/mender/main.go:69 +0x14

goroutine 6 [syscall]:
os/signal.signal_recv(0x0)
	/usr/local/go/src/runtime/sigqueue.go:147 +0x130
os/signal.loop()
	/usr/local/go/src/os/signal/signal_unix.go:23 +0x14
created by os/signal.Notify.func1
	/usr/local/go/src/os/signal/signal.go:127 +0x34

Any ideas on that? Did I configure something wrong?

This is my mender-convert config

RASPBERRYPI_CONFIG="raspberrypi4"
RASPBERRYPI_KERNEL_IMAGE="kernel7l.img"
MENDER_KERNEL_IMAGETYPE="zImage"
MENDER_DEVICE_TYPE="raspberrypi4"

# Additional space on rootfs partition
IMAGE_OVERHEAD_FACTOR="2"

# Run mender client in standalone mode (no cloud connection)
MENDER_ENABLE_SYSTEMD="n"

source configs/raspberrypi_config

Thanks for your help