Note that sdb1 means partition. You want to write to raw SD card, which is achieved by removing the number, so you should use only /dev/sdb
Still nothing showing up. I am using a USB card adapter which contains the SD card. Can't I just drag and drop the file to the SD card??:-
mark@mark-VirtualBox:~/u-boot$ sudo fdisk -l
[sudo] password for mark:
Disk /dev/sda: 160.4 GiB, 172197150720 bytes, 336322560 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
Disklabel type: dos
Disk identifier: 0x7b0db11c
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 325560319 325558272 155.2G 83 Linux
/dev/sda2 325560320 336322559 10762240 5.1G 5 Extended
/dev/sda5 325562368 336322559 10760192 5.1G 82 Linux swap / So
Disk /dev/sdb: 29.9 GiB, 32044482560 bytes, 62586880 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
Disklabel type: dos
Disk identifier: 0x00253ab3
Device Boot Start End Sectors Size Id Type
/dev/sdb1 2048 62586879 62584832 29.9G c W95 FAT32 (LBA)
mark@mark-VirtualBox:~/u-boot$ sudo dd if=u-boot-sunxi-with-spl.bin of=/dev/sdb bs=1024 seek=8
355+1 records in
355+1 records out
364324 bytes (364 kB, 356 KiB) copied, 0.0218032 s, 16.7 MB/s
EDIT: I went ahead and just dragged and dropped the file to the sd card and inserted it into the TX6 and switched on with UART connected and attached is log of that. It mentions RAM of 2gb in the log, should that not be 4gb? The box is 4gb ram and 64gb rom (or supposed to be).
h6-test1.txt