* [U-Boot] [PATCH] OMAP3: omap3_logic: Add scripts to boot over network.
@ 2016-10-15 13:16 Adam Ford
2016-10-15 14:06 ` Tom Rini
2016-11-02 14:26 ` [U-Boot] " Tom Rini
0 siblings, 2 replies; 3+ messages in thread
From: Adam Ford @ 2016-10-15 13:16 UTC (permalink / raw)
To: u-boot
Not all networks have a DHCP server configured properly, so these
scripts make it easier to boot in that scenario.
Signed-off-by: Adam Ford <aford173@gmail.com>
diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h
index 95ff5c3..0827ebe 100644
--- a/include/configs/omap3_logic.h
+++ b/include/configs/omap3_logic.h
@@ -189,6 +189,12 @@
"${optargs} " \
"root=${nandroot} " \
"rootfstype=${nandrootfstype}\0" \
+ "nfsargs=run setconsole; setenv serverip ${tftpserver}; " \
+ "setenv bootargs console=${console} root=/dev/nfs " \
+ "nfsroot=${nfsrootpath} " \
+ "ip=${ipaddr}:${tftpserver}:${gatewayip}:${netmask}::eth0:off\0" \
+ "nfsrootpath=/opt/nfs-exports/omap\0" \
+ "autoload=no\0" \
"fdtaddr=0x86000000\0" \
"loadfdtimage=mmc rescan; " \
"fatload mmc ${mmcdev} ${fdtaddr} ${fdtimage}\0" \
@@ -213,14 +219,21 @@
"run loadzimage; " \
"run loadramdisk; " \
"run loadfdtimage; " \
- "bootz ${loadaddr} ${ramdiskaddr} ${fdtaddr}\0; " \
+ "bootz ${loadaddr} ${ramdiskaddr} ${fdtaddr};\0" \
"tftpboot=echo 'Booting kernel/ramdisk rootfs from tftp...'; " \
"run ramargs; " \
"run common_bootargs; " \
"run dump_bootargs; " \
- "tftpboot ${loadaddr} ${uimage}; " \
+ "tftpboot ${loadaddr} ${zimage}; " \
"tftpboot ${ramdiskaddr} ${ramdiskimage}; " \
- "bootm ${loadaddr} ${ramdiskaddr}\0"
+ "bootm ${loadaddr} ${ramdiskaddr}\0" \
+ "tftpbootz=echo 'Booting kernel NFS rootfs...'; " \
+ "dhcp;" \
+ "run nfsargs;" \
+ "run common_bootargs;" \
+ "run dump_bootargs;" \
+ "tftpboot $loadaddr zImage;" \
+ "bootz $loadaddr\0"
#define CONFIG_BOOTCOMMAND \
"run autoboot"
--
2.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] OMAP3: omap3_logic: Add scripts to boot over network.
2016-10-15 13:16 [U-Boot] [PATCH] OMAP3: omap3_logic: Add scripts to boot over network Adam Ford
@ 2016-10-15 14:06 ` Tom Rini
2016-11-02 14:26 ` [U-Boot] " Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2016-10-15 14:06 UTC (permalink / raw)
To: u-boot
On Sat, Oct 15, 2016 at 08:16:27AM -0500, Adam Ford wrote:
> Not all networks have a DHCP server configured properly, so these
> scripts make it easier to boot in that scenario.
>
> Signed-off-by: Adam Ford <aford173@gmail.com>
>
> diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h
> index 95ff5c3..0827ebe 100644
Reviewed-by: Tom Rini <trini@konsulko.com>
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20161015/40eb2274/attachment.sig>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] OMAP3: omap3_logic: Add scripts to boot over network.
2016-10-15 13:16 [U-Boot] [PATCH] OMAP3: omap3_logic: Add scripts to boot over network Adam Ford
2016-10-15 14:06 ` Tom Rini
@ 2016-11-02 14:26 ` Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2016-11-02 14:26 UTC (permalink / raw)
To: u-boot
On Sat, Oct 15, 2016 at 08:16:27AM -0500, Adam Ford wrote:
> Not all networks have a DHCP server configured properly, so these
> scripts make it easier to boot in that scenario.
>
> Signed-off-by: Adam Ford <aford173@gmail.com>
> Reviewed-by: Tom Rini <trini@konsulko.com>
>
> diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h
> index 95ff5c3..0827ebe 100644
Applied to u-boot/master (before v2016.11-rc3), thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20161102/c25c4b21/attachment.sig>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-11-02 14:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-15 13:16 [U-Boot] [PATCH] OMAP3: omap3_logic: Add scripts to boot over network Adam Ford
2016-10-15 14:06 ` Tom Rini
2016-11-02 14:26 ` [U-Boot] " Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox