Good afternoon
If got a problem:
I try to build the sd-card for u-boot. All compiles seems to be done correct. After building 2-stage u-boot and kernel i want to build the sd-card. I call
"sudo ./mksd-ti814x.sh /dev/sdb MLO u-boot.bin uImage nfs.tar.gz" at the folder where all this files are located.
For that I get the following output
1024+0 Datensätze ein
1024+0 Datensätze aus
1048576 Bytes (1,0 MB) kopiert, 2,70078 s, 388 kB/s
Festplatte /dev/sdb enthält keine gültige Partitionstabelle //no valid partition table
DISK SIZE - bytes
(standard_in) 1: syntax error
CYLINDERS -
sfdisk (util-linux-ng 2.17.2)
to prepare the partition table I used gparted and built all possible partition tables. The disk is umount before starting mksd-ti814x.sh.
Any idea wht is wrong?