It's the case.
Then *keeping sd-card in BBB* (not inserting it in the host, where I built
u-boot ?) execute these instructions:
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
Parition the media with a 4MB hole:
sudo sfdisk ${DISK} <<-__EOF__
4M,,L,*
__EOF__
Format as ext4:
sudo mkfs.ext4 -L rootfs ${DISK}1
Then find somewhere on BBB these two files *MLO* and *u-boot.img* and copy
them to the *rootfs* on *sd-card*.
Correct ?
On Thursday, August 27, 2020 at 3:32:03 PM UTC+2, RobertCNelson wrote:
>
> On Thu, Aug 27, 2020 at 8:29 AM Pavel Yermolenko <[email protected]
> <javascript:>> wrote:
> >
> > just before I've run "old" version.
> > Should I just merely rerun the new one ... or some other additional
> actions are needed ?
> > Thanks.
>
> do whatever, just open the file and make sure it's "root=/dev/mmcblk1p1"
>
> sudo nano /boot/extlinux/extlinux.conf
>
> 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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/beagleboard/ac0eb8d0-39c8-41e5-b560-da997502728co%40googlegroups.com.