1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-04 18:00:36 +00:00
Jason Kridner ed09701ebe sdcard_image: align partitions with flash pages
* Align partitions for SD card performance/wear optimization. For more
details, please see:
http://sakoman.com/OMAP/a-script-for-partitioningformatting-a-bootable-sdmicrosd-card.html

# Modifications to align partitioning by Steve Sakoman
# based on work by Arnd Bergmann
# Align partitions for SD card performance/wear optimization
# FAT partition size is 131072 sectors (64MB) less:
#       MBR - 1 sector
#       padding to align to the page size of the underlying flash - 127 sectors
# so we start the first partition at sector 128 and make it 131072 - 128 = 130944 sectors
# second partition starts at 131072 and continues to fill the card

Signed-off-by: Jason Kridner <jdk@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2011-10-27 21:57:52 -04:00
2011-10-18 22:32:08 +02:00
2011-10-21 19:08:04 +02:00
2011-03-31 16:05:45 +02:00
2011-10-20 12:13:25 +02:00

This layer depends on:

URI: git://git.openembedded.org/openembedded-core
branch: master
revision: HEAD

URI: git://git.angstrom-distribution.org/meta-angstrom
branch: master
revision: HEAD

URI: git://git.openembedded.net/meta-openembedded
branch: master
revision: HEAD

It is recommended to follow the instruction at http://www.angstrom-distribution.org/building-angstrom with one important difference:

After "Step 1" go into the newl created 'setup-scripts' directory and do

	git checkout origin/oe-core -b oe-core

This will set it up for the OpenEmbedded-core layout instead of the old OpenEmbedded-dev layout.

Send pull requests to meta-ti@yoctoproject.org

Main layer maintainers: Denys Dmytriyenko <denys@ti.com>
                        Koen Kooi <k-kooi@ti.com>


S
Description
No description provided
Readme 19 MiB
Languages
BitBake 93.3%
Shell 3.5%
Pascal 1.4%
C++ 0.9%
Pawn 0.5%
Other 0.3%