Re: Loading u-boot binary from the u-boot command line

2021-01-22 Thread Bin Meng
On Fri, Jan 22, 2021 at 9:23 PM Amit Tomar wrote: > > > > > Can I load the modified u-boot binary from the currently running u-boot > > command line? > > > > Yes, U-boot supports chain loading. > > On host machine you can use ckermit[1] program to load U-boot image using > serial or you can > use

Re: Loading u-boot binary from the u-boot command line

2021-01-22 Thread Amit Tomar
> > Can I load the modified u-boot binary from the currently running u-boot > command line? > Yes, U-boot supports chain loading. On host machine you can use ckermit[1] program to load U-boot image using serial or you can use tftp to load modified U-boot image at SYS_TEXT_BASE address. Once the i

Loading u-boot binary from the u-boot command line

2021-01-21 Thread scd rjcom
I need to to test the modified u-boot binary. I want to test it without writing it on the NOR flash, that already has a working u-boot. Can I load the modified u-boot binary from the currently running u-boot command line?