SPI support at u-boot for imx6ul

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

SPI support at u-boot for imx6ul

1,199件の閲覧回数
tanyagroysberg
Contributor I

Hi,

I'm trying to enable SPI display at the u-boot stage but enabling spi commands at u-boot cause the following errors:
  
common/built-in.o: In function `jumptable_init':
/home/tanya/workspace/takti/bitbucket/smartview/BSP/uboot/uboot_2015.10_r0/i
nclude/_exports.h:77: undefined reference to `spi_init'
/home/tanya/workspace/takti/bitbucket/smartview/BSP/uboot/uboot_2015.10_r0/i
nclude/_exports.h:77: undefined reference to `spi_setup_slave'
/home/tanya/workspace/takti/bitbucket/smartview/BSP/uboot/uboot_2015.10_r0/i
nclude/_exports.h:77: undefined reference to `spi_free_slave'
/home/tanya/workspace/takti/bitbucket/smartview/BSP/uboot/uboot_2015.10_r0/i
nclude/_exports.h:77: undefined reference to `spi_claim_bus'
/home/tanya/workspace/takti/bitbucket/smartview/BSP/uboot/uboot_2015.10_r0/i
nclude/_exports.h:77: undefined reference to `spi_release_bus'
/home/tanya/workspace/takti/bitbucket/smartview/BSP/uboot/uboot_2015.10_r0/i
nclude/_exports.h:77: undefined reference to `spi_xfer'
common/built-in.o: In function `do_spi_xfer':
/home/tanya/workspace/takti/bitbucket/smartview/BSP/uboot/uboot_2015.10_r0/c
ommon/cmd_spi.c:59: undefined reference to `spi_setup_slave'
/home/tanya/workspace/takti/bitbucket/smartview/BSP/uboot/uboot_2015.10_r0/c
ommon/cmd_spi.c:66: undefined reference to `spi_claim_bus'
/home/tanya/workspace/takti/bitbucket/smartview/BSP/uboot/uboot_2015.10_r0/c
ommon/cmd_spi.c:69: undefined reference to `spi_xfer'
/home/tanya/workspace/takti/bitbucket/smartview/BSP/uboot/uboot_2015.10_r0/c
ommon/cmd_spi.c:86: undefined reference to `spi_release_bus'
/home/tanya/workspace/takti/bitbucket/smartview/BSP/uboot/uboot_2015.10_r0/c
ommon/cmd_spi.c:88: undefined reference to `spi_free_slave'  

Thank you in advance,

Tanya

0 件の賞賛
1 返信

635件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Tanya

please try nxp uboot on

uboot-imx.git - Freescale i.MX u-boot Tree 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛