GithubHelp home page GithubHelp logo

Comments (8)

djsaz avatar djsaz commented on August 12, 2024

Can you please show me the command you used to launch MHC? Do you see any red error messages saying a path is invalid?

from csp.

Kingders avatar Kingders commented on August 12, 2024

my command : java -jar ./mhc/mhc.jar -fw="/home/userA//MPLAB_XIDE/harmonyFrameworkv3" -mode=gui -c="/home/userA/MPLAB_XIDE/harmonyFrameworkv3/csp/apps/uart/uart_echo_interrupt/firmware/src/config/sam_a5d2_xult/harmony.prj"

then, come out a window called "Configuration database setup",
red error messages:" DFP path is not valid." in the bottom of the window
DFP ( auto-filled ) : ./dev_packs/Microchip/SAMA5D2_DFP/0.1.6/atdf/ATSAMA5D27.atdf
CMSIS ( auto-filled) ./dev_packs/arm/CMSIS/5.4.0
and the button "Launch" is GRAY, (mean disabled, can't click)

though, i change DFP CMSIS input in whole path !!
DFP: /home/userA/MPLAB_XIDE/harmonyFrameworkv3/dev_packs/Microchip/SAMA5D2_DFP/0.1.6/atdf/ATSAMA5D27.atdf
CMSIS : /home/userA/MPLAB_XIDE/harmonyFrameworkv3/dev_packs/arm/CMSIS/5.4.0
red error messages still be here
and the button "Launch" still be GRAY,

by the way, i run in ubuntu14.04 , and i just only be applied to use this machine , no other PC in window system can be used

from csp.

djsaz avatar djsaz commented on August 12, 2024

Two things, 1) make sure you run the MHC that is in the /home/userA/MPLAB_XIDE/harmonyFrameworkv3/mhc directory. 2) You have to run mhc from the mhc directory. You can't run:
java -jar ./mhc/mhc.jar
You must cd to mhc then run:
java -jar ./mhc.jar

from csp.

Kingders avatar Kingders commented on August 12, 2024

i know what you mean,

now my folder's tree like this:
$ ls harmonyFrameworkv3
audio bt core csp gfx micrium_ucos3 net touch wolfssl
bsp CMSIS-FreeRTOS crypto dev_packs gfx_apps mhc motor_control project usb

$ ls harmonyFrameworkv3/mhc
mhc .jar ......

then i run mhc.jar in folder mhc :
java -jar ./mhc.jar -fw="/home/userA/MPLAB_XIDE/harmonyFrameworkv3" -mode=gui -c="/home/userA/MPLAB_XIDE/harmonyFrameworkv3/csp/apps/uart/uart_echo_interrupt/firmware/src/config/sam_a5d2_xult/harmony.prj"

but not work, problem still exits

from csp.

Kingders avatar Kingders commented on August 12, 2024

project just is my workfolder, not the one harmonyV3 provided

from csp.

djsaz avatar djsaz commented on August 12, 2024

You need the trailing / in your fw path. It should be
-fw=/home/userA/MPLAB_XIDE/harmonyFrameworkv3/

from csp.

Kingders avatar Kingders commented on August 12, 2024

as you see
my command use trailing / always!!!
so these may not be the point causing this problem,,,,,,,

though, i tranfer
-fw="/home/userA/MPLAB_XIDE/harmonyFrameworkv3/"
to
-fw=/home/userA/MPLAB_XIDE/harmonyFrameworkv3/

problem still exits

from csp.

djsaz avatar djsaz commented on August 12, 2024

With H3 downloaded and with the commands formatted as I've suggested, I am unable to reproduce what you're seeing. Would you be willing to do a webex meeting where I can see your screen and hopefully see what's missing?

from csp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.