Merge pull request #336 from PetruSoroaga/patch-8

Update building.md
pull/333/merge
Signor Pellegrino 2024-03-05 09:34:14 +03:00 committed by GitHub
commit ccd154cda7
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 firstboot
``` ```
Remember! The user and password will be reset to default in most cases (the default is usually root/12345)
Anatomy of the project 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, 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. `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 Making changes to Buildroot packages
------------------------------------ ------------------------------------