I think console configuration is locate another address on EEPROM.
I can run the printenv command on u-boot or ppc-boot (9024 or 4036)
How can I change that configuration?
=> printenv
loads_echo=1 ---------> this is problem
baudrate=38400 -------> this also problem
filesize=235 --------------> It's also deleted
bootargs=console=ttyS0,38400 root=/dev/ram0 rw
addip=setenv bootargs $(bootargs) ip=$(ipaddr):::$(netmask):$(hostname):eth1:none
sec=echo booting secondary, press ^c to abort; sleep 5; echo booting...; bootm d0a00000
prim=echo booting prim...; bootm d3500000
stdin=serial
stdout=serial
stderr=serial
serial#=0
ecc=on
pci_enum=on
pci_listing=short
ethaddr=00.80.f9.69.fc.18 ------> This is also deleted....
eth1addr=00.80.f9.69.17c.18
gatewayip=0.0.0.0
hostname=0.0.0.0
ipaddr=0.0.0.0
netmask=255.255.255.0
bootcmd=tftpboot;go
bootfile=path/file.bin
bootdelay=-1
loadaddr=80000
My console show a below now....
What does mean that character?