Age | Commit message (Collapse) | Author | Files |
|
|
|
radio-reset-h5 is a workaround script to perform a reset of the
H5 radio.
The script disables the USB controller before resetting
the radio and enables it afterward. If this script is not used
and a radio reset is done with mts-io directly, the radio will not
enumerate properly after reset and will continue to reset itself
indefinitely.
|
|
|
|
The rules add the following device names:
/dev/modemX
Where X is the number of the interface port on the modem, starting at 0
/dev/modem_atX
Where X is the number of a valid AT command port, starting at 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Patch author writes:
Fix AT91SAM9G20 reset as per the errata in the data sheet.
If the SDRAM is not cleanly shutdown before reset it can be left driving
the bus, which then stops the bootloader booting from NAND.
|
|
|
|
|
|
* need to update /etc/issue
|
|
|
|
|
|
|
|
|
|
|
|
* tarballs were repackaged due to accidental GPL violations
|
|
|
|
|
|
|
|
|
|
|
|
* we don't want to automount the entire card, just the partitions on it
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fixes script on CentOS 5.6
|
|
|
|
|
|
|