Differences between revisions 1 and 2
Revision 1 as of 2019-01-11 16:38:09
Size: 256
Editor: asbesto
Comment:
Revision 2 as of 2019-01-11 18:13:20
Size: 526
Editor: asbesto
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

{{{
setenv ipaddr 192.168.1.1
setenv serverip 192.168.1.2
setenv bootargs 'board=WD8970'
tftpboot 0x81000000 openwrt-lantiq-xrx200-TDW8970-squashfs-sysupgrade-asbesto.bin

sf erase 0x20000 0x7a0000

sf write 0x81000000 0x20000 0x$(filesize)

reset

}}}

OLOCAUSTO TFTPD PORCODIO

setenv ipaddr 192.168.1.1
setenv serverip 192.168.1.2
setenv bootargs 'board=WD8970'
tftpboot 0x81000000 openwrt-lantiq-xrx200-TDW8970-squashfs-sysupgrade-asbesto.bin

sf erase 0x20000 0x7a0000

sf write 0x81000000 0x20000 0x$(filesize)

reset

  584  apt-get install tftpd-hpa


  590  in.tftpd -l


  596  in.tftpd -l --address 192.168.1.2

  604  joe /etc/default/tftpd-hpa

edita la cazzo di dir, altrimenti e' /srv/salcazzo, e pure l'IP

TftpdHolocaust (last edited 2019-01-11 19:03:48 by asbesto)