Hi,
I am now debugging our customized AM5728 board. I used the beagleboard x15 release to load the system instead of TI's images. The booting procedure stuck on the Starting kernal ... line. The output of the booting procedure is listed below:
U-Boot SPL 2015.07-00221-gf08aa8b (Feb 08 2016 - 14:00:32)
DRA752 ES1.1
ti_i2c_eeprom_init failed 1
U-Boot 2015.07-00221-gf08aa8b (Feb 08 2016 - 14:00:32 -0600), Build: jenkins-github_Bootloader-Builder-333
CPU : DRA752 ES1.1
Board: UNKNOWN(BeagleBoard X15?) REV UNKNOWN
I2C: ready
DRAM: 2 GiB
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
** Unable to use mmc 0:1 for loading the env **
Using default environment
SATA link 0 timeout.
AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
flags: 64bit ncq stag pm led clo only pmp pio slum part ccc apst
Unidentified board claims <NULL> in eeprom header
SCSI: SATA link 0 timeout.
AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
flags: 64bit ncq stag pm led clo only pmp pio slum part ccc apst
scanning bus for devices...
Found 0 device(s).
Net: <ethaddr> not set. Validating first E-fuse MAC
cpsw
Hit any key to stop autoboot: 0
usb_boot is currently disabled
scsi_boot is currently disabled
switch to partitions #0, OK
mmc0 is current device
Scanning mmc device 0
Checking for: /uEnv.txt ...
Checking for: /boot/uEnv.txt ...
263 bytes read in 76 ms (2.9 KiB/s)
Loaded environment from /boot/uEnv.txt
Checking if uname_r is set in /boot/uEnv.txt ...
debug: [uname_r=4.1.18-ti-rt-r49] ...
loading /boot/vmlinuz-4.1.18-ti-rt-r49 ...
7810720 bytes read in 455 ms (16.4 MiB/s)
loading /boot/dtbs/4.1.18-ti-rt-r49/am57xx-beagle-x15.dtb ...
161548 bytes read in 146 ms (1.1 MiB/s)
loading /boot/initrd.img-4.1.18-ti-rt-r49 ...
4100127 bytes read in 274 ms (14.3 MiB/s)
debug: [console=ttyO2,115200n8 root=/dev/mmcblk0p1 ro rootfstype=ext4 rootwait coherent_pool=1M quiet] ...
debug: [bootz 0x82000000 0x88080000:3e901f 0x88000000] ...
Kernel image @ 0x82000000 [ 0x000000 - 0x772ea0 ]
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Ramdisk to 8fc16000, end 8ffff01f ... OK
Loading Device Tree to 8fbeb000, end 8fc1570b ... OK
Starting kernel ...
Is there anyone can tell me what could be the cost for this?
Thanks, yicheng