netboot error on RB433--wrong architecture(0800 !=0008)
Luiz Otavio O Souza
lists.br at gmail.com
Wed Apr 23 13:59:49 UTC 2014
On 22 April 2014 23:35, 陆欣慰 wrote:
> Ah, bad news[?]
> But where could I get the new instructions or just wait for the wiki to
> update?
> Could you give some detail steps to build a kernel for mips routerboard
> like RB433?
>
Sorry for the delay, $work calls :/
You are building little endian code while ar71xx expects big endian code.
Just replace the value of TARGET_ARCH to 'mips' (instead of 'mipsel') and
you will get a working kernel.
I'm attaching a RB433 kernel and hints, but the resulting kernel is
actually to big to (fully) work and i could not yet spend the time to track
down what can be stripped off.
Cheers,
Luiz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: RB433.hints
Type: application/octet-stream
Size: 1791 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-mips/attachments/20140423/edb6b684/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: RB433U
Type: application/octet-stream
Size: 838 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-mips/attachments/20140423/edb6b684/attachment-0001.obj>
More information about the freebsd-mips
mailing list