WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Picoreplayer with power management HAT  (Read 1978 times)

Offline v102

  • Newbie
  • *
  • Posts: 1
Picoreplayer with power management HAT
« on: September 21, 2023, 01:14:24 PM »
Hello everyone, I'm trying to setup a power management HAT on the raspberry pi 4 running a picore distribution.

Here is a link the the device.
https://www.waveshare.com/wiki/Power_Management_HAT_(B)

Does anybody know what commands I need to send to get it setup? The commands on their website dont work.

thanks

Offline patrikg

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 767
Re: Picoreplayer with power management HAT
« Reply #1 on: September 21, 2023, 03:23:05 PM »
Sorry you missed to include the last parentheses in the url.
The correct one would be:
https://www.waveshare.com/wiki/Power_Management_HAT_(B)
You have to use the forum url tag to encode the url when posting like this.

Code: [Select]
[url]https://www.waveshare.com/wiki/Power_Management_HAT_(B)[/url]

Offline gadget42

  • Hero Member
  • *****
  • Posts: 915
Re: Picoreplayer with power management HAT
« Reply #2 on: September 21, 2023, 04:24:01 PM »
...
The commands on their website don't work.
perhaps you will have successful learning curve with official os firstly https://www.raspberrypi.com/software/
** WARNING: connection is not using a post-quantum kex exchange algorithm.
** This session may be vulnerable to "store now, decrypt later" attacks.
** The server may need to be upgraded. See https://openssh.com/pq.html

Offline Paul_123

  • Administrator
  • Hero Member
  • *****
  • Posts: 1429
Re: Picoreplayer with power management HAT
« Reply #3 on: September 21, 2023, 08:03:02 PM »
That is going to be incredibly tricky for a person to get running, as you first need to understand how to work with a rp2040 microcontroller, then how to make the software  to communicate between the two boards.

None of the scripts they supply will run on a piCore based OS. As the scripts rely on installing programs   In RaspiOS. Which do not work on piCore.  Building the microcontroller program is the most complicated part for you.