そんなに甘くないか(--;

RedBoot> ip_address -h 192.168.0.106 -l 192.168.0.253
IP: 192.168.0.253/255.255.255.0, Gateway: 0.0.0.0
Default server: 192.168.0.106, DNS server IP: 0.0.0.0
RedBoot> load -r -v -b 0x01600000 zImage26.swap
Using default protocol (TFTP)
-
Raw file loaded 0x01600000-0x016aea1f, assumed entry at 0x01600000
RedBoot> exec -c "console=ttyS0,115200"
Using base address 0x01600000 and length 0x000aea20
Uncompressing Linux.................................................. done, boo.

一応、以下を.configに追記して再ビルドはしてある。

CONFIG_CMDLINE="console=ttyS0,115200 root=/dev/ram0 initrd=0x00800000,8M mem=64M@0x00000000"

やっぱ、2.4用の元コードから、2.6への移植が不十分なんだろうな... orz