On Thu, Jan 15, 2015 at 4:39 PM, Jean-Francois Gauthier
<[email protected]> wrote:
> Is there a simple way to migrate from EXT4 to F2FS on the eMMC ?
>
> Using the Debian beaglebone distribution.
>
> It looks like a much better, faster and best suited for NAND based Flash
> memory filesystem.

As long as you understand, u-boot can only read from a fat/ext partition.

Just create a 2 partition setup:

sudo sfdisk --in-order --Linux --unit M ${DISK} <<-__EOF__
1,48,0xE,*
,,,-
__EOF__

Create first "ext4" boot partition, in it you'll store zImage/dtbs

Then create your second "f2fs" rootfs partition.

Most here still applies:

https://eewiki.net/display/linuxonarm/BeagleBone+Black

Just adjust for the partition change and let us know how it works for you..

REgards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to