View Single Post
Nobless's Avatar
Posts: 101 | Thanked: 73 times | Joined on Oct 2011 @ Lithuania
#181
Originally Posted by ildar View Post
Have the same here. Details:
  1. 1. Have the healthy FAT at /home/user/MyDocs
  2. 2. U-boot shows default menu
  3. 3. U-boot console:
    Code:
    mmc init
    mmc dev 1
    fatls 1
    It shows the contents of /home/user/MyDocs/Text/0scraps/20111026223145
So U-boot indeed handles (v)FAT incorrectly.
My guess it is due to misaligned partition OR parted resize. I mean I used parted to resize /dev/mmcblk0p1 so that I could put another system on eMMC.

Any ideas howto fix?
I also parted MyDocs(resized) and added mmcblk0p4 partition of 2GB, and u-boot offers to boot from Internal Flash, eMMC, SD, etc. What u do to fix that ? And when i type:
Code:
fatls mmc 1
i get this
Code:
./
../
nameshistory.syg
voices/
sounds/
skin/
itinerary/
icons/
eula/

1 files, 8 dirs
Before partitioning all worked fine :)

Last edited by Nobless; 2012-04-23 at 20:40.