Hi Sourav,

On 02/25/2017 08:59 PM, sourav punoriyar wrote:
> Before Loading HelenOS
> U-Boot# bdinfo
> *arch_number = 0x00000E05*
> boot_params = 0x80000100
<snip>
> After loading HelenOS
> U-Boot# bootm 0x80007FC0 - {Booting HelenOS}
> ## Transferring control to NetBSD stage-2 loader (at address 80000000) ...
<snip>
> I am just trying to read bdinfo , just to build confidence.   
> But, I am not getting the expected values :-(
> I doubt is it something related to LOAD ADDRESS = 80000000 ?
> beagebone _black Load = 80008000 ?

Yes, the address to which the bbxm and bbone loader is linked seems to
conflict with the address where u-boot puts the arguments. You can try
moving the link/load address a little bit higher and see if it helps.
See boot/arch/arm32/Makefile.inc.

Jakub

_______________________________________________
HelenOS-devel mailing list
HelenOS-devel@lists.modry.cz
http://lists.modry.cz/listinfo/helenos-devel

Reply via email to