01-06-2020 12:53 AM
I'm booting kernel on my board with u-boot ramdisk image which is 39.8 MB. It boots successfully. When I try another u-boot image which has 74.7 MB size, load adress of ramdisk changing and its giving
'Loading Ramdisk to ff8c0000, end 03fffd63... Bad Trap at PC:7fef8cb0'
and board hangs with ' ###ERROR ### Please RESET the board ###'
Commands I use for booting with tftp:
tftp 30000000 uImage.bin tftp 32000000 DTB.dtb tftp 40000000 rootfs.ext2.gz.u-boot bootm 30000000 40000000 32000000
I also tried different tftp adresses. Scenario remains same.
How can I solve this situation?
01-08-2020 10:47 AM
Check out this thread. I'm not sure if it will solve your problem, but it seems related.
01-08-2020 06:44 PM
Hi @thearthas555 ,
Can you provide more details on which board are using and how much DDR memory you have on your board.