Code Monkey home page Code Monkey logo

aml-flash-tool's Introduction

Open Source Media Center

OSMC (Open Source Media Center) is a free and open source media player based on Linux. Founded in 2014, OSMC lets you play back media from your local network, attached storage and the Internet. OSMC is the leading media center in terms of feature set and community and is based on the Kodi project. You can learn more about OSMC at osmc.tv/about.

Source Code

Upstream source code for OSMC is available at https://github.com/osmc/osmc. You can clone this repository with the command 'git clone'. You can learn about how to set up a development environment here.

Download

A compiled version of OSMC can be downloaded from https://osmc.tv/download.

Issues

Before creating a new GitHub issue, please read our policy on reporting bugs. This will ensure that developer time is used effectively, and your issue is dealt with promptly, whether it is indeed a bug or not.

License

OSMC is licensed under the GPLv2. Commits to the OSMC codebase become copyright of OSMC so that it can be maintained and relicensed (i.e. -> GPLv3) if necessary without having to maintain contact with the author. OSMC does not claim to own upstream code, and recommends you consult the license of those projects for further information.

Help and support

For help and support, please refer to our blog at https://osmc.tv. We have a discussion forum at https://discourse.osmc.tv with a bustling community full of users eager to help each other out.

aml-flash-tool's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

aml-flash-tool's Issues

(update) did not claim interface 0 before use

The following issues on Ubuntu 20.04:

Bash

$ sudo ./flash-tool.sh --img=/home/mluis/aml_upgrade_package.img --parts=all --wipe --soc=gxl
Unpacking image [OK]
awk: cmd. line:1: warning: regexp escape sequence `\"' is not a known regexp operator
awk: cmd. line:1: warning: regexp escape sequence `\"' is not a known regexp operator
awk: cmd. line:1: warning: regexp escape sequence `\"' is not a known regexp operator
awk: cmd. line:1: warning: regexp escape sequence `\"' is not a known regexp operator
awk: cmd. line:1: warning: regexp escape sequence `\"' is not a known regexp operator
awk: cmd. line:1: warning: regexp escape sequence `\"' is not a known regexp operator
awk: cmd. line:1: warning: regexp escape sequence `\"' is not a known regexp operator
awk: cmd. line:1: warning: regexp escape sequence `\"' is not a known regexp operator
awk: cmd. line:1: warning: regexp escape sequence `\"' is not a known regexp operator
awk: cmd. line:1: warning: regexp escape sequence `\"' is not a known regexp operator
awk: cmd. line:1: warning: regexp escape sequence `\"' is not a known regexp operator
awk: cmd. line:1: warning: regexp escape sequence `\"' is not a known regexp operator
awk: cmd. line:1: warning: regexp escape sequence `\"' is not a known regexp operator
awk: cmd. line:1: warning: regexp escape sequence `\"' is not a known regexp operator
Initializing ddr [KO]

dmesg

[48320.805576] usb 1-6: usbfs: USBDEVFS_CONTROL failed cmd update rqt 192 rq 32 len 7 ret -75
[48329.494700] usb 1-6: USB disconnect, device number 12
[48330.787574] usb 1-6: new high-speed USB device number 13 using xhci_hcd
[48330.938071] usb 1-6: New USB device found, idVendor=1b8e, idProduct=c003, bcdDevice= 0.07
[48330.938077] usb 1-6: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[48337.014150] usb 1-6: usbfs: process 16290 (update) did not claim interface 0 before use
[48367.064992] usb 1-6: usbfs: USBDEVFS_CONTROL failed cmd update rqt 192 rq 32 len 7 ret -75
[48372.387541] usb 1-6: usbfs: USBDEVFS_CONTROL failed cmd update rqt 192 rq 2 len 4 ret -110
[48426.147730] usb 1-6: usbfs: USBDEVFS_CONTROL failed cmd update rqt 64 rq 1 len 64 ret -110

Device
USBErr:778--unknown vendor req comp c0.02 vc810 i0228 l4

Hi,

Ubuntu 20

sudo ./fltool.sh --img=./update.img --parts=all --soc=m8
Unpacking image [OK]
Initializing ddr ..............[OK]
Running u-boot .....................[OK]
Creating partitions [KO]

and dmsg

[20172.813145] pcieport 0000:00:1d.1: AER: Multiple Corrected error received: 0000:00:1d.1
[20172.813305] pcieport 0000:00:1d.1: AER: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[20172.813320] pcieport 0000:00:1d.1: AER:   device [8086:9d19] error status/mask=00000001/00002000
[20172.813329] pcieport 0000:00:1d.1: AER:    [ 0] RxErr                 
[20218.719422] usb 1-2: usbfs: USBDEVFS_CONTROL failed cmd update rqt 64 rq 52 len 64 ret -110
[20224.366787] pcieport 0000:00:1d.1: AER: Multiple Corrected error received: 0000:00:1d.1
[20224.366934] pcieport 0000:00:1d.1: AER: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[20224.366937] pcieport 0000:00:1d.1: AER:   device [8086:9d19] error status/mask=00000001/00002000
[20224.366939] pcieport 0000:00:1d.1: AER:    [ 0] RxErr      

Thank you.

recover bootloader --destroy

Hi
How can I recover bootloader after i run ./flash-tool.sh --destroy ?
--destroy => Erase the bootloader and reset the board

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.