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/AM3358: Custom device tree issue

Part Number: AM3358


Tool/software: Linux

Dear all,

I have a problem with my custom board,

My custom board design base on AM335x Starter Kit Board, I using ti-processor-sdk-linux-am335x-evm-04.00.00.04-Linux for this board.

I can custom U-boot and boot MLO, u-boot.img on SD-Card for this board, but when i try to custom device tree for this board i think it don't run 

In /include/config/am335x_evm.h file i change -----> "fdtfile=undefined\0" to--> "fdtfile=am335x-evmsk.dtb\0"

And in am335x-evmsk.dts i try change ------> model = "TI AM335x EVM-SK"; to --> model = "MY CUSTOM BOARD 3358";

But when i add file am335x-evmsk.dtb into /rootfs/root and boot SD-card the termianl alway show: 

CPU : AM335X-GP rev 2.1
Model: TI AM335x EVM-SK  ?????????
DRAM: 128 MiB

I don't know why the Model just show "TI AM335x EVM-SK", can anyone help me?

Thanks so much.