Common Commands for ARM Development Boards

Common Commands for ARM Development Boards

1reboot means to restart.

2source makes the modified files take effect immediately, avoiding the problem of having to restart for the changes to take effect. For example, if we modify /etc/profile, the changes will not take effect immediately. In this case, we can enter source /etc/profile to apply the changes.

There will be more updates in the future.

3chmod -R 777 /home/edu/practice sets all file permissions in the practice folder to 777.

4、Compress a single file: gzip

Bluetooth Command Settings for Embedded Systems

3.3.1 Bluetooth Command Settings Knowledge

The embedded Bluetooth serial communication module allows us to break free from the constraints of cables and achieve wireless serial communication within a limited range, with two working modes: command response mode and automatic connection mode. In automatic connection mode, the module can be divided into three roles: Master, Slave, and Loopback. When the module is in automatic connection mode, it will automatically connect according to the pre-set data transmission method; when the module is

Back to Top
Product has been added to your cart