How to work with SD card partition?
#39
You can post the results of
gpio readall


That will tell us if it (GPIO 40) is on or off, I think.

If you want to heat the system up (and show the temp and status of GPIO40), you can do this...


Code:
sudo apt-get install stress
while true; do vcgencmd measure_clock arm; vcgencmd measure_temp; gpio read 40; sleep 10; done& stress -c 4 -t 900s
Card Fighters' Clash 2 English Translation ( http://cfc2english.blogspot.com/ )
Neo Geo Pocket Flash Cart and Linker Project ( http://www.flashmasta.com/ )
Avatar art thanks to Trev-Mun ( http://trevmun.deviantart.com/ )
Reply


Messages In This Thread
RE: How to work with SD card partition? - by Flavor - 11-05-2019, 08:24 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)