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.
My customer is using Falcon boot mode with SDK8.3, wants to pass tiboot3.bin version to Kernel, How to do it?
Hi Tony,
What version information of tiboot3.bin do you refer to?
How kernel will use this version information?
Hi Bin,
Pass bootargs like that of u-boot. the purpose is to ensure the tiboot3 version same as Kernel version of TI SDK.
Hi Tony,
Yes, passing information from U-Boot to kernel is using bootargs env. So you can add something like 'ubootver=xxxx' or '<module>.ubootver=xxxx' to bootargs, The variable name form is determined by how kernel will use this information.
Discussed offline.
There is not direct software interface from tiboot3 to Kernel, can use a scratch register to pass message, such as RTC has such kind of registers.