Re: RB153 evbmips kernel won't load on RouterBoard 532
"Marcin M. Jessa" <[email protected]> Wed, 07 Apr 2010 10:18:42 +0200
| Newsgroups | gmane.os.netbsd.ports.evbmips,gmane.os.netbsd.ports.mips.devel |
|---|---|
| Organization | eIT.no |
| Message-ID | <[email protected]> |
On 04/07/2010 01:59 AM, Simon Burge wrote: > "Marcin M. Jessa" wrote: > > >> RouterBoard 532 >> >> [ ... ] >> >> I am on CURRENT 5.99.26 and the kernel config is RB153 compiled with >> ./build.sh -m evbmips-eb -O /usr/mips/obj/ -T /usr/mips/tools/ kernel=RB153 >> > > I thought the RB532 little endian? Does a kernel built with "-m evbmips-el" > work? I tried the MALTA32 kernel but no love there either. This is how I built it : ./build.sh -m evbmips-el -O /usr/evbmips-el/obj/ -T /usr/evbmips-el/tools/ tools kernel=MALTA32 The kernel seems to get loaded but I never get any output there. I also tested different settings of serial console just to be sure. My minicom and the RouterBOOT loader is set to the defaults of Yamon: Bps/Par/Bits : 115200 8N1 Gateway: 192.168.99.1 ****************************************transfer started .......................*..... transfer ok, time=5.6s setting up elf image... OK jumping to kernel code Marcin