Disable command line access for uboot

2021-09-06 Thread Fariya F
Hi, I am using a very old version of uboot the following is the modification I made to disable command line access in uboot 1) disable all autoboot options like AUTOBOOT_KEYED, AUTOBOOT_PROMPT, AUTOBOOT_DELAY_STR, AUTOBOOT_STOP_STR, AUTOBOOT_KEYED_CTRLC 2) In common/autoboot.c file I am uncondi

Do not stop bootloader loading using any key

2021-08-30 Thread Fariya F
Hi, I am using uboot code 2016.03-gf92eba1 code base. I need to disable stopping of bootloader execution using any key(ctrl c or any key) I also need to set bootdelay to 0. How to do these 2 config changes so the bootloader boots without any user intervention Regards Fariya

RAM test Uboot

2021-02-19 Thread Fariya F
Hi, I would like to perform a RAM test at the bootloader level. My board is a beaglebone board. The problem is that my beaglebone board isn't booting successfully. The kernel is crashing with "Unable to handle kernel paging request at virtual address" I suspect it could be something to do with RA