This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Add u-boot logo in 2014 version of u-boot



HI,

          I have integrated  2402.4578.lcd.tar.gz LCD folder in sdk7 u-boot2013 successfully i got display image .now trying to integrate in sdk8 but i am facing some issues like below

/home/pc33702/ti-sdk-am335x-evm-08.00.00.00/board-support/u-boot-2014.07-g7e537bf/drivers/lcd/Makefile:5: /config.mk: No such file or directory
/home/pc33702/ti-sdk-am335x-evm-08.00.00.00/board-support/u-boot-2014.07-g7e537bf/drivers/lcd/Makefile:23: /rules.mk: No such file or directory
make[4]: *** No rule to make target `/rules.mk'.  Stop.
make[3]: *** [drivers/lcd] Error 2
make[2]: *** [drivers] Error 2
make[1]: *** [build-one-by-one] Error 2
make: *** [sub-make] Error 2

in main 2013 u-boot main Makefile i added under  this line LIBS-y += post/libpost.o my lcd path i given like this
LIBS-y += drivers/lcd/liblcd.o its got success .  But in 2014 u-boot i added under   libs-$(CONFIG_HAS_POST) += post/  my path is
libs-y += drivers/lcd/ this i am facing the above issue .

Also i tried like instead of adding in top directory i added in drivers make file also i change make file according to that but here i am not generating liblcd.o   i am not getting display in 2014version u-boot. please guide me what are the steps we need to fallow in 2014version u-boot to add this folder successfully and display image.

Thanks & Regards,

pushpateja.c

  • Hi,

    Can you attach the archive again? It is broken and I have troubles opening it.

    As for the errors, are you trying to rebuild the whole u-boot or just the lcd driver? What is the command you execute to get the above errors, from which folder do you execute the make command? How did you set up your environment?

    Best Regards,
    Yordan