-
Notifications
You must be signed in to change notification settings - Fork 1
Description
hi,
I was working with the linux bootloader provided by TI but it was delivered in binary, is fragile, and doesn't identify detailed errors.
I am using your code as a basis for a better linux host bootloader, and I am also modifying some of your core to be less fragile and return more information on errors returned by the firmware BSL.
By fragile, I mean that sometimes a sync, if late or repeated, will be responded to by a not-a-header-ack which, to my thinking, is ok and not an error. Your initial sync code just returns w/o reporting what is going on inside, such as timeout.
Rather than identify issues one-by-one that are shades of judgement and interpretation (i.e. you might not agree),
I'm just going to hack away.
Question/issue: I am wondering if I can give you the source when I am done, to do with whatever?
bob s.