Can I directly unplug the KL630 board to make it poweroff?
Hello, I am new to KL630. May I ask if I can directly unplug the power to power it off?
Or does it require some commands:
shutdown
doesn't work.
poweroff
works! However, is that the correct command. Does it keep the data on the board?(Without causing data loss when executing poweroff
.)
I didn't find such information in the User_Manual. Thank you.
Tagged:
The discussion has been closed due to inactivity. To continue with the topic, please feel free to post a new discussion.
Comments
Hi dadin852,
It's fine to unplug the power directly.
Thank you very much!
KL630_96board_User_Manual 我現在已經大概看過,也能成功控制 LED 燈了。請問我下一步是不是接著看 02_BSP 中的 KLM5S3_Development_Environment_User_Guide 呢? 並照著其中的步驟做,謝謝您。@Nick Wang
因為我在 KLM5S3_Development_Environment_User_Guide 當中的 2-11 頁處看到「host> sudo」(下圖),但我在 Windows11 上用 PuTTY 連接板子後,是看到「U-Boot>」而非「host>」,在「U-Boot>」之下「sudo」也不能用。
您好,請教一下,麻煩了 :
在 02_BSP/KLM5S3_Development_Environment_User_Guide 的第 17 頁處,請問這些 U-Boot 的網路位址要如何修改呢?
因為我試著修改板子的 ipaddr,但是 PC 卻 ping 不到板子。謝謝您。
Hi dadin852,
跟您說明一下,BSP是在host PC上做cross compilation,host PC要是Ubuntu的環境,所以您前面提到的「host> sudo」是指在host PC上下的指令。
網路部分需先確認PC和板子在同網域。
@Nick Wang 謝謝您 🙏