CN107748680B - Kernel configuration method, terminal and computer readable storage medium - Google Patents

Kernel configuration method, terminal and computer readable storage medium Download PDF

Info

Publication number
CN107748680B
CN107748680B CN201710900820.XA CN201710900820A CN107748680B CN 107748680 B CN107748680 B CN 107748680B CN 201710900820 A CN201710900820 A CN 201710900820A CN 107748680 B CN107748680 B CN 107748680B
Authority
CN
China
Prior art keywords
configuration file
configuration
kernel
merged
operating system
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201710900820.XA
Other languages
Chinese (zh)
Other versions
CN107748680A (en
Inventor
王方友
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nubia Technology Co Ltd
Original Assignee
Nubia Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nubia Technology Co Ltd filed Critical Nubia Technology Co Ltd
Priority to CN201710900820.XA priority Critical patent/CN107748680B/en
Publication of CN107748680A publication Critical patent/CN107748680A/en
Application granted granted Critical
Publication of CN107748680B publication Critical patent/CN107748680B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • G06F9/4451User profiles; Roaming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Stored Programmes (AREA)

Abstract

The invention provides a kernel configuration method, a terminal and a computer readable storage medium, aiming at the problems of unclear orientation of configuration items in kernel codes of an operating system and inconvenient management in the prior art, at least two types of configuration files which are established are confirmed, and the configuration files correspond to an OEM (original equipment manufacturer) and a chip manufacturer respectively; and merging the configuration files to form a merged configuration file, compiling the merged configuration file, and configuring the kernel code of the operating system. Through the implementation of the invention, the source of the configuration of the kernel code of the operating system is determined in a mode of splitting the configuration file based on a manufacturer, namely an initiator, and the management cost of the configuration file is reduced.

Description

Kernel configuration method, terminal and computer readable storage medium
Technical Field
The present invention relates to the field of terminal technologies, and in particular, to a kernel configuration method, a terminal, and a computer-readable storage medium.
Background
Terminals manufactured by various large OEMs (Original Equipment manufacturers) often have chips that are not self-produced within the terminals, and many OEMs use chips supplied by other chip manufacturers. However, when the OEM manufactures the production terminal, the configuration file of the kernel code of the operating system is often adjusted and modified, but the chip manufacturer also adjusts the configuration file of the kernel code of the operating system, so that it is uncertain whether the configuration file in the kernel code (kernel) of the operating system is modified by the OEM or the chip manufacturer, and it is very inconvenient for subsequent management.
Disclosure of Invention
The technical problem to be solved by the present invention is to provide a kernel configuration method, a terminal and a computer-readable storage medium, aiming at the technical problem that in the prior art, the modified item object of the configuration file of the kernel code of the operating system is not clear and is inconvenient to manage.
To solve the above technical problem, the present invention provides a kernel configuration method, including:
confirming each created configuration file; the configuration files at least comprise two types, namely a first configuration file and a second configuration file, wherein the first configuration file corresponds to a chip manufacturer, and the second configuration file corresponds to an original equipment manufacturer;
merging the configuration files to form a merged configuration file;
and compiling the merged configuration file to configure the kernel code of the operating system.
Optionally, the method further includes:
and updating the corresponding configuration file based on the modification information of the corresponding manufacturer to the configuration file.
Optionally, the updating the corresponding configuration file based on the modification information of the corresponding vendor to the configuration file includes: and modifying the merged configuration file in a configuration menu provided by the operating system kernel code, and automatically updating the second configuration file.
Optionally, the modifying the merged configuration file and automatically updating the second configuration file in the configuration menu provided by the operating system kernel code includes:
based on the modified merged configuration file and the first configuration file, separating out the part which does not belong to the first configuration file in the modified merged configuration file, and updating the second configuration file based on the part which does not belong to the first configuration file.
Optionally, the updating the corresponding configuration file based on the modification information of the corresponding vendor to the configuration file further includes:
and according to a preset modification specification, directly modifying the created second configuration file.
Optionally, the directly modifying in the created second configuration file according to a preset modification specification includes:
and saving the modification items corresponding to the modification information into the second configuration file according to a standard writing format.
Optionally, the updating the corresponding configuration file based on the modification information of the corresponding vendor to the configuration file includes:
the modification information includes at least one of addition, deletion and adjustment.
Optionally, the merging the configuration files to form a merged configuration file includes:
and merging the configuration files through the shell script.
The invention also provides a terminal, which comprises a processor, a memory and a communication bus;
the communication bus is used for realizing connection communication between the processor and the memory;
the processor is used for executing the kernel configuration program stored in the memory so as to realize the steps of the kernel configuration method.
The present invention also provides a computer readable storage medium storing one or more programs, the one or more programs being executable by one or more processors to implement the steps of the aforementioned core configuration method.
Advantageous effects
The invention provides a kernel configuration method, a terminal and a computer readable storage medium, aiming at the problems of unclear orientation of configuration items in kernel codes of an operating system and inconvenient management in the prior art, at least two types of configuration files which are established are confirmed, and the configuration files correspond to an OEM (original equipment manufacturer) and a chip manufacturer respectively; and merging the configuration files to form a merged configuration file, compiling the merged configuration file, and configuring the kernel code of the operating system. Through the implementation of the invention, the source of the configuration of the kernel code of the operating system is determined in a mode of splitting the configuration file based on a manufacturer, namely an initiator, and the management cost of the configuration file is reduced.
Drawings
The invention will be further described with reference to the accompanying drawings and examples, in which:
fig. 1 is a schematic diagram of a hardware structure of an optional mobile terminal for implementing various embodiments of the present invention.
FIG. 2 is a diagram of a wireless communication system for the mobile terminal shown in FIG. 1;
fig. 3 is a basic flowchart of a kernel configuration method according to a first embodiment of the present invention;
FIG. 4 is a flowchart illustrating a kernel configuration method according to a second embodiment of the present invention;
FIG. 5 is a flowchart illustrating a kernel configuration method according to a second embodiment of the present invention;
fig. 6 is a schematic structural diagram of a terminal according to a third embodiment of the present invention.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
In the following description, suffixes such as "module", "component", or "unit" used to denote elements are used only for facilitating the explanation of the present invention, and have no specific meaning in itself. Thus, "module", "component" or "unit" may be used mixedly.
The terminal may be implemented in various forms. For example, the terminal described in the present invention may include a mobile terminal such as a mobile phone, a tablet computer, a notebook computer, a palmtop computer, a Personal Digital Assistant (PDA), a Portable Media Player (PMP), a navigation device, a wearable device, a smart band, a pedometer, and the like, and a fixed terminal such as a Digital TV, a desktop computer, and the like.
The following description will be given by way of example of a mobile terminal, and it will be understood by those skilled in the art that the construction according to the embodiment of the present invention can be applied to a fixed type terminal, in addition to elements particularly used for mobile purposes.
Referring to fig. 1, which is a schematic diagram of a hardware structure of a mobile terminal for implementing various embodiments of the present invention, the mobile terminal 100 may include: RF (Radio Frequency) unit 101, WiFi module 102, audio output unit 103, a/V (audio/video) input unit 104, sensor 105, display unit 106, user input unit 107, interface unit 108, memory 109, processor 110, and power supply 111. Those skilled in the art will appreciate that the mobile terminal architecture shown in fig. 1 is not intended to be limiting of mobile terminals, which may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
The following describes each component of the mobile terminal in detail with reference to fig. 1:
the radio frequency unit 101 may be configured to receive and transmit signals during information transmission and reception or during a call, and specifically, receive downlink information of a base station and then process the downlink information to the processor 110; in addition, the uplink data is transmitted to the base station. Typically, radio frequency unit 101 includes, but is not limited to, an antenna, at least one amplifier, a transceiver, a coupler, a low noise amplifier, a duplexer, and the like. In addition, the radio frequency unit 101 can also communicate with a network and other devices through wireless communication. The wireless communication may use any communication standard or protocol, including but not limited to GSM (Global System for Mobile communications), GPRS (General Packet Radio Service), CDMA2000(Code Division Multiple Access 2000), WCDMA (Wideband Code Division Multiple Access), TD-SCDMA (Time Division-Synchronous Code Division Multiple Access), FDD-LTE (Frequency Division duplex Long Term Evolution), and TDD-LTE (Time Division duplex Long Term Evolution).
WiFi belongs to short-distance wireless transmission technology, and the mobile terminal can help a user to receive and send e-mails, browse webpages, access streaming media and the like through the WiFi module 102, and provides wireless broadband internet access for the user. Although fig. 1 shows the WiFi module 102, it is understood that it does not belong to the essential constitution of the mobile terminal, and may be omitted entirely as needed within the scope not changing the essence of the invention.
The audio output unit 103 may convert audio data received by the radio frequency unit 101 or the WiFi module 102 or stored in the memory 109 into an audio signal and output as sound when the mobile terminal 100 is in a call signal reception mode, a call mode, a recording mode, a voice recognition mode, a broadcast reception mode, or the like. Also, the audio output unit 103 may also provide audio output related to a specific function performed by the mobile terminal 100 (e.g., a call signal reception sound, a message reception sound, etc.). The audio output unit 103 may include a speaker, a buzzer, and the like.
The a/V input unit 104 is used to receive audio or video signals. The a/V input Unit 104 may include a Graphics Processing Unit (GPU) 1041 and a microphone 1042, the Graphics processor 1041 Processing image data of still pictures or video obtained by an image capturing device (e.g., a camera) in a video capturing mode or an image capturing mode. The processed image frames may be displayed on the display unit 106. The image frames processed by the graphic processor 1041 may be stored in the memory 109 (or other storage medium) or transmitted via the radio frequency unit 101 or the WiFi module 102. The microphone 1042 may receive sounds (audio data) via the microphone 1042 in a phone call mode, a recording mode, a voice recognition mode, or the like, and may be capable of processing such sounds into audio data. The processed audio (voice) data may be converted into a format output transmittable to a mobile communication base station via the radio frequency unit 101 in case of a phone call mode. The microphone 1042 may implement various types of noise cancellation (or suppression) algorithms to cancel (or suppress) noise or interference generated in the course of receiving and transmitting audio signals.
The mobile terminal 100 also includes at least one sensor 105, such as a light sensor, a motion sensor, and other sensors. Specifically, the light sensor includes an ambient light sensor that can adjust the brightness of the display panel 1061 according to the brightness of ambient light, and a proximity sensor that can turn off the display panel 1061 and/or a backlight when the mobile terminal 100 is moved to the ear. As one of the motion sensors, the accelerometer sensor can detect the magnitude of acceleration in each direction (generally, three axes), can detect the magnitude and direction of gravity when stationary, and can be used for applications of recognizing the posture of a mobile phone (such as horizontal and vertical screen switching, related games, magnetometer posture calibration), vibration recognition related functions (such as pedometer and tapping), and the like; as for other sensors such as a fingerprint sensor, a pressure sensor, an iris sensor, a molecular sensor, a gyroscope, a barometer, a hygrometer, a thermometer, and an infrared sensor, which can be configured on the mobile phone, further description is omitted here.
The display unit 106 is used to display information input by a user or information provided to the user. The Display unit 106 may include a Display panel 1061, and the Display panel 1061 may be configured in the form of a Liquid Crystal Display (LCD), an Organic Light-Emitting Diode (OLED), or the like.
The user input unit 107 may be used to receive input numeric or character information and generate key signal inputs related to user settings and function control of the mobile terminal. Specifically, the user input unit 107 may include a touch panel 1071 and other input devices 1072. The touch panel 1071, also referred to as a touch screen, may collect a touch operation performed by a user on or near the touch panel 1071 (e.g., an operation performed by the user on or near the touch panel 1071 using a finger, a stylus, or any other suitable object or accessory), and drive a corresponding connection device according to a predetermined program. The touch panel 1071 may include two parts of a touch detection device and a touch controller. The touch detection device detects the touch direction of a user, detects a signal brought by touch operation and transmits the signal to the touch controller; the touch controller receives touch information from the touch sensing device, converts the touch information into touch point coordinates, sends the touch point coordinates to the processor 110, and can receive and execute commands sent by the processor 110. In addition, the touch panel 1071 may be implemented in various types, such as a resistive type, a capacitive type, an infrared ray, and a surface acoustic wave. In addition to the touch panel 1071, the user input unit 107 may include other input devices 1072. In particular, other input devices 1072 may include, but are not limited to, one or more of a physical keyboard, function keys (e.g., volume control keys, switch keys, etc.), a trackball, a mouse, a joystick, and the like, and are not limited to these specific examples.
Further, the touch panel 1071 may cover the display panel 1061, and when the touch panel 1071 detects a touch operation thereon or nearby, the touch panel 1071 transmits the touch operation to the processor 110 to determine the type of the touch event, and then the processor 110 provides a corresponding visual output on the display panel 1061 according to the type of the touch event. Although the touch panel 1071 and the display panel 1061 are shown in fig. 1 as two separate components to implement the input and output functions of the mobile terminal, in some embodiments, the touch panel 1071 and the display panel 1061 may be integrated to implement the input and output functions of the mobile terminal, and is not limited herein.
The interface unit 108 serves as an interface through which at least one external device is connected to the mobile terminal 100. For example, the external device may include a wired or wireless headset port, an external power supply (or battery charger) port, a wired or wireless data port, a memory card port, a port for connecting a device having an identification module, an audio input/output (I/O) port, a video I/O port, an earphone port, and the like. The interface unit 108 may be used to receive input (e.g., data information, power, etc.) from external devices and transmit the received input to one or more elements within the mobile terminal 100 or may be used to transmit data between the mobile terminal 100 and external devices.
The memory 109 may be used to store software programs as well as various data. The memory 109 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required by at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data (such as audio data, a phonebook, etc.) created according to the use of the cellular phone, and the like. Further, the memory 109 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device.
The processor 110 is a control center of the mobile terminal, connects various parts of the entire mobile terminal using various interfaces and lines, and performs various functions of the mobile terminal and processes data by operating or executing software programs and/or modules stored in the memory 109 and calling data stored in the memory 109, thereby performing overall monitoring of the mobile terminal. Processor 110 may include one or more processing units; preferably, the processor 110 may integrate an application processor, which mainly handles operating systems, user interfaces, application programs, etc., and a modem processor, which mainly handles wireless communications. It will be appreciated that the modem processor described above may not be integrated into the processor 110.
The mobile terminal 100 may further include a power supply 111 (e.g., a battery) for supplying power to various components, and preferably, the power supply 111 may be logically connected to the processor 110 via a power management system, so as to manage charging, discharging, and power consumption management functions via the power management system.
Although not shown in fig. 1, the mobile terminal 100 may further include a bluetooth module or the like, which is not described in detail herein.
In order to facilitate understanding of the embodiments of the present invention, a communication network system on which the mobile terminal of the present invention is based is described below.
Referring to fig. 2, fig. 2 is an architecture diagram of a communication Network system according to an embodiment of the present invention, where the communication Network system is an LTE system of a universal mobile telecommunications technology, and the LTE system includes a UE (User Equipment) 201, an E-UTRAN (Evolved UMTS Terrestrial Radio Access Network) 202, an EPC (Evolved Packet Core) 203, and an IP service 204 of an operator, which are in communication connection in sequence.
Specifically, the UE201 may be the terminal 100 described above, and is not described herein again.
The E-UTRAN202 includes eNodeB2021 and other eNodeBs 2022, among others. Among them, the eNodeB2021 may be connected with other eNodeB2022 through backhaul (e.g., X2 interface), the eNodeB2021 is connected to the EPC203, and the eNodeB2021 may provide the UE201 access to the EPC 203.
The EPC203 may include an MME (Mobility Management Entity) 2031, an HSS (Home Subscriber Server) 2032, other MMEs 2033, an SGW (Serving GateWay) 2034, a PGW (PDN GateWay) 2035, and a PCRF (Policy and Charging Rules Function) 2036, and the like. The MME2031 is a control node that handles signaling between the UE201 and the EPC203, and provides bearer and connection management. HSS2032 is used to provide registers to manage functions such as home location register (not shown) and holds subscriber specific information about service characteristics, data rates, etc. All user data may be sent through SGW2034, PGW2035 may provide IP address assignment for UE201 and other functions, and PCRF2036 is a policy and charging control policy decision point for traffic data flow and IP bearer resources, which selects and provides available policy and charging control decisions for a policy and charging enforcement function (not shown).
The IP services 204 may include the internet, intranets, IMS (IP Multimedia Subsystem), or other IP services, among others.
Although the LTE system is described as an example, it should be understood by those skilled in the art that the present invention is not limited to the LTE system, but may also be applied to other wireless communication systems, such as GSM, CDMA2000, WCDMA, TD-SCDMA, and future new network systems.
Based on the above mobile terminal hardware structure and communication network system, the present invention provides various embodiments of the method.
First embodiment
Fig. 3 is a basic flowchart of the kernel configuration method provided in this embodiment, and the method can be applied to any type of terminal device that needs to install terminal software and has an operating system, and is not limited to a mobile terminal, but also can be applied to other fixed terminals equipped with a security protection operating system, such as a digital television, a desktop computer, a navigator, and the like. The kernel configuration method comprises the following steps:
s301, confirming each created configuration file; the configuration files at least comprise two types, namely a first configuration file and a second configuration file, wherein the first configuration file corresponds to a chip manufacturer, and the second configuration file corresponds to an original equipment manufacturer;
s302, merging the configuration files to form merged configuration files;
s303, compiling the merged configuration file and configuring the kernel code of the operating system.
The terminal can not be produced without the support of hardware, the hardware source of the terminal is various, many hardware are not produced by OEM manufacturers, the hardware of the terminal is various after all, and if one manufacturer can manufacture all hardware of one terminal, the realization is not possible at present. It is therefore inevitable that many OEM manufacturers will acquire the corresponding hardware from other manufacturers that produce the associated hardware. The processor chip is the core of the whole terminal, and the performance of the processor is related to the running condition and the user experience of the whole terminal. The OEM produces the terminal based on the chips provided by other chip companies, and for the operating system kernel code of the terminal, the corresponding configuration items may be generated by the OEM or the chip manufacturer to achieve the expected effect.
The kernel code of the operating system is a code necessary for burning the kernel of the operating system when the terminal is produced, and is a precursor of the kernel of the operating system; and configuring the kernel code of the operating system, namely compiling each configuration file according to the configuration files generated by various manufacturers, and burning the kernel code of the operating system in a processor of the terminal to form the kernel of the operating system.
In S301, each profile that has been created is confirmed. Each configuration file is a core part in this embodiment, and the operating system kernel code can be configured based on the configuration files to form an operating system kernel. The configuration files at least comprise two types, namely a first configuration file and a second configuration file, wherein the first configuration file corresponds to a chip manufacturer, namely defconfig; the second configuration file corresponds to the OEM vendor, either diffconfig or OEM-config. The two types of configuration files identify the modification sources of the configuration files, so that the management convenience is improved. It should be noted that the configuration files described in this embodiment only relate to two types of configuration files, and in fact, the configuration files may also include other types of configuration files, such as configuration files corresponding to other terminal device manufacturers, which may be because the terminal is manufactured by a plurality of different manufacturers or different processes in the same manufacturer, and the configuration files may also be correspondingly set in a plurality according to these different execution subjects.
In S302, the configuration files are merged to form a merged configuration file. The configuration of the kernel should be performed from the whole configuration file, and therefore, separate configuration files need to be merged, and the kernel code of the operating system is configured by using the merged configuration file to complete the modification and update of the kernel code of the operating system. Wherein, before merging, the first configuration file is defconfig, and the second configuration file is diffconfig or oem-config, and after merging, the first configuration file is still treated as defconfig.
In S303, the merged configuration file is compiled, and the operating system kernel code is configured. After the compilation is completed, the modification and the update of the kernel code of the operating system are completed, and in this embodiment, each configuration file is merged only when the compilation is needed, so that after the merging, the merged configuration file is still split, or the corresponding first configuration file and the second configuration file are separated from the merged configuration file again.
In this embodiment, optionally, the corresponding configuration file may be updated based on modification information of the configuration file by the corresponding vendor. Since each configuration file corresponds to each vendor, the modification information, or configuration items, corresponding to the vendor should be modified for the corresponding configuration file. For example, if the configuration information is configuration information of a chip manufacturer, a first configuration file should be correspondingly modified; if the configuration information is the configuration information of the OEM manufacturer, the second configuration file is modified correspondingly to achieve the purpose of respective management, the management cost of the configuration of the kernel code of the operating system is reduced, the definition is improved, and the problem tracing operation is facilitated.
Specifically, the updating the corresponding configuration file in the modification information of the configuration file by the corresponding manufacturer may include: and modifying the merged configuration file by the configuration menu provided by the operating system kernel code, and automatically updating the second configuration file. The operating system kernel code provides a standard configuration menu, and the configuration menu is often presented to a user in a graphical interface mode, so that the user can operate intuitively. The merged configuration file is a configuration file capable of directly configuring the kernel code of the operating system, and obviously, the modified merged configuration file obtained after the operation of the merged configuration file can also be upgraded with the kernel code of the operating system. In this case, the second profile is updated after the merging, thereby realizing separate management of the first profile and the second profile.
Specifically, modifying the merged configuration file at the configuration menu provided by the kernel code of the operating system, and automatically updating the second configuration file may include: and separating the part which does not belong to the first configuration file in the modified merged configuration file based on the modified merged configuration file and the first configuration file, and updating the second configuration file based on the part which does not belong to the first configuration file. Due to the fact that most modifications are made by OEM manufacturers in the process of modifying the configuration file of the kernel code of the operating system, the configuration of the chip manufacturer is basically fixed after the chip manufacturer leaves the factory, that is, the first configuration file is basically fixed, and the second configuration file is often used for modification. The merged configuration file is merged from the first configuration file and the second configuration file, so that the merged configuration file and the first configuration file after modification can be compared with each other, and different parts are parts corresponding to the second configuration file. Since the second configuration file has already been merged with the first configuration file into a merged configuration file, the second configuration file at this point may be generated directly from the first configuration file and the modified merged configuration file, which is essentially an update to the second configuration file.
In addition, based on the modification information of the configuration file by the corresponding vendor, updating the corresponding configuration file may further include: and according to a preset modification specification, directly modifying in the created second configuration file. The modification process is different from the aforementioned modification process, the aforementioned modification process is to modify after the first configuration file and the second configuration file are merged, and the modification process is to modify before the first configuration file and the second configuration file are merged, and according to a preset modification specification, it means that a modification item corresponding to modification information is stored in the second configuration file according to a specified writing format. After the modification, the update of the second configuration file is completed, and then, when the kernel code of the operating system is to be configured, the first configuration file and the second configuration file may be merged to obtain a merged configuration file, and then the merged configuration file is compiled to configure the kernel code of the operating system, thereby completing the modification and the update of the kernel code of the operating system.
Specifically, in this embodiment, merging the configuration files, and forming a merged configuration file may include: and merging the configuration files through scripts. One optional script is a shell script, and the shell script create _ defconfig.sh is used for merging, so that the first configuration file defconfig and the second configuration file diffconfig are merged into defconfig for compiling an operating system kernel code. After the merging process, modifying the merged configuration file defconfig through a configuration menu provided by an operating system kernel code, namely make menuconfig, after the completion, generating a new merged configuration file defconfig modified by menuconfig through saveconfig, updating a second configuration file, namely update _ diff, through a shell script, separating new content in the modified merged configuration file from a source generation configuration file, namely a first configuration file, and forming a new second configuration file diffconfig.
In this embodiment, the modification information of the configuration file by the corresponding manufacturer may mainly include at least one of addition, deletion, and adjustment. Adding, namely adding corresponding configuration items in the configuration file; if the configuration file is deleted, the corresponding configuration item in the configuration file is removed; the adjustment is to modify the configuration items, possibly parameter values, on the basis of keeping the configuration items in the configuration file.
The embodiment provides a kernel configuration method, which aims at the problems of unclear direction of configuration items in kernel codes of an operating system and inconvenient management in the prior art, and confirms at least two types of created configuration files, which respectively correspond to an OEM and a chip manufacturer; and merging the configuration files to form a merged configuration file, compiling the merged configuration file, and configuring the kernel code of the operating system. Through the implementation of the embodiment, the source of the configuration of the kernel code of the operating system is determined in a manner that the configuration file is split based on a manufacturer, namely an initiator, so that the management cost of the configuration file is reduced.
Second embodiment
Referring to fig. 4, fig. 4 is a detailed flowchart of a kernel configuration method according to a second embodiment of the present invention, including:
s401, confirming a first configuration file and a second configuration file which are created, wherein the first configuration file corresponds to a chip manufacturer, and the second configuration file corresponds to an OEM;
the first configuration file corresponds to a chip manufacturer, namely defconfig; the second configuration file corresponds to the OEM vendor, either diffconfig or OEM-config.
S402, confirming modification information of the OEM to the second configuration file;
in the process of modifying the configuration file of the kernel code of the operating system, most modifications are carried out by OEM manufacturers, the configuration of a chip manufacturer is basically fixed after the chip manufacturer leaves a factory, that is, the first configuration file is basically fixed, and the modified configuration file is often the second configuration file.
S403, adding the modification information into a second configuration file according to a preset modification specification;
and according to a preset modification specification, storing a modification item corresponding to the modification information into a second configuration file according to a writing format of the specification. After the modification, the update of the second configuration file is also completed.
S404, merging the first configuration file and the second configuration file to form a merged configuration file;
the configuration of the kernel should be performed from the whole configuration file, and therefore, separate configuration files need to be merged, and the kernel code of the operating system is configured by using the merged configuration file to complete the modification and update of the kernel code of the operating system.
S405, compiling the merged configuration file and configuring the kernel code of the operating system.
Referring to fig. 5, fig. 5 is a detailed flowchart of another kernel configuration method provided in this embodiment, including:
s501, confirming a first configuration file and a second configuration file which are created, wherein the first configuration file corresponds to a chip manufacturer, and the second configuration file corresponds to an OEM;
the first configuration file corresponds to a chip manufacturer, namely defconfig; the second configuration file corresponds to the OEM vendor, either diffconfig or OEM-config.
S502, merging the first configuration file and the second configuration file to form a merged configuration file;
the configuration of the kernel should be performed from the whole configuration file, and therefore, separate configuration files need to be merged, and the kernel code of the operating system is configured by using the merged configuration file to complete the modification and update of the kernel code of the operating system.
S503, confirming modification information of the OEM to the second configuration file;
in the process of modifying the configuration file of the kernel code of the operating system, most modifications are carried out by OEM manufacturers, the configuration of a chip manufacturer is basically fixed after the chip manufacturer leaves a factory, that is, the first configuration file is basically fixed, and the modified configuration file is often the second configuration file.
S504, modifying the merged configuration file in the graphical interface through a configuration menu provided by the kernel code of the operating system;
the operating system kernel code provides a canonical configuration menu, which is often presented to the user in the form of a graphical interface, and the user can operate intuitively. The merged configuration file is a configuration file capable of directly configuring the kernel code of the operating system, and obviously, the modified merged configuration file obtained after the operation of the merged configuration file can also be upgraded with the kernel code of the operating system.
S505, configuring the kernel code of the operating system based on the modified combined configuration file;
s506, compiling the merged configuration file and configuring the kernel of the operating system.
And separating the part which does not belong to the first configuration file in the modified merged configuration file based on the modified merged configuration file and the first configuration file, and updating the second configuration file based on the part which does not belong to the first configuration file.
The embodiment provides two kernel configuration methods, and aims at the problems of unclear orientation of configuration items in kernel codes of an operating system and inconvenient management in the prior art, at least two types of created configuration files are confirmed, and the configuration files correspond to an OEM (original equipment manufacturer) and a chip manufacturer respectively; and merging the configuration files to form a merged configuration file, compiling the merged configuration file, and configuring the kernel code of the operating system. Through the implementation of the embodiment, the source of the configuration of the kernel code of the operating system is determined in a manner that the configuration file is split based on a manufacturer, namely an initiator, so that the management cost of the configuration file is reduced.
Third embodiment
The present embodiment provides a terminal, as shown in fig. 6, including a processor 61, a memory 62, and a communication bus 63;
the communication bus 63 is used for realizing connection communication between the processor 61 and the memory 62;
the memory 62 is used for storing a kernel configuration program;
the processor 61 is configured to execute the core configuration program stored in the memory 62 to implement the steps of the core configuration method provided in the foregoing embodiments, which are not described herein again.
The present embodiment also provides a computer-readable storage medium, where one or more programs are stored in the computer-readable storage medium, and the one or more programs may be executed by one or more processors to implement the steps of the kernel configuration method as illustrated in the foregoing embodiments, which are not described herein again.
The invention provides a kernel configuration method, a terminal and a computer readable storage medium, wherein a continuous storage space is reserved in a file system, a program file and a related configuration file of terminal software are written in the file system, when the file system reads the file, the needed file content is read to a cache by using a cache and a pre-reading function, and the storage content of the continuous storage space in the next file system is read to the cache together, thereby avoiding the problems of slower file reading and slow terminal software response caused by traversing most of the storage space in the file system due to the discontinuous kernel configuration, realizing the aim of improving the file reading speed, reducing the time consumption for starting the terminal software and improving the user experience.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
While the present invention has been described with reference to the embodiments shown in the drawings, the present invention is not limited to the embodiments, which are illustrative and not restrictive, and it will be apparent to those skilled in the art that various changes and modifications can be made therein without departing from the spirit and scope of the invention as defined in the appended claims.

Claims (7)

1. A method for configuring a kernel, comprising:
confirming each created configuration file; the configuration files at least comprise two types, namely a first configuration file and a second configuration file, wherein the first configuration file corresponds to a chip manufacturer, and the second configuration file corresponds to an original equipment manufacturer; merging the configuration files to form a merged configuration file;
compiling the merged configuration file and configuring the kernel code of the operating system;
and modifying the merged configuration file in a configuration menu provided by the operating system kernel code, separating a part which does not belong to the first configuration file in the modified merged configuration file based on the modified merged configuration file and the first configuration file, and updating the second configuration file based on the part which does not belong to the first configuration file.
2. The kernel configuration method of claim 1, wherein the updating the corresponding configuration file based on the modification information of the configuration file by the corresponding vendor further comprises:
and according to a preset modification specification, directly modifying the created second configuration file.
3. The kernel configuration method according to claim 2, wherein the modifying directly in the created second configuration file according to a preset modification specification comprises:
and saving the modification items corresponding to the modification information into the second configuration file according to a standard writing format.
4. The kernel configuration method of claim 1, wherein the updating the corresponding configuration file based on the modification information of the configuration file by the corresponding vendor comprises:
the modification information includes at least one of addition, deletion and adjustment.
5. A kernel configuration method according to any of claims 1-4, wherein said merging the respective configuration files to form a merged configuration file comprises:
and merging the configuration files through the shell script.
6. A terminal comprising a processor, a memory, and a communication bus;
the communication bus is used for realizing connection communication between the processor and the memory;
the processor is configured to execute a core configuration program stored in the memory to implement the steps of the core configuration method according to any of claims 1-5.
7. A computer-readable storage medium, storing one or more programs, the one or more programs being executable by one or more processors to perform the steps of the core configuration method as claimed in any one of claims 1-5.
CN201710900820.XA 2017-09-28 2017-09-28 Kernel configuration method, terminal and computer readable storage medium Active CN107748680B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710900820.XA CN107748680B (en) 2017-09-28 2017-09-28 Kernel configuration method, terminal and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710900820.XA CN107748680B (en) 2017-09-28 2017-09-28 Kernel configuration method, terminal and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN107748680A CN107748680A (en) 2018-03-02
CN107748680B true CN107748680B (en) 2021-03-16

Family

ID=61254591

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710900820.XA Active CN107748680B (en) 2017-09-28 2017-09-28 Kernel configuration method, terminal and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN107748680B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111338636B (en) * 2020-02-21 2023-09-26 北京小米松果电子有限公司 Kernel preprocessing method, kernel preprocessing device and electronic equipment
CN112231010B (en) * 2020-09-28 2023-06-06 四川新网银行股份有限公司 Method for managing and dynamically updating application configuration information based on OSGI (open service gateway initiative) specification
CN112526932A (en) * 2020-12-16 2021-03-19 上海维宏电子科技股份有限公司 Method, system, device, processor, storage medium and application for realizing three-level configuration setting management by numerical control processing software

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1790257A (en) * 2004-12-13 2006-06-21 华为技术有限公司 Method for uniformly configuring configuration files
CN104094225A (en) * 2011-11-28 2014-10-08 韦斯技术有限公司 Creation or installation of disk image for target device having one of a plurality of hardware platforms
CN105573796A (en) * 2015-12-21 2016-05-11 曙光信息产业(北京)有限公司 Function switching method and function switching device for FPGA
CN106605209A (en) * 2014-09-02 2017-04-26 起元科技有限公司 Controlling data processing tasks

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8392895B2 (en) * 2009-01-13 2013-03-05 Mediatek Inc. Firmware extension method and firmware builder

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1790257A (en) * 2004-12-13 2006-06-21 华为技术有限公司 Method for uniformly configuring configuration files
CN104094225A (en) * 2011-11-28 2014-10-08 韦斯技术有限公司 Creation or installation of disk image for target device having one of a plurality of hardware platforms
CN106605209A (en) * 2014-09-02 2017-04-26 起元科技有限公司 Controlling data processing tasks
CN105573796A (en) * 2015-12-21 2016-05-11 曙光信息产业(北京)有限公司 Function switching method and function switching device for FPGA

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
"linux deconfig config kconfig与makefile";六角雅阁;《https://blog.csdn.net/liujiaoyage/article/details/34430353》;20140625;第1-2页 *
使用merge_config合并两个或多个kernel config;tiantao012;《https://blog.csdn.net/tiantao2012/article/details/64121502》;20170320;第1页 *
内核中修改和保存defconfig的方法;j_j_g_a;《https://blog.csdn.net/jjg1986/article/details/46861667》;20160713;第1页 *

Also Published As

Publication number Publication date
CN107748680A (en) 2018-03-02

Similar Documents

Publication Publication Date Title
CN108572764B (en) Character input control method and device and computer readable storage medium
CN108228222A (en) A kind of upgrade method of firmware data, mobile terminal and computer storage media
CN107329865B (en) Method for opening adb function of debugging bridge, mobile terminal and computer readable medium
CN107749919B (en) Application program page display method and device and computer readable storage medium
CN107979667B (en) Dual-screen display method, mobile terminal and computer-readable storage medium
CN110187808B (en) Dynamic wallpaper setting method and device and computer-readable storage medium
CN109766119B (en) Recovery partition upgrade method, terminal and computer readable storage medium
CN109710159B (en) Flexible screen response method and device and computer readable storage medium
CN110064192A (en) Interface control method, mobile terminal and computer readable storage medium
CN112822538A (en) Screen projection display method, screen projection device, terminal and storage medium
CN107748680B (en) Kernel configuration method, terminal and computer readable storage medium
CN113157234A (en) Screen projection display control method and device and computer readable storage medium
CN109725819B (en) Interface display method and device, double-screen double-system terminal and readable storage medium
CN109725967B (en) Method and device for adjusting horizontal and vertical screen display errors, mobile terminal and storage medium
CN111158617A (en) Screen-casting content synchronization method, mobile terminal and computer-readable storage medium
CN110955397A (en) Method for setting frame rate of game terminal, game terminal and storage medium
CN108810262B (en) Application configuration method, terminal and computer readable storage medium
CN107239208B (en) Method, apparatus, and computer-readable storage medium for processing screenshot
CN107153551B (en) Font switching method, mobile terminal and computer readable storage medium
CN112888084A (en) Full-band communication method and device and mobile terminal
CN112423211A (en) Multi-audio transmission control method, equipment and computer readable storage medium
CN110187934B (en) Application control method, terminal and computer readable storage medium
CN110083294B (en) Screen capturing method, terminal and computer readable storage medium
CN107506103A (en) A kind of terminal control method, terminal and computer-readable recording medium
CN109068314B (en) Operator configuration file switching method, intelligent device and readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant