Skip to content

Ubuntu update

Jaume Olivé Petrus edited this page May 23, 2017 · 3 revisions

Ubuntu update

  1. Open a terminal and kill the agent

    sudo killall wccagent
  2. Download the installer

    http://downloads.whitecatboard.org/agent/createagent-linux-x64.run

  3. Unzip

    If you download the installer in Google Chrome, a toolbar is displayed at the bottom of the screen listing the file. For now, the installer is not signed, so you will receive a warning.

    Click Keep for finish the download.

  4. Run the installer

    Open a terminal, and go to the Downloads folder:

    cd Downloads

    Assign execution rights to the createagent-linux-x64.run file and run with sudo:

    chmod +x createagent-linux-x64.run
    sudo ./createagent-linux-x64.run
  5. Forward, Forward, and Finish

    Click Forward:

    Click Forward:

    Click Finish:

  6. Run The White Create Agent

    On Linux, the agent is not started when the installer finish. For start the agent manually click the Whitecat's shortcut in your desktop.

    In the system try, the Whitecat's icon appears, indicating that the agent is running:

    Don't worry about that, in the next computer's boot the agent will be started automatically.

  7. Open The Whitecat IDE and start to create ESP32 applications for Lua RTOS devices in an easy way.

    https://ide.whitecatboard.org

Clone this wiki locally