-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🔭 uMWC setup tips and tricks #110
Comments
Copying logs
|
Changing configuration
|
Debugging using the UIWe typically configure the manager to connect to the MQTT server running on my laptop. This makes it easier for see the current operation of the system using MQTT explorer. This should also make it possible for us to test against the uMWC from the UI before we plug it into a car. Alas, this won't work because the EvseManager is connected to a BSP that expects the connection to come from hardware, not from the simulator. Let's see if we can run with one of the simulated configs instead Running with a simulated config fails with the following error since we did not include python and javascript layers in the yocto build. We cannot do this right now, and will need to postpone until later.
|
Networking options
Let's see if we can fix that. The issue is that this is the default routing table. It configures
The laptop is configured to
We have several steps to try:
Let's do (1) first and then work on (2) |
We can now ping external IP addresses, but DNS still fails
We can probably get by with using IP addresses for testing, but let's see if we can set up DNS properly |
Grepping for
|
Networking hotspot + external CSMS manual workaroundStill need investigation into why hotspot didnt configure the Gateway and DNS properly in the first place (@catarial)
|
This issue will document tips and tricks for working with the uMWC, including instructions for copying logs, configuring with various network configurations, cross-compiling and debugging with the UI before we plug in to a car
The text was updated successfully, but these errors were encountered: