[RT5350] Boot from flash --> TLB miss (2)
Jason Browning
jbrowning at uh.edu
Sun Jan 3 22:11:43 UTC 2016
> Could you please try with the following kernel image:
> https://www.dropbox.com/s/nkwzx5omtx3ye7t/kernel.uboot.rt5350?dl=0
>
Thanks Stanislav – your image worked!
Did I need to use a stripped-binary like you did?
> Also, could you please post the output of booting your image via tftp,
> together with all the steps you used to boot it?
I've been using a serial connection and Kermit to transfer images;
there is a critical bug in tftpboot for the version of U-Boot that shipped
with this board, but I'll put a cable together and give it a shot if there's a
clue to be found in doing so...
> I am also interested to see
> the steps you took when building the uboot image from the ELF kernel, could
> you please share those too?
>
Sure.
• gzip --stdout --keep -9 kernel > kernel.gz
• mkimage -A mips -O netbsd -T kernel -C gzip -a $ADDRLOAD -e
$ADDRENTRY -d kernel.gz kernel.gz.uboot
More information about the freebsd-mips
mailing list