Re: U-boot Hang : at set_sctlr(get_sctlr() | CR_M);

2021-11-18 Thread vish chopra
Why is my question not posted to the mailing list? Regards, Vishal Chopra +91-7837583269 On Thu, Nov 18, 2021 at 3:44 PM vish chopra wrote: > Hi All, > > Trying to enable MMU in uboot. But Hard hang in this function. > Any lead why its hang after on this function. > > Mo

U-boot Hang : at set_sctlr(get_sctlr() | CR_M);

2021-11-18 Thread vish chopra
Hi All, Trying to enable MMU in uboot. But Hard hang in this function. Any lead why its hang after on this function. More precisely, when enabling MMU in sctlr register. I'm using ARMv8 A65 AARCH64. Regards, Vishal Chopra +91-7837583269

MMU enable in UBOOT

2021-11-10 Thread vish chopra
Hi, How to enable MMU in Uboot? What are the things I need to take care of while enabling MMU? VERSION = 2021 PATCHLEVEL = 07 SUBLEVEL = EXTRAVERSION = -rc1 NAME = ARMv8 Regards, Vishal Chopra +91-7837583269

Testing Tools

2021-11-08 Thread vish chopra
Hi All, I'm new to U-boot. What are all testing tools available in Uboot to check 1. MMC 2. DDR 3. ethernet and how to use tools if available?