You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -36,7 +36,6 @@ Run the following command to configure Buildroot with settings from the Cube pro
make BR2_EXTERNAL=../cube/hal/buildroot/linux cube_defconfig
```
-`make`: Runs the `make` command to start configuring Buildroot.
-`BR2_EXTERNAL=../cube/hal/buildroot/linux`: Tells Buildroot to use the external configuration files from the Cube project located at `../cube/hal/buildroot/linux`.
-`cube_defconfig`: Loads the default configuration for Cube. This sets up Buildroot with settings that are specific to the Cube project.