On 03/25/2012 03:35 PM, Moritz Fischer wrote:
Hey guys,

we're playing around with the Atlys board from Digilent. We installed the U-Boot port to flash, and now we're trying to boot a linux kernel,
based on stefan's git repository.
We created a uImage:

tools/mkimage -n 'Linux for OpenRISC' -A or1k -O linux -T kernel -C none -a 0 -e 0x100 -d vmlinux.bin /var/tftpboot/uImage

Afterwards in U-boot we did:

tftpboot uImage
bootm

afterwards we got:

http://pastebin.com/1uMn3HF5

Now we're wondering how to narrow down where stuff goes wrong with the SIGBUS.


IIRC, it's trying to access the ps/2, which is only available in
git://openrisc.net/stefan/orpsoc sandbox

either try that or disable PS/2 VGA and AC97 support in the config.

Stefan
_______________________________________________
OpenRISC mailing list
[email protected]
http://lists.openrisc.net/listinfo/openrisc

Reply via email to