Skip to content

Instantly share code, notes, and snippets.

@robimarko
Created September 23, 2017 12:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robimarko/5094fcba072f7a6aca8d3f66e932bb65 to your computer and use it in GitHub Desktop.
Save robimarko/5094fcba072f7a6aca8d3f66e932bb65 to your computer and use it in GitHub Desktop.
Modded u-boot building
robimarko@robimarko-ubuntu-vm:~/u-boot_mod$ make tp-link_cpe210_v2
Removing configuration...
Preparing configuration for target: tp-link_cpe210_v2
Device vendor/model: TP-Link CPE210 v2
Custom recovery web: no
Image size limit: 123 KB
Default FLASH size: 8 MB
GPIO reset button: 17
Button active low: yes
LZMA compression: yes
RAM-loadable only: no
Preparing web server files...
a - crc32.o
a - ctype.o
a - display_options.o
a - string.o
a - LzmaDecode.o
a - LzmaWrapper.o
a - vsprintf.o
a - main.o
a - cmd_bootm.o
a - cmd_boot.o
a - cmd_flash.o
a - cmd_mem.o
a - cmd_custom.o
a - cmd_net.o
a - cmd_nvedit.o
a - cmd_itest.o
a - cmd_load.o
a - cmd_qcaclk.o
a - cmd_qcagpio.o
a - command.o
a - console.o
a - devices.o
a - dlmalloc.o
a - environment.o
a - env_common.o
a - env_nowhere.o
a - exports.o
a - flash.o
a - lists.o
a - env_flash.o
a - hush.o
a - xyzModem.o
a - crc16.o
a - s_record.o
a - board.o
a - time.o
a - mips_linux.o
a - netconsole.o
a - net.o
a - tftp.o
a - rarp.o
a - eth.o
a - bootp.o
a - sntp.o
a - httpd.o
a - date.o
a - ap143.o
a - ../common/spi_flash.o
a - ../common/common.o
a - ../common/qca-eth-953x.o
a - ../common/athr_s27_phy.o
a - uip.o
a - uip_arch.o
a - uip_arp.o
a - httpd.o
a - fs.o
a - qca_common.o
a - qca_clocks.o
a - qca_sf.o
a - qca_dram.o
a - qca_pci.o
a - qca_usb.o
a - qca_ls_uart.o
a - qca_gpio_init.o
a - qca95xx_pll_init.o
a - cpu.o
a - cache.o
a - bootstrap_board.o
a - LzmaDecode.o
a - string.o
a - LzmaWrapper.o
Building lzma host utility...
Compressing U-Boot image lzma_host...
Preparing LZMA compressed U-Boot image u-boot.lzimg...
Image Name: U-Boot 1.1.4-cc387e88-dirty
Created: Sat Sep 23 14:40:29 2017
Image Type: MIPS Linux Firmware (lzma compressed)
Data Size: 58255 Bytes = 56.89 kB = 0.06 MB
Load Address: 0x80010000
Entry Point: 0x80010000
Merging bootstrap.bin with u-boot.lzimg...
Bootstrap size: 12248 Bytes
LZMA image size: 58319 Bytes
Total image size: 70567 Bytes
Copying compiled image...
Checking size of the image...
Preparing 123 KB image padded with 0xFF...
Preparing final image...
Calculating MD5 sum for the final image...
DONE!
Image 'bin/u-boot_mod__tp-link_cpe210_v2__20170923__git_CPE-210v2-cc387e88.bin' is ready!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment