Content originally posted in LPCWare by CodeRedSupport on Wed Jun 08 13:24:25 MST 2011
Quote: evgs
Yes, I know that Gentoo distribution is not supported officially. I beleive I will find workaround - a week ago all worked fine. Will try revert recent system updates to find one that broke compatibility. Anyway, thanks for your answer!
Another my question is about acceptable parameters for option -flash-protect= . There are not enough info in [I]crt_emu_lpc11_13_nxp -h[/I] output.
Can you show me what values for -flash-protect= corresponds to CRP1 ENABLED, CRP DISABLED, etc.?
First, be certain you understand the consequences when using any CRP setting. These settings are communicated to the debug utility as follows:
CRP1 is '-flash-protect=1'
CRP2 is '-flash-protect=2'
CRP3 is '-flash-protect=3'
Any other flash protect setting is invalid, and ignored. If you happen to have a CRP word embedded in your image, an error results if it doesn't match the protect setting on the command-line. Note also, unless you use a valid '-flash-protect=' setting you'll not be warned your image contains a CRP word.
Regards,
CodeRedSupport