Thanks Robert. Appreciate the help!

On Monday, July 20, 2020 at 12:23:46 PM UTC-5, RobertCNelson wrote:
>
> On Mon, Jul 20, 2020 at 12:00 PM Robert Cachro <robert...@gmail.com 
> <javascript:>> wrote: 
> > 
> > Your output looks much better than mine. Recompiled fresh u-boot with 
> patches and updated blobs on the eMMC via: 
> > 
> > export DISK=/dev/mmcblk0 
> > 
> > sudo dd if=/u-boot/MLO of=${DISK} count=1 seek=1 bs=128k 
> > sudo dd if=/u-boot/u-boot.img of=${DISK} count=2 seek=1 bs=384k 
> > 
> > However, lsblk yields: 
> > 
> > NAME         MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT 
> > mmcblk1      179:0    0  3.6G  0 disk 
> > └─mmcblk1p1  179:1    0  3.6G  0 part / 
> > mmcblk1boot0 179:8    0    4M  1 disk 
> > mmcblk1boot1 179:16   0    4M  1 disk 
> > mmcblk1rpmb  179:24   0    4M  0 disk 
> > 
> > Is eMMC mmcblk0 as I see all over the forums or mmcblk1 as shown above? 
>
> Use what lsblk lists. ;) 
>
> export DISK=/dev/mmcblk1 
>
> Regards, 
>
> -- 
> Robert Nelson 
> https://rcn-ee.com/ 
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/c06e1c34-aecf-487e-a518-b35da7b9d362o%40googlegroups.com.

Reply via email to