Skip to content

Instantly share code, notes, and snippets.

@yamori813
Last active September 30, 2016 00:44
Show Gist options
  • Save yamori813/774f73570eb5737539e3e7405a5b2574 to your computer and use it in GitHub Desktop.
Save yamori813/774f73570eb5737539e3e7405a5b2574 to your computer and use it in GitHub Desktop.
execute ssb base elf kernel
CFE> ifconfig eth0 -addr=10.10.10.200
CFE> boot -elf 10.10.10.3:Buffalo_WHR-HP-G54_kernel
write ssb base image to flash
CFE> ifconfig eth0 -addr=10.10.10.200
CFE> flash -noheader 10.10.10.3:Buffalo_WHR-G54S.trx flash1.trx
CFE> boot -raw -z -addr=0x80001000 -max=0x3a0000 flash0.os:
Marvell>> tftpboot 900100 Buffalo_WZR-AMPG300NH_kernel.kbin
Marvell>> go 900100
5VT1310-EVB# setenv ipaddr 10.10.10.111
5VT1310-EVB# setenv serverip 10.10.10.3
5VT1310-EVB# tftpboot 00800000 Buffalo_WZR2-G300N.zimage
5VT1310-EVB# erase 0x1F010000 0x1F3CFFFF
5VT1310-EVB# cp.b 800000 0x1F010000 $(filesize)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment