neither /boot/vc/config.txt nor /boot/efi/config.txt work

I tried these parameters but they seemed to be ignored.

Not sure why there is /boot/vc/config.txt and also /boot/efi/config.txt

Disable the power led

dtparam=pwr_led_trigger=none
dtparam=pwr_led_activelow=off

disable wifi and bluetooth

dtoverlay=pi3-disable-wifi
dtoverlay=pi3-disable-bt

asnrcw,

It appears that in the past few days you have not received a response to your
posting. That concerns us, and has triggered this automated reply.

These forums are peer-to-peer, best effort, volunteer run and that if your issue
is urgent or not getting a response, you might try one of the following options:

Be sure to read the forum FAQ about what to expect in the way of responses:
http://forums.suse.com/faq.php

If this is a reply to a duplicate posting or otherwise posted in error, please
ignore and accept our apologies and rest assured we will issue a stern reprimand
to our posting bot…

Good luck!

Your SUSE Forums Team
http://forums.suse.com

[QUOTE=asnrcw;51016]I tried these parameters but they seemed to be ignored.

Not sure why there is /boot/vc/config.txt and also /boot/efi/config.txt[/QUOTE]

The /boot/vc directory is on your root file system (and thus the reference for updates, etc) while the /boot/efi one is on the separate VFAT partition. The one in use is /boot/efi/config.txt.

[QUOTE=asnrcw;51016]# Disable the power led
dtparam=pwr_led_trigger=none
dtparam=pwr_led_activelow=off

disable wifi and bluetooth

dtoverlay=pi3-disable-wifi
dtoverlay=pi3-disable-bt[/QUOTE]

The dtoverlay option does not have any effect in the SLES12SP2 image, as the device tree will get overwritten by U-Boot again.

Instead, you would need to either

a) create a boot.scr file that applies the dt overlays or
b) create a full dtb file at dtb/$fdtfile that has the overlay

For reference, I’m currently working on loosening up that situation, so that you can use the dtoverlay option. But that’s nothing that will get integrated for SLES12SP2, as that code base is stable as is.