Easy data access from an SDcard

Let's talk about anything related to the 6502 microprocessor.
User avatar
BigEd
Posts: 11464
Joined: 11 Dec 2008
Location: England
Contact:

Re: Easy data access from an SDcard

Post by BigEd »

What partition type counts as RAW? Do you mean a partition ID, as found at
http://www.tldp.org/HOWTO/Partition-Mas ... /x190.html
or do you mean something else?
User avatar
jac_goudsmit
Posts: 229
Joined: 23 Jun 2011
Location: Rancho Cucamonga, California
Contact:

Re: Easy data access from an SDcard

Post by jac_goudsmit »

That table gives a good overview but is somewhat outdated. Wikipedia has a larger table. Partition type (ID) $DA is the obvious type that you'll want to use for a boot system as I described in my previous post.

===Jac
User avatar
BigEd
Posts: 11464
Joined: 11 Dec 2008
Location: England
Contact:

Re: Easy data access from an SDcard

Post by BigEd »

Ah,
Quote:
da Non-FS data
That makes sense - thanks.
Post Reply