0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

raspberrypiの起動

Posted at

Windows PowerShellで操作しています

普段(平日)は触らないのでオフにしてあるラズベリーパイに電源をさしこんで立ち上げます
自動でRaspbian の起動(CLI)~SSHログイン直後の記録(詳しく調べてなくてごめん)

Windows11 powershellを起動してプロンプトに以下のコマンドを入力

ssh pi@192.168.1.2

PaspberryPiに接続したらユーザとパスワードの入力

user pi
password XXXXXXXX

これでloginは完了したので動いた場所の確認

cd /
ls -l
ルートに移動して即 $ls -lをしたら

まずrun
2分後にtmp
にRaspberryPiが起動して書き換えたた痕跡をみました

ここから特にtmpは削除してもよいと思う(やり方)
cd /
sudo rm -rf tmp
で一度tmpを空にしてからまた作る
sudo mkdir tmp

ここまでは間違えてないはずです

でも私runってフォルダを理解してないや。
少し勉強してみるっ!!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?