I need to better understand how to configure the 4bit boot option switch of the eval board.
In the web site:
http://processors.wiki.ti.com/index.php/DM816x_AM389x_PSP_U-Boot#NAND_boot_mode
it's shown this configuration:
NAND boot mode
SW3---->BTM[4:0] ==> 10010 (other pins should be 0 i.e. OFF)
In this case all the 4 bit GPMC related are all 0, but this means:
NAND is 8bit
Wait is disabled
Data and address are not muxed
I would like to understand why the NAND on the board is 16bit while here it's set to 8bit, I expect to have the bus size set to 1 to have a 16bit wide address.
Can somebody point to me any documentation that helps to better understand muxing?