This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Завершение внешних процессов... | |
Запуск внешнего процесса... | |
Удалённый процесс запущен. | |
MInputContext: unable to create D-Bus connection: Failed to connect to socket /tmp/meego-im-uiserver/imserver_dbus: No such file or directory | |
file:///opt/HarmattenLightpackDrive/qml/HarmattenLightpackDrive/MainPage.qml:250:21: QML NumberBox: Cannot specify left, right, horizontalCenter, fill or centerIn anchors for items inside Row | |
file:///opt/HarmattenLightpackDrive/qml/HarmattenLightpackDrive/MainPage.qml:251:21: QML NumberBox: Cannot specify left, right, horizontalCenter, fill or centerIn anchors for items inside Row | |
file:///opt/HarmattenLightpackDrive/qml/HarmattenLightpackDrive/MainPage.qml:252:21: QML NumberBox: Cannot specify left, right, horizontalCenter, fill or centerIn anchors for items inside Row | |
file:///opt/HarmattenLightpackDrive/qml/HarmattenLightpackDrive/MainPage.qml:264:21: QML NumberBox: Cannot specify left, right, horizontalCenter, fill or centerIn anchors for items inside Row | |
file:///opt/HarmattenLightp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brunql@brunql-desktop:~$ sudo ./Linux_OCF_34-2_EMMC_RM680-OEM1-916.bin | |
[sudo] password for brunql: | |
This is OneClickFlasher for release 34-2 | |
- it will erase previous EMMC from the device | |
- install the RM680 OEM image | |
- install the EMMC RM680 content | |
Extracting the archive from OneClickFlasher ... | |
Extracting started at 20:11:52 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brunql@brunql-desktop:~$ telnet localhost 3636 | |
Trying ::1... | |
Trying 127.0.0.1... | |
Connected to localhost. | |
Escape character is '^]'. | |
Lightpack API v1.3 (type "help" for more info) | |
? | |
List of available commands: | |
apikey, lock, unlock, getstatus, getstatusapi, getprofile, getprofiles, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-----BEGIN PGP PUBLIC KEY BLOCK----- | |
Version: GnuPG v1.4.10 (GNU/Linux) | |
mQENBE7U1KoBCACqgmlGosfg3WAPwshzUBtCcu9dIiaslrOf8DtyyiDHecXcFm4l | |
mG6HASKy6D8xGp2cLdgTGnfN4ds4Ef44UbJ2oMMMDU+M8yaJBTUSfqoDuYUdQUBs | |
D//2RIhNCZhJK6SxEK7jrNfwZF4mDgO/EW/qsFrFQiV0oErXbHIAJD1i28CI+1Dp | |
6mNY6qXYYupOJZGvvBwRL5tG2auAhlxL9sLfV0sJI1eQgrSqHLKhZNbVuR7G/U8z | |
PryFAlie8LIA53HexGOBHYC8hcGZamabMZRx8vB1AD/Oi+HO5S90J9tIB8Ok0Ck3 | |
l5sdjd1OfE0Z7/kgFhPNl6RB27C0+OMWZ32DABEBAAG0IE1pa2UgU2hhdG9oaW4g | |
PGJydW5xbEBnbWFpbC5jb20+iQE4BBMBAgAiBQJO1NSqAhsDBgsJCAcDAgYVCAIJ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rem Flash AT90USB162 via Atmel Flip | |
rem External tools arguments in Atmel Studio: $(ProjectDir) $(SolutionFileName) | |
set hexPath=%~f1Debug\%~n2.hex | |
batchisp -device at90usb162 -hardware usb -operation loadbuffer "%hexPath%" erase f program verify start reset 0 |