ich habe alles getan wie es hier steht
http://wiki.tuxbox-cvs.sourceforge.net/ ... tion:Linux
Zum Beispiel ein YADD-Image bootet wie geschmiert. Dann wollte ich ein neues Image ins flash memory schreiben. Dafür hab' ich ein komplett Image ausgewählt.
neutrino_yadi_squashfs_head_2x.img
Image habe ich als "komplet.img" genannt und in /share/tftp (tftp root) abgelegt.
Ich habe den boot Vorgan wie befohlen abgebrochen und
bootp komplet.img eingegeben, aber es passiert leider nichts.
dhcp.confcan't find logo
Options:
1: console on ttyS0
2: console on fb0
3: console on null
Select option (1-3), other keys to stop autoboot: 0
=> bootp komplet.img
BOOTP broadcast 1
DHCP client bound to address 192.168.0.32
Using SCC ETHERNET device
TFTP from server 192.168.0.1; our IP address is 192.168.0.32
Filename 'u-boot'.
Load address: 0x0
Loading: =>
Code: Alles auswählen
ddns-update-style ad-hoc;
subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.2 192.168.0.254;
}
filename "u-boot";
host dbox {
hardware ethernet 00:50:9C:38:FE:28;
fixed-address dbox2;
}
}
danke
the_moon