Changes between Version 32 and Version 33 of buildroot
- Timestamp:
- 10/16/2020 07:31:38 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
buildroot
v32 v33 8 8 * Kernel development (using [#initrd initrd] or [#initramfs initramfs] options) 9 9 * Using its toolchain externally 10 11 ''' !*!*!*!* WARNING !*!*!*!* ''' 12 13 Buildroot is a powerful and low footprint rootfs. However, it is for advanced developers due to the fact there is a lot of manual configuration. Gateworks recommends developing with a more friendly ready to go rootfs, such as Ubuntu where package management is provided by default. Development time will be shortened greatly with Ubuntu. Once operating properly on Ubuntu, one can move over to buildroot to optimize. 10 14 11 15 '''Note''' that Buildroot requires all packages to be installed at the time of building. There is not a package manager like many other distributions have (like [wiki:ubuntu Ubuntu], such as apt-get to quickly install pre-compiled package binaries.