Shop OBEX P1 Docs P2 Docs Learn Events
FAT16/FAT32 Bootloader — Parallax Forums

FAT16/FAT32 Bootloader

GMBartlettGMBartlett Posts: 1
edited 2010-04-09 03:57 in Propeller 1
Is there a bootloader that will load a file from an SD card that could be formated with either FAT16 or FAT32?· I've seen the bootloaders that work with FAT16 but I haven't found a FAT32 version yet.

Thank you,
Greg

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2010-04-09 03:57
    No. There's no FAT32 version yet. It should be easy to do in that the bootloader really takes an absolute sector number and loads up to 32K starting at that sector number as long as the 32K is in a single extent. The existing FAT32 driver can be modified to return the absolute sector number of the start of a file. That can be handed over to the bootloader for loading.
Sign In or Register to comment.