On Thu, Aug 27, 2020 at 9:10 AM Pavel Yermolenko <py.oh...@sunrise.ch> wrote:
>
> So, the sequence of instructions would be as follows:
>
> 1. > Parition the sd-card with a 4MB hole:
> sudo sfdisk ${DISK} <<-__EOF__
> 4M,,L,*
> __EOF__
>
> 2. Format sd-card as ext4:
> sudo mkfs.ext4 -L rootfs ${DISK}1
>
> 3. Copy MLO and u-boot.img to sd-card:
> sudo mkdir -p /media/rootfs/opt/backup/uboot/
> sudo cp -v ./u-boot/MLO /media/rootfs/opt/backup/uboot/
> sudo cp -v ./u-boot/u-boot.img /media/rootfs/opt/backup/uboot/
>
> Question: From where should I execute these commands ?
> There is no u-boot in /boot folder on BBB !

I have this documented here:

https://www.digikey.com/eewiki/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-SetupmicroSDcard

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/CAOCHtYio3X4Si5HvoiTgS_iDEPTqdYwUzKOYghW4O%2BMmZKqNeQ%40mail.gmail.com.

Reply via email to