Lucky Resistor
Menu
  • Home
  • Learn
    • Learn C++
    • Product Photography for Electronics
      • Required Equipment and Software
    • Soldering for Show
  • Projects
  • Libraries
  • Applications
  • Shop
  • About
    • About Me
    • Contact
    • Stay Informed
  •  
Menu

New Application: Micro Disk

Posted on 2016-08-10 by Lucky Resistor

I published a new application to create “Micro Disk” images for embedded projects with very limited resources. This format fits perfectly on SD cards and it can be read with minimal effort.

The application is available as binary for macOS and Windows. The sources are available on GitHub which can be easily compiled for Linux.

The features of the Micro Disk format are:

  • File directory with ASCII file names.
  • Single file list which can store any number of files.
  • For each file, a name, the start block and the size in bytes is stored.
  • All files are stored in sequential blocks which makes reading simple and fast.
  • All files are aligned to the 512 byte blocks for a SD card.

Read more about the application, downloads and all details about the format.

Screenshots of the applications:

MicroDisk Screenshot Windows
MicroDisk Screenshot Mac

Leave a ReplyCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Stay Updated / Donate

Join me on Mastodon!

☕️ Support my Work

Top Posts & Pages

  • Real Time Counter and Integer Overflow
  • Storage Boxes System for 3D Print
  • Simple Box with Lid for 3D-Print
  • Logic Gates Puzzles
  • Welcome to My Shop
  • Circle Pattern Generator
  • Use Enum with More Class!
  • Circle Pattern Generator
  • Units of Measurements for Safe C++ Variables
  • How and Why to Avoid Preprocessor Macros

Latest Posts

  • New Version 2 of the Pattern Generator2023-07-25
  • The Importance of Wall Profiles in 3D Printing2023-02-12
  • The Hinges and its Secrets for Perfect PETG Print2023-02-07
  • Better Bridging with Slicer Guides2023-02-04
  • Stronger 3D Printed Parts with Vertical Perimeter Linking2023-02-02
  • Logic Gates Puzzle 1012023-02-02
  • Candlelight Emulation – Complexity with Layering2023-02-01
  • Three Ways to Integrate LED Light Into the Modular Lantern2023-01-29

Categories

  • 3D Printing
  • Build
  • Common
  • Fail
  • Fun
  • Learn
  • Projects
  • Puzzle
  • Recommendations
  • Request for Comments
  • Review
  • Software
Copyright (c)2022 by Lucky Resistor. All rights reserved.
 

Loading Comments...