Update building.md

Minor updates
pull/336/head
Petru Soroaga 2024-03-01 15:56:43 +02:00 committed by GitHub
parent 202a8a4df0
commit b30b3318a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -112,6 +112,9 @@ Connect again to the camera and run this command (same as -n in the previous com
firstboot
```
Remember! The user and password will be reset to default in most cases (the default is usually root/12345)
Anatomy of the project
----------------------
@ -185,6 +188,8 @@ If re-creating the root filesystem in necessary, one should in addition run
Run `make br-linux-rebuild br-all` to rebuild Linux kernel image,
`make br-busybox-rebuild br-all` to rebuild busybox and pack it into a rootfs image.
Remember! the name of the package in the two commands above is the folder name of your package, not the package name you set in Config.in file
Making changes to Buildroot packages
------------------------------------