Skip to content

Instantly share code, notes, and snippets.

View Reiss-Cashmore's full-sized avatar

Reiss Cashmore Reiss-Cashmore

View GitHub Profile
@Reiss-Cashmore
Reiss-Cashmore / disable.sh
Created February 19, 2023 22:35
disable.sh
#!/bin/zsh
#Credit: Original idea and script disable.sh by pwnsdx https://gist.github.com/pwnsdx/d87b034c4c0210b988040ad2f85a68d3
#*****Work in progress*****
#Disabling unwanted services on macOS 11 Big Sur
#Modifications written in /private/var/db/com.apple.xpc.launchd/ disabled.plist, disabled.501.plist & disabled.205.plist
#Disabling SIP might not be required, still testing.
sudo mkdir mnt
sudo mount -o nobrowse -t apfs /dev/disk1s5 mnt/
@Reiss-Cashmore
Reiss-Cashmore / ada_feather_micropython_macos.md
Created February 5, 2023 01:06
Adafruit Feather Micropython on Mac OS

Trying to install Micropython on an Adafruit ESP32 Based Feather on Macos / OSX ?

Hitting the following error using esptool.py? :

esptool.py --chip esp32 --port /dev/tty.usbmodem54B00098311 erase_flash
esptool.py v4.4
Serial port /dev/tty.usbmodem54B00098311
Connecting.....
Chip is ESP32-PICO-V3-02 (revision v3.0)