# pc-nrfutil **Repository Path**: iamfat/pc-nrfutil ## Basic Information - **Project Name**: pc-nrfutil - **Description**: nrfutil python library and command line client - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-09 - **Last Updated**: 2022-02-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # This is a tailored version of nRF Util removed zigbee / ble for better platform support. now I can use it in Apple M1 environment to generate my dfu package... ```bash Usage: nrfutil [OPTIONS] COMMAND [ARGS]... Options: -v, --verbose Increase verbosity of output. Can be specified more than once (up to -v -v -v -v). -o, --output Log output to file --help Show this message and exit. Commands: keys Generate and display private and public keys. pkg Display or generate a DFU package (zip file). settings Generate and display Bootloader DFU settings. version Display nrfutil version. ```