1 Star 0 Fork 0

float996/aws-iot-fleetwise-edge

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
AWS-IoTFleetWiseOffboarding.md 520 Bytes
一键复制 编辑 原始数据 按行查看 历史
Geoff Phillips 提交于 2年前 . Release v1.0.7

Offboarding and Data Deletion

To delete all of your "free text data" from an ECU running the Reference Implementation for AWS IoT FleetWise ("FWE"), please run the following commands:

  1. Stop FWE

    sudo systemctl stop fwe@0
    
  2. Disable FWE

    sudo systemctl disable fwe@0
    
  3. Delete the persistent data files for FWE

    sudo rm -f /var/aws-iot-fleetwise/*
    
  4. Delete the configuration files for FWE

    sudo rm -f /etc/aws-iot-fleetwise/*
    
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/float996/aws-iot-fleetwise-edge.git
git@gitee.com:float996/aws-iot-fleetwise-edge.git
float996
aws-iot-fleetwise-edge
aws-iot-fleetwise-edge
main

搜索帮助