All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Booting from network
@ 2019-04-06 21:02 U.Mutlu
  2019-04-06 23:22 ` Chris Packham
  0 siblings, 1 reply; 5+ messages in thread
From: U.Mutlu @ 2019-04-06 21:02 UTC (permalink / raw)
  To: u-boot

I'm booting over the network (GbE) from a tftp server.
It works, but is IMHO very slow.
Is there a faster method for booting over the net?

boot.cmd:
dhcp 0x49000000
tftpboot 0x46000000 192.168.1.201:uImage
tftpboot 0x49000000 192.168.1.201:u-boot.dtb
setenv bootargs console=ttyS0,115200 root=/dev/sda1 rootwait panic=10 
rootfstype=ext4 rw ${extra}
bootm 0x46000000 - 0x49000000

Btw, in the above script, can I safely replace the addresses
with ${kloadaddr} and ${fdtaddr} ?
I wonder where these variables get set or obtained from.
(I saw these variables somewhere on the net, but there was no initialisation, 
so I assumed it must be something internal/intrinsic, right?)

And: though my board can output via HDMI, I've no monitor attached,
and a serial cable (TTY to USB) I don't have at the moment.
Is there another method to get the u-boot output (or log) to be sent to a 
remote host/log?

Thx

-- 
U.Mutlu

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-04-16 10:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-06 21:02 [U-Boot] Booting from network U.Mutlu
2019-04-06 23:22 ` Chris Packham
2019-04-07  8:51   ` Simon Goldschmidt
2019-04-16 10:10     ` Matthias Brugger
2019-04-07 16:59   ` U.Mutlu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.