Don,
Here is the steps I do on my side. Woks fine on my real ls1043ardb.
Edit fsl-image-x11.bb by adding IMAGE_FSTYPES = "ext2.gz.u-boot tar.gz"
b11883@fsr-ub1264-120:/$ sudo fdisk /dev/sdd
Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel
Building a new DOS disklabel with disk identifier 0x1de026b0.
Changes will remain in memory only, until you decide to write them.
After that, of course, the previous content won't be recoverable.
Warning: invalid flag 0x0000 of partition table 4 will be corrected by w(rite)
Command (m for help): m
Command action
a toggle a bootable flag
b edit bsd disklabel
c toggle the dos compatibility flag
d delete a partition
l list known partition types
m print this menu
n add a new partition
o create a new empty DOS partition table
p print the partition table
q quit without saving changes
s create a new empty Sun disklabel
t change a partition's system id
u change display/entry units
v verify the partition table
w write table to disk and exit
x extra functionality (experts only)
Command (m for help): p
Disk /dev/sdd: 8001 MB, 8001683456 bytes
247 heads, 62 sectors/track, 1020 cylinders, total 15628288 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x1de026b0
Device Boot Start End Blocks Id System
Command (m for help): n
Partition type:
p primary (0 primary, 0 extended, 4 free)
e extended
Select (default p): p
Partition number (1-4, default 1): 1
First sector (2048-15628287, default 2048): 2400
Last sector, +sectors or +size{K,M,G} (2400-15628287, default 15628287):
Using default value 15628287
Command (m for help): p
Disk /dev/sdd: 8001 MB, 8001683456 bytes
247 heads, 62 sectors/track, 1020 cylinders, total 15628288 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x1de026b0
Device Boot Start End Blocks Id System
/dev/sdd1 2400 15628287 7812944 83 Linux
Command (m for help): w
The partition table has been altered!
Calling ioctl() to re-read partition table.
Syncing disks.
b11883@fsr-ub1264-120:/$ sudo dd if=/sdk/tftpboot/ls1043ardb/sdk0.5/u-boot-sd-ls1043ardb_sdcard-2015.01+git-r0.bin of=/dev/sdd seek=8
1205+1 records in
1205+1 records out
617176 bytes (617 kB) copied, 0.147856 s, 4.2 MB/s
b11883@fsr-ub1264-120:/$ sudo mkfs.ext2 /dev/sdd1
mke2fs 1.42 (29-Nov-2011)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
Stride=0 blocks, Stripe width=0 blocks
488640 inodes, 1953236 blocks
97661 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=2000683008
60 block groups
32768 blocks per group, 32768 fragments per group
8144 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632
Allocating group tables: done
Writing inode tables: done
Writing superblocks and filesystem accounting information: done
b11883@fsr-ub1264-120:/$ sudo mount /dev/sdd1 /mnt
b11883@fsr-ub1264-120:/$ cd /mnt
b11883@fsr-ub1264-120:/mnt$ sudo cp /sdk/tftpboot/ls1043ardb/sdk0.5/fsl-image-x11-ls1043ardb-20160211102431.rootfs.tar.gz .
b11883@fsr-ub1264-120:/mnt$ sudo tar -xvf fsl-image-x11-ls1043ardb-20160211102431.rootfs.tar.gz
b11883@fsr-ub1264-120:/mnt$ sudo cp /sdk/tftpboot/ls1043ardb/sdk0.5/kernel-fsl-ls1043a-rdb.dtb-ls1043ardb.itb boot/
b11883@fsr-ub1264-120:/$ sudo umount /mnt/
=> run sdboot
Device: FSL_SDHC
Manufacturer ID: 74
OEM: 4a45
Name: SDC
Tran Speed: 50000000
Rd Block Len: 512
SD version 3.0
High Capacity: Yes
Capacity: 7.5 GiB
Bus Width: 4-bit
35002919 bytes read in 3788 ms (8.8 MiB/s)
## Loading kernel from FIT Image at a0000000 ...
Trying 'kernel@1' kernel subimage
Description: ARM64 Linux kernel
Type: Kernel Image
Compression: gzip compressed
Data Start: 0xa00000dc
Data Size: 4408293 Bytes = 4.2 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x80080000
Entry Point: 0x80080000
Verifying Hash Integrity ... OK
## Loading fdt from FIT Image at a0000000 ...
Trying 'fdt@1' fdt subimage
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0xa0434578
Data Size: 28481 Bytes = 27.8 KiB
Architecture: AArch64
Verifying Hash Integrity ... OK
Loading fdt from 0xa0434578 to 0x90000000
Booting using the fdt blob at 0x90000000
Uncompressing Kernel Image ... OK
reserving fdt memory region: addr=80000000 size=10000
Using Device Tree in place at 0000000090000000, end 0000000090019f40
Starting kernel ...