Python Forum

Full Version: RAW IO disk access for SD Card
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to create a python program that will allow a user to read RAW data of sections of an SD card based on start and end sectors then dump it to an binary image file.  As well I want to be able to read the file and direct write it to the SD card based on those sectors.

Is this possible to do in python?  (I'm new to python).