Versions Compared

Key

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

...

(For 2019.1)
Code Block
themeMidnight
echo disabled > /sys/devices/platform/amba/ff9d0000.usb0/fe200000.dwc3/xhci-hcd.0.auto/power/wakeup
echo power-off > /sys/devices/platform/firmware:zynqmp-firmware/firmware:zynqmp-firmware:zynqmp-power/suspend_mode
echo mem > /sys/power/state


(For 2022.1 - Later)


Code Block
themeMidnight
echo disabled > /sys/devices/platform/axi/ff9d0000.usb0/fe200000.usb/xhci-hcd.1.auto/power/wakeup
echo power-off > /sys/devices/platform/firmware:zynqmp-firmware/firmware:zynqmp-firmware:zynqmp-power/suspend_mode
echo mem > /sys/power/state


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.

...