diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2013-11-10 09:57:07 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2013-11-10 09:57:07 +0000 |
commit | 28de84d0246eeb022fbc21cb765a0e4d47d15eb1 (patch) | |
tree | 4ee5d155fa883918adcedd30dcfee02e0dfa24be /target/linux/generic/config-3.9 | |
parent | b0fe7d1ec6d50862141d16b5dbe9ee41aa0f0c32 (diff) | |
download | upstream-28de84d0246eeb022fbc21cb765a0e4d47d15eb1.tar.gz upstream-28de84d0246eeb022fbc21cb765a0e4d47d15eb1.tar.bz2 upstream-28de84d0246eeb022fbc21cb765a0e4d47d15eb1.zip |
add uImage image build
- add building of a standard uImage along with the combined kernel+rootfs
- remove 'old' image build - that was for a very old and obsolete bootloader
To update the bootloader for GW2387,GW2388,GW2391 (NOR Flash) from uboot:
put latest NOR bootloader on tftp server:
http://svn.gateworks.com/laguna/trunk/images/u-boot_nor.bin
Laguna> setenv ipaddr <localip>
Laguna> setenv ipaddr <serverip>
Laguna> tftpboot 0x800000 laguna/u-boot-nor.bin
Laguna> erase 0x10000000 +$(filesize)
Laguna> cp.b 0x800000 0x10000000 $(filesize)
Laguna> reset
To update the bootloader for GW2380,GW2382,GW2383 (SPI Flash) from uboot:
put latest SPI bootloader on tftp server:
http://svn.gateworks.com/laguna/trunk/images/u-boot_spi.bin
Laguna> setenv ipaddr <localip>
Laguna> setenv ipaddr <serverip>
Laguna> tftpboot 0x800000 laguna/u-boot-spi.bin
Laguna> erase 0x60000000 +$(filesize)
Laguna> cp.b 0x800000 0x60000000 $(filesize)
Laguna> reset
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 38703
Diffstat (limited to 'target/linux/generic/config-3.9')
0 files changed, 0 insertions, 0 deletions