Buildroot thingOS Cheat Sheet - avanc/photOS GitHub Wiki

  • 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