Skip to content
Snippets Groups Projects
Commit b671efda authored by Walter Lozano's avatar Walter Lozano
Browse files

Clarify steps to test WiFi access point


Since the current test case uses several customizations to target device,
add additional clarifications and checks to ensure the system is properly
setup.

Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
parent 0485be62
No related branches found
No related tags found
1 merge request!622Backport v2023 <- v2025dev2: Several fixes
......@@ -113,8 +113,11 @@ run:
connmanctl>
- "After the connection has been established, reboot the access point by
pressing the reboot button on the target device. Then, on the target device,
restart the 'hostapd' daemon and 'systemd-networkd' service, by running:"
restart the 'systemd-networkd' service, confirm that the wifi interface is up
by listing the connman technologies and finally restart 'hostapd' daemon,
by running:"
- "$ sudo systemctl restart systemd-networkd"
- "$ sudo connmanctl technologies"
- "$ sudo systemctl restart hostapd"
- "On the SDK, reconnect to 'APERTIS_AP' by re-running the previous
'connmanctl' commands."
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment