-
Notifications
You must be signed in to change notification settings - Fork 35
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
hand crafted svd won't load. #44
Comments
so I fed the svd thru svdconv and picked out the errors and fixed them up, and it loads now. |
Agreed on the error reporting. See issue #49. Does this file now load? I'm surprised there aren't quite as established formats for application processors. I guess maybe because they more commonly provide their own drivers or run Linux? There's no reason you can't write your own SVD--or more preferably as you mentioned, stay away from writing XML and just convert. |
Yeah it was an error of mine; I had copypasta'd from a prior svd which had their uarts spread out every
|
Hello. Doing some u-boot development for a hisilicon soc. No SVD exists for it (and
I really doubt they ever exist for cortex-a socs with an mmu) so I wrote my own
(well, I wrote it in yaml and used svdtools to convert it to xml), since at that point in
bootup its much more like an MCU.
My method of use:
result:
hi3516dv300.svd.gz
The text was updated successfully, but these errors were encountered: