Part Number: PROCESSOR-SDK-AM335X
Tool/software: Linux
1. Need to enable debug symbols for u-boot v2017.09 and kernel am33x-v4.12 for Beagle Bone Black. What is needed to enable symbols? Need for CCS and just for general debugging.
Following basic instructions.
https://eewiki.net/display/linuxonarm/BeagleBone+Black
2. Need to enable DEBUG in u-boot. Is the correct place to do this is to modify config.mk LDFLAGS := -DDEBUG? Or, what is needed?
3. Enable Debug print messages in the kernel, what are levels 8-15 debug levels when menuconfig configures debug?