Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Porting NetBSD to the Zipit Z2 XScale handheld



Thanks to Nonaka's smart help, NetBSD now boots on QEMU-Z2, including
lcd console.

But back to the real hardware, my previous statement is not all correct:
> Ok, uimgs are now working when built from HEAD. At least I see NetBSD stage-2 loader mention on the screen.
Actually it hangs at "Transferring control to NetBSD stage-2 loader" -
text inlays and screen slowly glows up to the complete whiteness.

2014-07-28 18:15 GMT+03:00 Robert Swindells <rjs%fdy2.co.uk@localhost>:
> U-boot works with physical addresses, you need to load the image
> at a different address to the one specified as the location for
> the kernel, it will then be copied to the correct address.
>
> In your mk.zipit use:
>
> KERNEL_BASE_PHYS?=0xa0008000
> KERNEL_BASE_VIRT?=0xc0008000
>
> Robert Swindells

Robert, currently Gumstix uses:
KERNEL_BASE_PHYS=0xa0200000
KERNEL_BASE_VIRT=0xc0200000
Which I think should be safe too.
Do you have any more ideas on how to fix loading on a real device? Thanks.


Home | Main Index | Thread Index | Old Index