Skip to content

Buildroot thingOS Cheat Sheet

avanc edited this page Feb 8, 2021 · 2 revisions
  • Rebuild one package

    ./build.sh raspberrypi packagename-dirclean
    ./build.sh raspberrypi packagename-rebuild
    
  • Recreate image after components changed in target folder

    ./build.sh raspberrypi mkimage
    ./build.sh raspberrypi mkrelease
    
  • Rebuold from scratch

    ./build.sh raspberrypi savedefconfig
    ./build.sh raspberrypi clean
    
Clone this wiki locally