Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| docs:guide-developer:external_toolchain [2022/09/10 12:50] – [Step 2: Build Firmware] ansuel | docs:guide-developer:external_toolchain [2022/09/10 12:53] (current) – [Step 2: Build Firmware] ansuel | ||
|---|---|---|---|
| Line 15: | Line 15: | ||
| ==== Step 2: Build Firmware ==== | ==== Step 2: Build Firmware ==== | ||
| - | 1. Checkout OpenWrt into directory **openwrt** | + | - Checkout OpenWrt into directory **openwrt** |
| - | 2. Follow normal instruction for openwrt prereq | + | |
| - | 3. Use the utility script to setup your buildroot | + | |
| - | < | + | |
| | | ||
| --toolchain TOOLCHAIN_FILE_LOCATION \ | --toolchain TOOLCHAIN_FILE_LOCATION \ | ||
| --config TARGET_NAME (example ipq806x/ | --config TARGET_NAME (example ipq806x/ | ||
| - | </ | + | |
| - | 4. Use your buildroot like a normal one. Edit your config with '' | + | |
| If you want to update a .config to use an external toolchain you can use the '' | If you want to update a .config to use an external toolchain you can use the '' | ||
| Line 32: | Line 32: | ||
| --config TARGET_NAME (example ipq806x/ | --config TARGET_NAME (example ipq806x/ | ||
| </ | </ | ||
| - | |||