This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

how to add new ddr3 and emmc

Other Parts Discussed in Thread: UNIFLASH

we use a new ddr3 and emmc from kingston that said verified in the BOM for BBB. but we can not upgrade SW by uniflash. 

we can upgrade SW with micron ddr3 MT41K256M16HA125E successfully.

I found in SDK6.0 uboot board.c,line 710,

else if (!strncmp("A335BNLT", header.name, 8))
config_ddr(400, MT41K256M16HA125E_IOCTRL_VALUE,
&ddr3_beagleblack_data,
&ddr3_beagleblack_cmd_ctrl_data,
&ddr3_beagleblack_emif_reg_data);

How can we change code for new device? any guide for us ?

thank you