Tiny Core Linux
Tiny Core Base => Raspberry Pi => Topic started by: v102 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
-
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) (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.
[url]https://www.waveshare.com/wiki/Power_Management_HAT_(B)[/url]
-
...
The commands on their website don't work.
perhaps you will have successful learning curve with official os firstly https://www.raspberrypi.com/software/
-
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.