Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After using above command on the linux console, system will go to power off suspend mode.



In power off suspend
LED such as DS24, DS26,DS21, PSPLL and PSAUX should be in off state.

If user uses power advantage tool then user will see that power reading of FPD, LPD and PL domain should be 0 mW.




Note:- At a time user can either use power adavantage tool or MSP430 console as both uses same com port.


For resuming the linux user needs to open UART Interface 3 port.
Go to Device Manager -> Ports
See the com port number for UART Interface 3


Now go to Tera Term/PuTTY (for opening port) and open this port. Here Ex. COM9 at baud rate - 1152000.
Now to resume, type this in the MSP430 console i.e. on port COM9:
@wake



After sending @wake signal to com port system will wake up and user can see logs on the Linux console.
Note: Since PL is powered down during PoS, user application needs to take care of loading the PL bitstream explicitly
after resuming from PoS if any application is using the PL resources.

Related Links