|
Dear all,
I'm trying to increase my RAM memory from 64MB to 128MB.
1) In the config.bib file I have tried to change the size of the RAM section: RAM 8026c000 03B94000 RAM VIDEOMEM 83e00000 00200000 RESERVED
to the new values RAM 8026c000 07B94000 RAM VIDEOMEM 87e00000 00200000 RESERVED
(changing the address of the video buffer in the lcdc.reg file)
2) in the cfg.inc file I have changed the RAM size old: DCD AT91SAM9263EK_VA_BASE_SDRAM, AT91SAM9263EK_BASE_SDRAM, 64 ; AT91SAM9263EK SDRAM (64MB). new: DCD AT91SAM9263EK_VA_BASE_SDRAM, AT91SAM9263EK_BASE_SDRAM, 128 ; AT91SAM9263EK SDRAM (128MB).
I have compiled correctly the new BSP, but when trying to downlaod it with the PB into the board I get a fault error
are the above steps correct?
Is something else to change?
thanks
|