summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2021-12-23Merge branch 'ap/MTX-4274' into 6Jeff Hatch12
This merge brings in to the 6 branch all the updates for the hardware parts shortage new hardware versions for MTR and Conduit.
2021-12-07Merge branch 'vs/mtcap3' into 'mpower-dev-nxp'Serhii Kostiuk5
Vs/mtcap3 See merge request !57
2021-12-06MTCAP3: Fix fstab after introducing reduntant partitionsSerhii Kostiuk2
Commit 3908aa3d25d583420d36976bc1a2f11f38b5410d removes the fstab manipulation. In mPower the configuration partition is selected during boot time from config.init, without modifying fstab, which in turn saves the flash erase cycles by not making nay changes on rootfs/overlay. This commit updates the fstab to permanently use the first configuration partition as /var/config. The second partition is not used in mLinux. This approach is similar to the one for mLinux on MTCDT3. If one needs a config partition switchover on mLinux - please implement it in a similar manner to mPower, wihout making changes on rootfs during boot.
2021-11-29remove fstab manipulationSerhii Voloshynov1
2021-11-29add udev rules for ubi partitions.Serhii Voloshynov2
it creates links /dev/ubi_config1 -> ubi0_4 /dev/ubi_config2 -> ubi0_5 /dev/ubi_oem1 -> ubi0_6 /dev/ubi_oem2 -> ubi0_7 /dev/ubi_rootfs1 -> ubi0_2 /dev/ubi_rootfs2 -> ubi0_3 /dev/ubi_uenv1 -> ubi0_0 /dev/ubi_uenv2 -> ubi0_1 /dev/ubi_user-data -> ubi0_8
2021-11-19umountfs for flashing MTRV1-0.4 with mLinuxJohn Klug2
2021-11-19Timebase patch to prevent gpsd having a 19.5 year errorJohn Klug2
2021-11-19New umountfs for factory flash upgrade from mLinuxJohn Klug2
2021-11-17Fix typo in GPS_LINE variableJohn Klug1
2021-11-17Document U-Blox with ACM driverJohn Klug1
2021-11-173.20-m8b GPSD for U-Blox via USBJohn Klug1
2021-11-17Fix nonexistant resolv.conf for dnsmasqJohn Klug2
2021-11-17Remove error with obsolete feature hotplugJohn Klug2
2021-11-17Fix COPS=2 code for newer modemsJohn Klug2
2021-10-05Bump mLinux version for gpsd, umountfs, U-Boot, kernel changesJohn Klug1
2021-10-05Bump recipe version for umountfs changesJohn Klug1
2021-10-05Fix md5 test to avoid duplicate images, and add /var/volatile/do_wipe flagJohn Klug1
2021-10-05Add multiple rootfs/config/oem supportJohn Klug1
2021-09-13Remove gpsd warningsJohn Klug2
2021-09-09mLinux 6 on Yocto DunfellJohn Klug1
2021-09-09Bump distribution versionJohn Klug1
2021-09-09ue-mode-of-operation featureJohn Klug4
2021-09-08CEMODE supportJohn Klug1
2021-09-08Bump mLinux versionJohn Klug1
2021-09-08lora: update LNS, PKF and GW versionsJason Reiss3
2021-09-07Use exit and deregister with mts-io when doneJohn Klug1
2021-09-07Fix space/tab character issues in init.patchJohn Klug1
2021-09-07Missing files from ppp changeJohn Klug2
2021-09-07Add wait for reset capability to ppp init scriptJohn Klug2
2021-09-07Need commas between parameters in udev rulesJohn Klug1
2021-09-07Fix chat_wrapper for radio-reset notification and bump the config package ↵John Klug2
version
2021-09-07Notify mts-io when cell modems are symlinked by UDEVJohn Klug2
2021-09-07Have eudev notify mts-io when cellular modem is ready to use after resetJohn Klug3
2021-08-17Eliminate messages about non-existent file systems, and fix erase functionJohn Klug1
2021-08-13Use file system for clearing user-data since U-Boot environment does not existJohn Klug1
2021-08-13[MTX-4164] mPower R.6.0: GP-1224 Remove Python 2 from MTCDT and MTCAP, ↵Mykola Salomatin1
Support only Python3 Remove python2 support for GPSD
2021-08-13mPower R.6.0: GP-1224 Remove Python 2 from MTCDT and MTCAP, Support only Python3Serhii Kostiuk1
MTCDT and MTCAP devices are now migrated to Python 3 only. This commit updates the dependencies for gpsd to use Python 3 dependencies for all devices.
2021-07-29Updated uxfp and add qfireshose for DunfellJohn Klug2
2021-07-29Add qfirehose for Quectel firmware upgradeJohn Klug2
2021-07-28uxfp 1.7.2John Klug3
2021-07-28create separate ubifs and jffs2 fstab recipesJohn Klug3
2021-07-28udev recipes apply to most machines, not just AtmelJohn Klug9
2021-07-28Create fstab for specific file system typeJohn Klug2
2021-07-27Move fstab to UBIFSJohn Klug1
2021-07-27Add /dev/ttymxc0 to the open console listJohn Klug1
2021-07-26overlayfs is for UBI file systemsJohn Klug2
2021-07-26MTCAP3 support, initial revisionMike Nicholson2
2021-07-26Adopt uxfp for mtcap3John Klug1
2021-07-26Adopts overlay for ubifsJohn Klug1
2021-07-26overlayfs for mtcap3John Klug2