Part Number: TMDXIDK5728
Tool/software: Linux
Support,
I am working with the AM5728 IDK; I am running Linux directly on the board with the SD Card u-boot. I am using the SDK release from mid-December, v5.2.00.10.
I am trying to use "make menuconfig" and I get the following:
make: *** No rule to make target 'menuconfig'. Stop.
I haven't found any recent, related, or relevant help topics / links for U-boot debugging on the AM5728.
I've tried this link:
I simply don't have a grasp on the file structure within the SD card. From the root directory, the only things I see are a .log file, ipc-example, and ipc-starter; which I created when implementing the IPC examples. When I use the "cat" command with directory links, there are other files and directories that show up. Where do I access this? Or where can I learn more about how to access these "hidden" folders?
On a most basic level, where does one get started with learning about debugging the Linux SDK? There's so much information for the AM335x and Beaglebone, but nothing for Sitara AM5728, as far as I can tell. While a lot of the information is target agnostic, a lot of it also is target specific.
There should be a separate Linux U-Boot section, as this is one method of development available to the user. The SD Card Boot method is promoted as the fastest and best "out of the box" method to begin debugging. If there aren't instructions on how to get started, how does the new user begin? Also to assume that all developers using Linux on the ARM core are running Linux OS on their host computer is inaccurate. You can see where my frustration is coming from; I am developing in Windows using Linux on the IDK. This is clearly possible, but the explanation of methods for development using this route are non-existent. I have access to a Linux laptop but my primary workstation is a Windows laptop; so if I can debug simply on the board, this makes my life a lot easier. Any assistance you can provide would be helpful.
Additionally, I am watching the following TI Training series:
Thank you in advance.
Alec