@kvell007/embed-labs-protocol 0.1.0-alpha.57 → 0.1.0-alpha.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/dist/index.d.ts +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -62,10 +62,10 @@ and validation matrix types are not hardware support claims by themselves.
|
|
|
62
62
|
Hardware detection, probing, and guarded flash behavior live in
|
|
63
63
|
`@embed-labs/local-bridge`.
|
|
64
64
|
|
|
65
|
-
Destructive TaishanPi flashing is
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
65
|
+
Destructive TaishanPi flashing is enabled only by the Local Bridge guarded
|
|
66
|
+
runtime, not by these contracts alone. The bridge validates the installed SDK
|
|
67
|
+
image set, resolves `parameter.txt` offsets, and requires explicit user
|
|
68
|
+
approval before executing `rkdeveloptool`.
|
|
69
69
|
|
|
70
70
|
## Runtime Requirements
|
|
71
71
|
|
package/dist/index.d.ts
CHANGED
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAmsDA,MAAM,UAAU,EAAE,CAAI,IAAO;IAC3B,OAAO,EAAE,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;AAC5B,CAAC;AAED,MAAM,UAAU,IAAI,CAAC,IAAY,EAAE,OAAe,EAAE,UAAmD,EAAE;IACvG,OAAO,EAAE,EAAE,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,OAAO,EAAE,EAAE,CAAC;AAC7D,CAAC"}
|
package/package.json
CHANGED