This has to be a real newbie question.
I installed hass.io to a sd card and it boots nicely with my RP3B. I can access it with http, smb and ssh. Now I want to configure Z-Wave with Razberry board.
- There is a good documentation available (https://home-assistant.io/docs/z-wave/device-specific/#razberry-board), but I’m stuck because I cannot locate /boot partition to be able to edit config.txt. Command ‘df’ is not showing it, neither can I find config.txt with ‘find’ command.
When I made the bootable sd card with Etcher in my desktop, I saw also /boot partition. So where is it?
- Next step after that would be disabling BT by using ‘systemctl’ command. That is not available either. It is normally included in package systemd, but as I have understood one should not install packages as you normally do in linux (.deb, .rpm, etc) but use addons.
What is the correct way to get ‘systemctl’ to work?
Thanks in advance!