<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Booting a Microblaze processor + software using Compact Flash</title>
	<atom:link href="http://billauer.se/blog/2011/07/system-ace-bitstream-microblaze-processor-compact-flash/feed/" rel="self" type="application/rss+xml" />
	<link>https://billauer.se/blog/2011/07/system-ace-bitstream-microblaze-processor-compact-flash/</link>
	<description>Anything I found worthy to write down.</description>
	<lastBuildDate>Thu, 26 Mar 2026 13:15:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Goran Marinkovic</title>
		<link>https://billauer.se/blog/2011/07/system-ace-bitstream-microblaze-processor-compact-flash/comment-page-1/#comment-1557</link>
		<dc:creator>Goran Marinkovic</dc:creator>
		<pubDate>Mon, 29 Nov 2021 12:05:04 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=1488#comment-1557</guid>
		<description>Hello Bill,

sudo mkdosfs -R 1 -F 16 -a /dev/sda1

The -a enforces it since:
-R NUMBER-OF-RESERVED-SECTORS
           Select the minimal number of reserved sectors.  With FAT32
           format at least 2 reserved sectors are needed, the default is
           32.  Otherwise the default is 1 (only the boot sector).  Note
           that this is minimal number and it may be increased by
           mkfs.fat due to alignment of structures.  See also mkfs.fat
           option -a.</description>
		<content:encoded><![CDATA[<p>Hello Bill,</p>
<p>sudo mkdosfs -R 1 -F 16 -a /dev/sda1</p>
<p>The -a enforces it since:<br />
-R NUMBER-OF-RESERVED-SECTORS<br />
           Select the minimal number of reserved sectors.  With FAT32<br />
           format at least 2 reserved sectors are needed, the default is<br />
           32.  Otherwise the default is 1 (only the boot sector).  Note<br />
           that this is minimal number and it may be increased by<br />
           mkfs.fat due to alignment of structures.  See also mkfs.fat<br />
           option -a.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Rutschman</title>
		<link>https://billauer.se/blog/2011/07/system-ace-bitstream-microblaze-processor-compact-flash/comment-page-1/#comment-871</link>
		<dc:creator>Phil Rutschman</dc:creator>
		<pubDate>Thu, 23 May 2013 00:30:09 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=1488#comment-871</guid>
		<description>Newer versions of mkdosfs have a flag to disable the sector rounding behavior. Specify -a. There&#039;s also a -v (verbose) flag that will print out all the parameters as it creates the filesystem to make sure it did it right.</description>
		<content:encoded><![CDATA[<p>Newer versions of mkdosfs have a flag to disable the sector rounding behavior. Specify -a. There&#8217;s also a -v (verbose) flag that will print out all the parameters as it creates the filesystem to make sure it did it right.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
