Changes between Version 4 and Version 5 of laguna/bootloader
- Timestamp:
- 09/10/2021 07:51:09 PM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
laguna/bootloader
v4 v5 9 9 10 10 Procedure: 11 1. Download u-Boot from Gateworks SVN:11 1. Download u-Boot from Gateworks github: 12 12 {{{#!bash 13 13 cd /usr/src 14 svn co http://svn.gateworks.com/laguna/u-boot-2008.1015 cd u-boot-2008.1014 git clone https://github.com/Gateworks/u-boot-cns3xxx.git -b gateworks_2008.10 15 cd gateworks_2008.10 16 16 }}} 17 17 1. Configure Path of Toolchain (modify path below to contain the path from your OpenWrt staging_dir that contains arm-openwrt-linux-gcc):