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.
Replacing DDR2 on Beagle Bone Black to use DDR3.
1) Beagle Bone Black is the AM3358?
2) What is required and what files need to be touched to enable DDR3 for u-boot and the kernel Linux 4.4.86-bone19?
3) What is the default u-boot gpio to enable ddr3 and where is it listed? Are all ddr changes for DDR3 located in u-boot/board/ti/am335x/mux.c?
4) How do I remap the default gpio if the gpio to enable DDR3 has changed for my board?
5) Are all pin mux changes that are needed for Beagle Board Black located in u-boot am335x/mux.c?
6) Where is the device tree located for the Beagle Bone Black and where are pin muxing changes made in the kernel?
7) What pre-uboot changes are required for a custom Beagle Bone Black with the DDR2 changed to a DDR3 being the only change? Any IPL boot firmware used on the BBB?
1) Beagle Bone Black is the AM3358?
2) What is required and what files need to be touched to enable DDR3 for u-boot and the kernel Linux 4.4.86-bone19?
3) What is the default u-boot gpio to enable ddr3 and where is it listed? Are all ddr changes for DDR3 located in u-boot/board/ti/am335x/mux.c?
5) Are all pin mux changes that are needed for Beagle Board Black located in u-boot am335x/mux.c?
4) How do I remap the default gpio if the gpio to enable DDR3 has changed for my board?
6) Where is the device tree located for the Beagle Bone Black and where are pin muxing changes made in the kernel?
7) What pre-uboot changes are required for a custom Beagle Bone Black with the DDR2 changed to a DDR3 being the only change? Any IPL boot firmware used on the BBB?
Where can I find docs for compiling the device tree files and details included in the device teee!