I just tried making a bootable SD card using the uflash utility provided with DVSDK 4.1.0.9 and it no workie Now I can make the same SD card work/boot with Constantine's SD nand writer utility, so I know the card is compatible with the RBL.
I create the partition for the linux file system on "/dev/sdb1". This is when mounted on a Ubuntu computer. And I write the file system. Then I use uflash to create the bootable SD card using the UBL and U-Boot that I use with Constantine's SD nand writer. But when I boot my board it's simply boots from nand. The verbose readout from uflash looks pretty much like this....
UBL Size 13823
U-Boot Size 151635
First partition starts at 73036(37394432)
Required Blocks 450, Available Blocks 73035
UBL Magic Number : a1aced00
UBL Entry Point : 00000100
UBL Number of Blocks : 0000001a
UBL Starting Block : 00000075
UBL Load Address : 00000000
Writing UBL Signature
Writing UBL
U-Boot Magic Number : a1aced66
U-Boot Entry Point : 81080000
U-Boot Number of Blocks : 00000129
U-Boot Starting Block : 00000099
Load U-Boot Address : 81080000
Writing U-Boot Signature
Writing U-Boot
Done...
The device name I give uflash is "/dev/sdb" and I run the command as root with "sudo"
Any ideas?
John A