Hello,
We are using SAM9X60D5M 64MB SIP. Our device stuck after the "Done to load image" message. We tried to boot by using SD Card and NAND Flash and they both stuck at the same point.
- We compiled buildroot with sam9x60ek_headless_defconfig.
- Changed AT91Bootstrap config to "sam9x60_ddr2_sip_ebsd_uboot_defconfig" with "CONFIG_RAM_64MB=y".
- U-Boot config is "sam9x60ek_mmc_defconfig"

This is the output for the SD Card boot. We usually except
<debug_uart> & U-Boot header after that point but nothing happens.
This is the output when we tried to boot from NAND Flash. We put debug messages starts with "->" to see if AT91Bootstrap stuck at some point but it runs through "JUMP_ADDR".
RomBOOT
ba_offset = 0xb ...
Dump DDRAMC Registers:
@address: 0x0 0x4 0x8 0xc
0xffffe800: 0x10 0x300618 0xc00139 0x2223c339
0xffffe810: 0x2c81715 0x92382 0x33338 0x10000
0xffffe820: 0x16 0x50008 0x0 0x0
0xffffe830: 0x6 0x787907 0x0 0x0
0xffffe840: 0x0 0x0 0x0 0x0
0xffffe850: 0x0 0x0 0x0 0x2
0xffffe860: 0x11 0xffff0000 0xffff0000 0xffff0000
0xffffe870: 0xffff0000 0xffff0000 0xffff0000 0xffff0000
0xffffe880: 0xffff0000 0x0 0x0 0x2a00002
0xffffe890: 0x0 0x0 0x0 0x0
0xffffe8a0: 0x0 0x0 0x0 0x0
0xffffe8b0: 0x0 0x0 0x1 0x0
0xffffe8c0: 0x0 0x0 0x0 0x1
0xffffe8d0: 0x0 0x0 0x0 0x0
0xffffe8e0: 0x0 0x0 0x200e008 0x200
0xffffe8f0: 0x484d5044 0x44524320 0x0 0x325
0xffffe900: 0x0 0x0 0x4030404 0x0
0xffffe910: 0x1f1f 0x0 0x4b04b02 0x0
0xffffe920: 0x0 0x0 0xf00 0xe00
0xffffe930: 0x1000 0xf00 0x0 0x0
0xffffe940: 0x0 0x0 0x14 0x14
0xffffe950: 0x0 0x0 0x0 0x0
AT91Bootstrap 3.10.2-00016-g8dbcb0b-dirty (2021-02-18 21:32:25)
NAND: ONFI flash detected
NAND: Manufacturer ID: 0x2c Chip ID: 0xdc
NAND: Page Bytes: 4096, Spare Bytes: 224
NAND: ECC Correctability Bits: 8, ECC Sector Bytes: 512
NAND: Disable On-Die ECC
PMECC: version is: 0x102
PMECC: page_size: 4096, oob_size: 224, pmecc_cap: 8, sector_size: 512
NAND: Initialize PMECC params, cap: 8, sector: 512
NAND: Image: Copy 0xc0000 bytes from 0x40000 to 0x23f00000
NAND: Done to load image
->after load image done
->JUMP_ADDR
We also ordered D1G 128MB version of SAM9X60 to test. Do we missing a point?
Hello,
We are using SAM9X60D5M 64MB SIP. Our device stuck after the "Done to load image" message. We tried to boot by using SD Card and NAND Flash and they both stuck at the same point.
This is the output for the SD Card boot. We usually except
<debug_uart> & U-Boot header after that point but nothing happens.
This is the output when we tried to boot from NAND Flash. We put debug messages starts with "->" to see if AT91Bootstrap stuck at some point but it runs through "JUMP_ADDR".
We also ordered D1G 128MB version of SAM9X60 to test. Do we missing a point?