Heinrich Schuchardt

Results 30 issues of Heinrich Schuchardt

Scrolling with the mouse wheel does not work properly. You might look at vim option mouse=a to understand how it can be fixed. Best regards Heinrich Schuchardt

Change the build system from simple Makefile to autotools. This will provide the missing install and uninstall targets. Furthermore passing CPPFLAGS will be supported. Signed-off-by: Heinrich Schuchardt

In the events list an event unknown_deveui has a link available for the deveui. When clicking this link a page "Not Found" is shown and an event http_error is created....

In Debian the installation path for firmware is /lib/firmware/$(uname -r) The current makefile produces file 3.13.0-rc4-armv7-x4-firmware.tar.gz where the firmware is in the top directory. I would prefer if 3.13.0-rc4-armv7-x4-firmware.tar.gz would...

For RegNo > 13 we return. After the return statement RegNo cannot be 0x0e. Signed-off-by: Heinrich Schuchardt

/part should leave current channel /part CHANNEL should leave specified channel Neither works when typed in the message field.

Bug

The working directory of the lab may be defined as a relative path: ``` def workdir(self): linux.Workdir.static(self, f"tbot-workdir") ``` This leads to a failure in kconfig_set_enabled: ``` │ ├─Calling kconfig_set_enabled...

has-workaround
feature

kconfig.enable can be used to enable a Kconfig option. But this is not enough. One has to run 'make olddefconfig' to avoid requests for input during the uboot_build target: ```...

bug
has-workaround
testcases

For the RISC-V Maixduino board I will need to first build U-Boot and then OpenSBI passing U-Boot as payload: ``` prepare: test -d opensbi || git clone -v \ https://github.com/riscv/opensbi.git...

testcases

The print out of the uboot_testpy target is messed up when sub-tests are requiring power cycling: ``` │ │ ## test/py/tests/test_efi_loader.py .sss.s│ ├─[rpi2] relay-card off │ ├─[rpi2] relay-card off │...

has-workaround
visuals