Re: [U-Boot] sdcard with messed up partition table with FAT signature on header

2014-06-05 Thread Josh Wu
Hi, Darwin On 6/5/2014 11:13 AM, Darwin Dingel wrote: Hi, I have a sdcard with a messed up partition table with a FAT signature on the header. This is readable under linux but not when I do a 'fatls' which results in Partition 1 not valid on device 0. Do you define the CONFIG_DOS_PARTITION

Re: [U-Boot] sdcard with messed up partition table with FAT signature on header

2014-06-05 Thread darwind1
Josh Wu wrote Do you define the CONFIG_DOS_PARTITION in your board config head file (include/configs/.h)? If not defined that macro will cause above error. Yes. CONFIG_DOS_PARTITION is defined. -- View this message in context:

[U-Boot] sdcard with messed up partition table with FAT signature on header

2014-06-04 Thread Darwin Dingel
Hi, I have a sdcard with a messed up partition table with a FAT signature on the header. This is readable under linux but not when I do a 'fatls' which results in Partition 1 not valid on device 0. Before get_device_and_partition() was introduced this was still working because reading the