Cavium port

Yordan Lazarov dancholazarov at gmail.com
Tue Jan 26 22:19:31 UTC 2010


Hello,

It depends what version of the u-boot you use, but in general the
following commands should work:

tftpload $(loadaddr) kerrel; bootoctlin $(loadaddr) coremask=0x1

or

tftpload 21000000 kerrel; bootoctlin 21000000 coremask=0x1

On 1/26/10, Jerry Toung <jrytoung at gmail.com> wrote:
> i have an CN-EBT-5800 eval board.
> I haven't run fatload in while (over 1 year), but with tftp, here is the
> command
>
> tftp 21000000 kernelname;bootoctlinux 21000000
>
> if you have a FreeBSD SMP kernel, the command would be
>
> tftp 21000000 kernelname;bootoctlinux 21000000 coremask=0xfe
>
> i hope that'll help.
>
> Jerry
> _______________________________________________
> freebsd-mips at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-mips
> To unsubscribe, send any mail to "freebsd-mips-unsubscribe at freebsd.org"
>


More information about the freebsd-mips mailing list