Remove SD flash support for T4240RDB board

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Remove SD flash support for T4240RDB board

Jump to solution
598 Views
vinothkumars
Senior Contributor IV

Hi All,

I want to build the minimal u-boot image for nor flash and I am using sram instead of ddr.

And I built the image u-boot-spl.bin (160KB) with sdcard support by setting T4240RDB_SDCARD_defconfig.

And this image purely based on sd flash.

I want to remove sd flash and boot support from u-boot. because, I am using custom board.

I want the same image (u-boot-spl.bin (160KB)) for nor flash.

Regards,

VinothS

Regards,
Vinothkumar Sekar
Labels (2)
0 Kudos
1 Solution
473 Views
vinothkumars
Senior Contributor IV

Hi All,

As per the document and u-boot code SPL image support for NAND flash or SDcard flash.

If it QDS board it's support both NAND and SDcard and if it is a RDB board support only SDcard.

But, I want NOR flash support.

For that I changed Reset vector address and Base address for NOR flash without removing SDcard support.

Regards,

VinothS

Regards,
Vinothkumar Sekar

View solution in original post

0 Kudos
1 Reply
474 Views
vinothkumars
Senior Contributor IV

Hi All,

As per the document and u-boot code SPL image support for NAND flash or SDcard flash.

If it QDS board it's support both NAND and SDcard and if it is a RDB board support only SDcard.

But, I want NOR flash support.

For that I changed Reset vector address and Base address for NOR flash without removing SDcard support.

Regards,

VinothS

Regards,
Vinothkumar Sekar
0 Kudos