Re: U-boot command prompt failed to load in Raspberry pi 4

2020-09-09 Thread satish reddy
Hi, I found that there is a change in building U-Boot for Raspberry pi 4. 1. Kernel address space is increased. 2. Need to add respective *.dtb files to the /boot. 3. boot.src and boot.txt files were added to the /boot. Please refer to the following links for more information.

U-boot command prompt failed to load in Raspberry pi 4

2020-09-06 Thread satish reddy
Hi, I'm porting u-boot for raspberry pi 4. I cross compiled u-boot for Raspberry pi 4 and copied u-boot.bin and latest firmware files start4.elf and fixup4.dat from git into a SD card. My configuration file contains enable_uart=1 arm_64bit=1 uart_2ndstage=1 kernel=u-boot.bin Inserted SD card