Alexander Povolotsky wrote: > > So what addresses I should use in: > > => tftp "/tftpboot/SIMPLE-PPCBOOT-ramdisk" > > and > > => cp.b > > and > > => bootm > > steps ? > Some flash address after the end of kernel image should be fine. Later invoke bootm with: bootm <kernel-address> <ramdisk-address> regards, himba