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.
工具/软件:Linux
各位专家、您好!
我想为自己的电路板创建 SPL 和 uboot。 我正在使用最新的处理器 SDK 03.03.00.04、我已修改以下文件:
1)我的主板具有128Mbits SPI 闪存、我在 ti-processor-sdk-*/Rule.make 中将 uBoot_machine 更改为"AM335x_EVM_spiboot_defconfig"。
2) 2) 在 u-boot-*/include/configs/am335x_evm.h 中将时钟更改为25MHz: #define V_OSCK 25000000
3) 3)我更改了 u-boot-*/board/ti/am335x 的 board.c 和 u-boot-*/arch/arm/include/asm/arch-am33xx 的 ddr_defs.h 以支持我自己的板载 DDR3内存。
4) 4)将 MLO.byteswap 编程为地址0x0、将 u-boot.img 编程为地址0x20000。
虽然我无法从 UART0获取任何内容、但我是否需要更改任何其他文件?
我发现"AM335x_EVM_spiBoot_defconfig" 中定义了"CONFIG_SPI_FLASH_Winbond=y"、我是否需要将其更改为我自己的 Micron 闪存? 而我不知道如何修改它。 你能给我一些评论吗?
谢谢
Chris