
26 May
2020
26 May
'20
8:38 p.m.
Hi Faiz,
On Tue, 26 May 2020 at 11:37, Faiz Abbas faiz_abbas@ti.com wrote:
Simon,
On 26/05/20 10:24 pm, Simon Glass wrote:
Hi Faiz,
I have ended up with an omap L138 lcdk board. Do you have instructions on how to get it booting from uSD and how to create the card image? I have tried various sources but nothing works so far. Also, are you able to send me a test image I can 'dd' onto the board?
The commands in board/davinci/da8xxevm/README.da850 don't work?
Try the following:
2 - using the "dd" command $ dd if=u-boot.ais of=/dev/mmcblk0 seek=117 bs=512 conv=fsync
Thanks! I didn't make the connection with da850 or think to look in board/ for docs.
Regards, Simon