I am trying to build it and run.
Everything compiles successfully, but during testing,
an error occurs with an incorrect detection of the SDRAM size.
On my model A (3GB RAM for CPU), 2 banks are detected at 1152, but it should be 1536.
Auto detection doesn’t work for the 3GB ram model, for the RK loader we use, it’s forced to set the size to 1536MB and it passes the dram aging testing. Since it’s not the common routine for mainline u-boot, after discussion with Kever/Jagan, we decide to drop the 3GB version. The future model A will be 4GB ram for CPU and 1GB for NPU.
I am trying to build it and run.
Everything compiles successfully, but during testing,
an error occurs with an incorrect detection of the SDRAM size.
On my model A (3GB RAM for CPU), 2 banks are detected at 1152, but it should be 1536.
Maybe someone knows how to fix this error.
[/quote]
Hi SleepWalker
I have a problem. I compile U-boot 2020.04 and write into SD card with “dd” command, but it’s no work. The board(rock pi 4B) cannot boot.
The Linux command I used is as follows
$ sudo dd if=idbloader.img of=/dev/sdb seek=64
$ sudo dd if=u-boot.itb of=/dev/sdb seek=16384
The I insert SD card to board. But it can’t boot SPL and TPL.
Did I miss some steps?
Than you!