| OSELAS.BSP-Phytec-phyCORE-PXA270-1 | ||
| Issue: SPI based MAX7301 extended GPIO cannot be accessed correctly | ||
| Description: The MAX7301 needs 16 bits per access, to gain access to its internal registers. The PXA-SPI driver currently defaults to only 8 bits per access, so each access to the MAX7301 is incomplete. | ||
| Solution: PXA-SPI driver should default to 16 bits per access. This works as long as the MAX7301 is the only device on this bus. Apply the hotfix to default the PXA-SPI driver to 16 bit | ||
| OSELAS.BSP-Phytec-phyCORE-PXA270-2 | ||
| Issue: SPI based MAX7301 extended GPIO cannot be accessed correctly | ||
| Description: The MAX7301 needs 16 bits per access, to gain access to its internal registers. The PXA-SPI driver currently defaults to only 8 bits per access, so each access to the MAX7301 is incomplete. | ||
| Solution: PXA-SPI driver should default to 16 bits per access. This works as long as the MAX7301 is the only device on this bus. Apply the hotfix to default the PXA-SPI driver to 16 bit | ||
| OSELAS.BSP-Phytec-phyCORE-PXA270-3 | ||
| Issue: The default U-Boot environment is wrong | ||
| Description: The OSELAS.BSP-Phytec-phyCORE-PXA270-3 is shipped with a wrong template file for U-Boot environment setup. The command "ptxdist test setenv" writes an invalid environment into the target. This will result in target's malfunction. | ||
| Solution: Download the correct environment template and replace the file uboot_env.conf.in in BSP's directory tests/uboot/ with its content. | ||
| OSELAS.BSP-Phytec-phyCORE-PXA270-4 | ||
| Refer BSP's protocols/known-issues.txt for issues known when released. | ||
| Issue: The automatic setup test ptxdist test boot fails | ||
| Description: Running the ptxdist test boot as the quickstart mentions fails due to wrong default values for the flash partition's sizes. | ||
| Solution: Run ptxdist boardsetup as the quickstart
mentions but also change the default values in Target boot Setting to 0x00000000:0x00040000:0x00440000:0x02000000. |
||