Hi,can you check your U-boot device tree to see if you have the following name?If not, you can add it and this should normally correct the error.reserved-memory { optee@de000000 { reg = <0xde000000 0x2000000>; ...
Hi,I did the test myself and indeed I had a problem when activating galcore.To make it work, I had to use the config file of the starter package.So I think you can start from this config file and then make your modifications on top of it.don't hesita...
Hi,it's likely that you've deactivated the interface but not the HDMI pin, so the interface is still ON and the sound isn't coming through the jack.you can try the command : “$> pactl list cards” to check whether the hdmi-stereo output is still activ...
Hi,Your command to compile Optee is wrong, try this one :make -f $PWD/../Makefile.sdk CFG_EMBED_DTB_SOURCE_FILE=Your_Board allYou can use this wiki page Regards,Grégory
HI,You can use the command (echo "" > .scmversion) which allows you to by-pass this auto-generation of kernel version numberThen you'll need to rebuild your kernel, and you should normally be on the same versionRegards,Grégory