-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bootable image for AM64x using wic create script needs tiboot3.bin #46
Comments
Thanks for the bug report, seem like that file needs copied in the script, I'll let @sskartheekadivi comment on that. Side comment, we no longer support the original AM64A (GP) boards, and I thought we had exchanged them all for the new AM64B (HS-FS) models (AM64A was a limited early access run). Support for AM64A in the downloadable images will be dropped in the next SDK also. Let me reach out internally to find the steps to getting your board upgraded. |
@glneo Upgrading our two AM64A boards would be very much appreciated. |
@MMetelko , Can you share your log file that's saved in Update: I've tried a local build now and I see tiboot3.bin and was able to boot on AM64B. so may be a missing dependency?? Logs will help. |
It does look like there was an issue building the tiboot3.bin. I have also attached the full log.
|
Looks like we have missing dependencies in the README, fixed here d18b108 Could you try to see if this fixes it?:
|
Looks like I was missing |
@glneo Did you find out what steps we can take to replace the AM64A (GP) boards we have with the supported AM64B (HS-FS) models? Please guide me in a direction for this, if possible. |
Hi @MMetelko , yes, could you reach out directly to my work email (afd at ti.com) so I can get your contact details and where to send the boards. |
Thank you very much for adding the
create-wic.sh
script. I was able to create a .wic file and transfer it to an SD card. But, the AM64x system did not boot (no UART output at all). So, I looked at the boot partition and did not see thetiboot3.bin
file needed. Since the original image (downloaded from the SDK page) had this file available, I copied it and put it on the new SD drive and the system was able to boot up. Given thebuilds.toml
file references AM62 and AM64 configurations, I am guessing that this repo is intended to serve as image customization for both systems. It would be good to include information on where to obtain valid versions of thetiboot3.bin
file for the different systems or reference the appropriate TI documentation about how to find it. In our own development, one of us is using an AM64A (GP) board and the other is using an AM64B (HS-FS) board. So, we know to change thetiboot3.bin
to files that reference the GP and HS-FS setup since the downloadable image defaults to the AM64-evm boot configuration (HS-evm).The text was updated successfully, but these errors were encountered: