CN115098190A - Method, device, terminal and storage medium for improving starting speed of SSD (solid State disk) system - Google Patents

Method, device, terminal and storage medium for improving starting speed of SSD (solid State disk) system Download PDF

Info

Publication number
CN115098190A
CN115098190A CN202210762655.7A CN202210762655A CN115098190A CN 115098190 A CN115098190 A CN 115098190A CN 202210762655 A CN202210762655 A CN 202210762655A CN 115098190 A CN115098190 A CN 115098190A
Authority
CN
China
Prior art keywords
firmware
speed
boot loader
boot
storage medium
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.)
Pending
Application number
CN202210762655.7A
Other languages
Chinese (zh)
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.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent 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 Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202210762655.7A priority Critical patent/CN115098190A/en
Publication of CN115098190A publication Critical patent/CN115098190A/en
Pending legal-status Critical Current

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

Landscapes

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

Abstract

The invention relates to the field of starting of an SSD (solid State disk) system, and particularly discloses a method, a device, a terminal and a storage medium for improving the starting speed of the SSD system, wherein a boot loader is configured to have the fastest clock frequency; deleting modules and functions that would otherwise have to be initialized in the boot loader; compressing firmware in a storage medium; the boot loader reads the compressed firmware according to the highest speed allowed by the storage medium, decompresses and verifies the compressed firmware and then loads the decompressed firmware to the memory; and after the boot loader is stable, closing the debugging output or outputting the debugging output to the memory. The method and the device have the advantages of configuring the operating frequency to be fastest, deleting unnecessary functions, improving the software optimization level, saving the loading time by selecting a firmware compression mode, closing debugging output, optimizing the verification algorithm of the optimized firmware, reducing the running time of the boot loader, realizing the optimization of the loading starting process and the running process of the boot loader at the boot loader stage, improving the starting speed of the SSD embedded system and improving the user experience quality.

Description

Method, device, terminal and storage medium for improving starting speed of SSD (solid State disk) system
Technical Field
The invention relates to the field of SSD system starting, in particular to a method, a device, a terminal and a storage medium for improving the starting speed of an SSD system.
Background
The SSD is used as an embedded system and has the characteristics of high integration and strong practicability. In the application scenario, the quick start response of the system is an important technical index. The starting speed of the system is accelerated, so that the user experience is improved, and the starting time is an important performance parameter in some environments which originally need to be started quickly. The boot time of the SSD is not fast enough, and the boot time of the host is affected to some extent, which becomes a bottleneck in the whole system. At present, most of embedded system software of the SSD adopts a real-time system or a traditional foreground and background mode, and both the mode and the defect of the software system and the time-consuming operation of subsequent introduction can cause the starting time to be lengthened.
Disclosure of Invention
In order to solve the above problems, the present invention provides a method, an apparatus, a terminal and a storage medium for increasing the start-up speed of an SSD system, which optimize the load start-up flow and the operation flow of the bootloader itself at the bootloader stage, thereby increasing the start-up speed of the SSD embedded system and improving the user experience quality.
In a first aspect, a technical solution of the present invention provides a method for increasing a startup speed of an SSD system, including the steps of:
configuring the boot loader to the fastest clock frequency;
deleting modules and functions that would otherwise have to be initialized in the boot loader;
compressing firmware in a storage medium;
the boot loader reads the compressed firmware according to the fastest speed allowed by the storage medium, decompresses and verifies the read compressed firmware, and then loads the decompressed firmware into the memory;
and after the boot loader is stable, closing the debugging output or outputting the debugging output to the memory.
Further, the method comprises the following steps:
configuring a hardware resource initialization time sequence in the firmware, so that the selected part of the hardware peripherals are initialized after the system power-on stage is completed;
for task functions that can be implemented asynchronously, asynchronous execution is configured in firmware.
Further, the method comprises the following steps:
and the boot loader adopts fragment verification to verify the firmware, and fragments the data by taking the fastest verification speed as an index.
Further, the method comprises the following steps:
and for the shutdown or the output to the memory debugging output, storing the data to a storage medium after the system is started.
In a second aspect, the present invention provides an apparatus for increasing the boot speed of an SSD system, comprising,
a clock frequency configuration module: configuring the boot loader to the fastest clock frequency;
a function deleting module: deleting modules and functions that would otherwise have to be initialized in the boot loader;
a firmware compression module: compressing firmware in a storage medium;
a firmware loading module: the boot loader reads the compressed firmware according to the highest speed allowed by the storage medium, decompresses and verifies the compressed firmware and then loads the decompressed firmware to the memory;
a debugging output processing module: and after the boot loader is stable, closing the debugging output or outputting the debugging output to the memory.
Further, the device also comprises a control device,
an initialization configuration module: configuring a hardware resource initialization time sequence in the firmware, so that the selected part of the hardware peripherals are initialized after the system power-on stage is completed;
the task execution configuration module: for task functions that can be implemented asynchronously, it is configured in firmware to execute asynchronously.
Further, the verifying by the firmware loading module specifically includes:
and the boot loader verifies the firmware by adopting fragment verification, and fragments the data by taking the fastest verification speed as an index.
Further, the debug output processing module saves the closed or output memory debug output to a storage medium after the system is started.
In a third aspect, a technical solution of the present invention provides a terminal, including:
a memory for storing a program for increasing a boot speed of the SSD system;
a processor for implementing the steps of the method for increasing the boot-up speed of the SSD system as described in any of the above when the program for increasing the boot-up speed of the SSD system is executed.
In a fourth aspect, the present invention provides a computer-readable storage medium, where a program for increasing the SSD system boot speed is stored, and when the program is executed by a processor, the method for increasing the SSD system boot speed includes any one of the steps described above.
Compared with the prior art, the method, the device, the terminal and the storage medium for improving the starting speed of the SSD system have the following beneficial effects: the method has the advantages of configuring the operating frequency to be fastest, deleting unnecessary functions, improving the optimization level of software, saving the loading time by selecting a firmware compression mode, closing debugging output, optimizing a verification algorithm of optimized firmware, reducing the operating time of a boot loader, optimizing a loading starting process and an operating process of the boot loader at the boot loader stage, improving the starting speed of the SSD embedded system and improving the user experience quality. The firmware starting process is optimized preferentially, the power-on time sequences of different modules are arranged reasonably, synchronous operation is avoided, and the starting speed of the SSD system is further improved effectively.
Drawings
In order to clearly illustrate the embodiments or technical solutions of the present application, the drawings used in the embodiments or technical solutions of the present application will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present application, and other drawings can be obtained by those skilled in the art without creative efforts.
Fig. 1 is a flowchart illustrating a method for increasing a boot speed of an SSD system according to an embodiment of the present invention.
Fig. 2 is a schematic block diagram of a device structure for increasing the boot speed of the SSD system according to an embodiment of the present invention.
Fig. 3 is a schematic structural diagram of a terminal according to an embodiment of the present invention.
Detailed Description
Some terms related to the present invention are explained below.
SSD: provided is a solid state disk.
An embedded system: the embedded system is composed of hardware and software and is a device capable of independently operating. The software content only comprises a software running environment and an operating system thereof. The hardware content includes various contents including signal processor, memory, communication module, etc
bootloader, which is a boot loader, can initialize hardware devices and establish a memory space mapping map before the firmware system runs, so as to bring the software and hardware environment of the system to a proper state, so as to prepare a correct environment for finally calling the kernel of the operating system.
In order that those skilled in the art will better understand the disclosure, the following detailed description will be given with reference to the accompanying drawings. It is to be understood that the embodiments described are only a few embodiments of the present application and not all embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments in the present application without making any creative effort belong to the protection scope of the present application.
Fig. 1 is a flowchart illustrating a method for increasing a boot speed of an SSD system according to an embodiment of the present invention, as shown in fig. 1, the method includes the following steps.
S101, configuring the boot loader to be the fastest clock frequency.
And the fastest clock frequency is configured for the boot loader, so that the running speed of the program is accelerated.
S102, deleting modules and functions which are not necessarily initialized in the boot loader.
Optimizing the boot loader, deleting modules and functions which are not necessarily initialized in the boot loader, and improving the compiling optimization level of the boot loader.
S103, compressing the firmware in the storage medium.
The firmware can be selected to be compressed by comprehensively comparing the reading time of the firmware storage medium and the time consumed by a decompression algorithm. With a hardware accelerator or related optimization for the CPU, then selecting the compressed firmware can save a significant amount of time.
And S104, the boot loader reads the compressed firmware according to the fastest speed allowed by the storage medium, decompresses and verifies the compressed firmware and then loads the decompressed firmware to the memory.
The speed of reading the firmware from the storage medium is maximized, and the fastest reading speed is configured according to the fastest speed allowed by the storage medium, so that the firmware is read at the fastest speed.
And S105, after the boot loader is stable, closing the debugging output or outputting the debugging output to the memory.
The method for improving the starting speed of the SSD system, provided by the embodiment of the invention, has the advantages that the operation frequency is configured to be the fastest, unnecessary functions are deleted, the software optimization level is improved, the loading time is saved by selecting a firmware compression mode, the debugging output is closed, the running time of the boot loader is reduced, the optimized loading starting process and the running process of the boot loader are realized at the boot loader stage, the starting speed of the SSD embedded system can be improved, and the user experience quality is improved.
On the basis of the above embodiment, as a preferred embodiment, the boot loader verifies the firmware by adopting fragment verification, and fragments the data by using the fastest verification speed as an index.
The boot loader loads the firmware from the norflsh or nand storage medium to the memory, and the firmware needs to be checked to confirm the data correctness. The firmware verification needs to be adapted according to an actual algorithm, generally is fragment verification, and needs to select a proper fragment size according to the algorithm.
It should be noted that, in the implementation, the verified key algorithm program or the entire program may also be executed in the TCM (trusted cryptography module), so as to accelerate the running speed of the program.
On the basis of the above embodiment, as a preferred implementation, the memory debug output is closed or output, and is saved to the storage medium after the system is started.
On the basis of the above embodiment, as a preferred implementation, the method further includes:
configuring a hardware resource initialization time sequence in the firmware, so that the selected part of hardware peripherals are initialized after the system power-on stage is completed;
for task functions that can be implemented asynchronously, it is configured in firmware to execute asynchronously.
And optimizing a power-on flow in the firmware program, wherein various resources required by the system need to be initialized in the power-on flow, and finally realizing power-on after interaction with the host is completed. The initialization time sequence of hardware resources is reasonably optimized, and the initialization of part of hardware peripherals can be realized after the power-on stage is completed, so that the power-on time is shortened. Some task functions can be asynchronously realized, and the condition that the CPU is exclusively used and waits is avoided. It should be noted that, for which hardware peripherals are initialized after the system power-on stage is completed, the selection may be performed as needed, and the specific selection mode does not affect the specific implementation of the embodiment.
To further understand the present invention, a specific embodiment is provided below to further describe the present invention, which is configured from the following aspects to improve the boot speed of the SSD system.
Reducing bootloader run time
(1) And the bootloader configures the fastest clock frequency to accelerate the program running speed.
(2) The bootloader program optimizes the configuration and deletes modules or functions that do not have to be initialized in the bootloader. And the compiling optimization level of the bootloader program is improved.
(3) And loading the firmware to the flow optimization configuration of the memory by the bootloader program. Generally, bootloader loads firmware from a storage medium such as norfly or nand to a memory, and the firmware needs to be checked to confirm data correctness. Different systems have different loading and checking modes. Here, the configuration can be optimized according to the actual platform:
a. the firmware is compressed and decompressed in the bootloader. The firmware can be selected to be compressed by comprehensively comparing the reading time of the firmware storage medium and the time consumed by a decompression algorithm. With a hardware accelerator or related optimization for the CPU, then selecting compressed firmware can save a significant amount of time.
b. The speed of reading the firmware from the storage medium is maximized. And configuring the fastest reading speed according to the fastest speed allowed by the storage medium, and reading at the fastest speed.
c. Firmware verification needs to be adapted according to an actual algorithm, generally is fragment verification, and needs to select a proper fragment size according to the algorithm.
d. The critical checking algorithm program or the whole program can be executed in the TCM to accelerate the running speed of the program.
(4) The insignificant debug output code is totally deleted. After the bootloader is stable, debugging output is completely closed or output to a memory, and the debugging output is stored in a storage medium after the system is started.
(II) firmware boot process configuration
And configuring a power-on process in the firmware program. Various resources required by the system are required to be initialized in the power-on process, and finally, the power-on is realized after the interaction with the host is completed.
a. The initialization time sequence of hardware resources is reasonably configured, and the initialization of partial hardware peripherals can be realized after the power-on stage is completed.
b. Some task functions can be asynchronously realized, and the condition that the CPU is exclusively used and waits is avoided.
The above embodiment of the method for increasing the SSD system start-up speed is described in detail, and based on the method for increasing the SSD system start-up speed described in the above embodiment, the embodiment of the present invention further provides a device for increasing the SSD system start-up speed corresponding to the method.
Fig. 2 is a schematic block diagram of a structure of an apparatus for increasing a boot speed of an SSD system according to an embodiment of the present invention, as shown in fig. 2, the apparatus includes: the device comprises a clock frequency configuration module, a function deleting module, a firmware compression module, a firmware loading module, a debugging output processing module, an initialization configuration module and a task execution configuration module.
A clock frequency configuration module: the boot loader is configured to the fastest clock frequency.
A function deleting module: modules and functions that would otherwise have to be initialized in the boot loader are deleted.
A firmware compression module: the firmware in the storage medium is compressed.
A firmware loading module: and the boot loader reads the compressed firmware according to the fastest speed allowed by the storage medium, decompresses and verifies the compressed firmware and then loads the decompressed firmware to the memory.
A debugging output processing module: and after the boot loader is stable, closing the debugging output or outputting the debugging output to the memory.
An initialization configuration module: and configuring a hardware resource initialization time sequence in the firmware, so that the selected part of the hardware peripheral equipment is initialized after the system power-on stage is completed.
The task execution configuration module: for task functions that can be implemented asynchronously, it is configured in firmware to execute asynchronously.
Wherein, the firmware loading module checks, specifically including: and the boot loader verifies the firmware by adopting fragment verification, and fragments the data by taking the fastest verification speed as an index. And the debugging output processing module is used for saving the closed or output memory debugging output to a storage medium after the system is started.
The device for increasing the SSD system starting speed of the embodiment is used for implementing the aforementioned method for increasing the SSD system starting speed, so that the specific implementation manner of the device can be seen from the embodiment section of the method for increasing the SSD system starting speed in the foregoing, and therefore, the specific implementation manner of the device can refer to the description of the corresponding respective section embodiments, and is not further described herein.
In addition, since the apparatus for increasing the SSD system start-up speed of the embodiment is used for implementing the method for increasing the SSD system start-up speed, the function corresponds to the function of the method, and is not described herein again.
Fig. 3 is a schematic structural diagram of a terminal device 300 according to an embodiment of the present invention, including: a processor 310, a memory 320, and a communication unit 330. The processor 310 is configured to implement the program stored in the memory 320 for increasing the boot speed of the SSD system, and implement the following steps:
configuring the boot loader to the fastest clock frequency;
deleting modules and functions that would otherwise have to be initialized in the boot loader;
compressing firmware in a storage medium;
the boot loader reads the compressed firmware according to the highest speed allowed by the storage medium, decompresses and verifies the compressed firmware and then loads the decompressed firmware to the memory;
and after the boot loader is stable, closing the debugging output or outputting the debugging output to the memory.
The method and the device have the advantages of configuring the operating frequency to be fastest, deleting unnecessary functions, improving the software optimization level, saving the loading time by selecting a firmware compression mode, closing debugging output, optimizing the verification algorithm of the optimized firmware, reducing the running time of the boot loader, realizing the optimization of the loading starting process and the running process of the boot loader at the boot loader stage, improving the starting speed of the SSD embedded system and improving the user experience quality. The firmware starting process is optimized preferentially, the power-on time sequences of different modules are arranged reasonably, synchronous operation is avoided, and the starting speed of the SSD system is further improved effectively.
The terminal device 300 includes a processor 310, a memory 320, and a communication unit 330. The components communicate via one or more buses, and those skilled in the art will appreciate that the architecture of the servers shown in the figures is not intended to be limiting, and may be a bus architecture, a star architecture, a combination of more or less components than those shown, or a different arrangement of components.
The memory 320 may be used for storing instructions executed by the processor 310, and the memory 320 may be implemented by any type of volatile or non-volatile storage terminal or combination thereof, such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic disk or optical disk. The executable instructions in memory 320, when executed by processor 310, enable terminal 300 to perform some or all of the steps in the method embodiments described below.
The processor 310 is a control center of the storage terminal, connects various parts of the entire electronic terminal using various interfaces and lines, and performs various functions of the electronic terminal and/or processes data by operating or executing software programs and/or modules stored in the memory 320 and calling data stored in the memory. The processor may be composed of an Integrated Circuit (IC), for example, a single packaged IC, or a plurality of packaged ICs connected with the same or different functions. For example, the processor 310 may include only a Central Processing Unit (CPU). In the embodiment of the present invention, the CPU may be a single operation core, or may include multiple operation cores.
A communication unit 330, configured to establish a communication channel so that the storage terminal can communicate with other terminals. And receiving user data sent by other terminals or sending the user data to other terminals.
The present invention also provides a computer storage medium, wherein the storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM) or a Random Access Memory (RAM).
The computer storage medium stores a program for increasing the boot speed of the SSD system, which when executed by the processor, performs the steps of:
configuring the boot loader to the fastest clock frequency;
deleting modules and functions that would otherwise have to be initialized in the boot loader;
compressing firmware in a storage medium;
the boot loader reads the compressed firmware according to the highest speed allowed by the storage medium, decompresses and verifies the compressed firmware and then loads the decompressed firmware to the memory;
and after the boot loader is stable, closing the debugging output or outputting the debugging output to the memory.
The method and the device have the advantages of configuring the operating frequency to be fastest, deleting unnecessary functions, improving the software optimization level, saving the loading time by selecting a firmware compression mode, closing debugging output, optimizing the verification algorithm of the optimized firmware, reducing the running time of the boot loader, realizing the optimization of the loading starting process and the running process of the boot loader at the boot loader stage, improving the starting speed of the SSD embedded system and improving the user experience quality. The firmware starting process is optimized preferentially, the power-on time sequences of different modules are arranged reasonably, synchronous operation is avoided, and the starting speed of the SSD system is further improved effectively.
Those skilled in the art will readily appreciate that the techniques of the embodiments of the present invention may be implemented using software plus any required general purpose hardware platform. Based on such understanding, the technical solutions in the embodiments of the present invention may be embodied in the form of a software product, where the computer software product is stored in a storage medium, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and the like, and the storage medium can store program codes, and includes instructions for enabling a computer terminal (which may be a personal computer, a server, or a second terminal, a network terminal, and the like) to perform all or part of the steps of the method in the embodiments of the present invention.
In the embodiments provided in the present invention, it should be understood that the disclosed system, apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one position, or may be distributed on multiple network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit.
The above disclosure is only for the preferred embodiments of the present invention, but the present invention is not limited thereto, and any non-inventive changes that can be made by those skilled in the art and several modifications and amendments made without departing from the principle of the present invention shall fall within the protection scope of the present invention.

Claims (10)

1. A method of increasing the boot speed of an SSD system, comprising the steps of:
configuring the boot loader to the fastest clock frequency;
deleting modules and functions that would otherwise have to be initialized in the boot loader;
compressing firmware in a storage medium;
the boot loader reads the compressed firmware according to the highest speed allowed by the storage medium, decompresses and verifies the compressed firmware and then loads the decompressed firmware to the memory;
and after the boot loader is stable, closing the debugging output or outputting the debugging output to the memory.
2. The method of increasing boot speed of an SSD system of claim 1, further comprising the steps of:
configuring a hardware resource initialization time sequence in the firmware, so that the selected part of hardware peripherals are initialized after the system power-on stage is completed;
for task functions that can be implemented asynchronously, it is configured in firmware to execute asynchronously.
3. A method of increasing boot speed of an SSD system according to claim 1 or claim 2, the method further comprising the steps of:
and the boot loader adopts fragment verification to verify the firmware, and fragments the data by taking the fastest verification speed as an index.
4. The method of increasing boot speed of an SSD system of claim 3, further comprising the steps of:
and for the shutdown or the output to the memory debugging output, storing the data to a storage medium after the system is started.
5. An apparatus for increasing boot speed of an SSD system, comprising,
a clock frequency configuration module: configuring the boot loader to the fastest clock frequency;
a function deleting module: deleting modules and functions that would otherwise have to be initialized in the boot loader;
a firmware compression module: compressing firmware in a storage medium;
a firmware loading module: the boot loader reads the compressed firmware according to the highest speed allowed by the storage medium, decompresses and verifies the compressed firmware and then loads the decompressed firmware to the memory;
a debugging output processing module: and after the boot loader is stable, closing the debugging output or outputting the debugging output to the memory.
6. The apparatus for increasing boot speed of an SSD system of claim 5, wherein the apparatus further comprises,
an initialization configuration module: configuring a hardware resource initialization time sequence in the firmware, so that the selected part of hardware peripherals are initialized after the system power-on stage is completed;
the task execution configuration module: for task functions that can be implemented asynchronously, it is configured in firmware to execute asynchronously.
7. The apparatus of claim 5 or 6, wherein the firmware loading module performs verification, specifically comprising:
and the boot loader adopts fragment verification to verify the firmware, and fragments the data by taking the fastest verification speed as an index.
8. The apparatus of claim 7, wherein the debug output processing module is configured to save the shutdown or output to the memory debug output to the storage medium after the system is started.
9. A terminal, comprising:
a memory for storing a program for increasing a boot speed of the SSD system;
a processor for implementing the steps of the method for increasing the boot speed of the SSD system according to any of claims 1 to 4 when executing the program for increasing the boot speed of the SSD system.
10. A computer-readable storage medium, wherein the readable storage medium stores thereon a program for increasing the boot speed of an SSD system, and the program for increasing the boot speed of an SSD system, when executed by a processor, implements the steps of the method for increasing the boot speed of an SSD system as recited in any one of claims 1-4.
CN202210762655.7A 2022-06-30 2022-06-30 Method, device, terminal and storage medium for improving starting speed of SSD (solid State disk) system Pending CN115098190A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210762655.7A CN115098190A (en) 2022-06-30 2022-06-30 Method, device, terminal and storage medium for improving starting speed of SSD (solid State disk) system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210762655.7A CN115098190A (en) 2022-06-30 2022-06-30 Method, device, terminal and storage medium for improving starting speed of SSD (solid State disk) system

Publications (1)

Publication Number Publication Date
CN115098190A true CN115098190A (en) 2022-09-23

Family

ID=83294911

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210762655.7A Pending CN115098190A (en) 2022-06-30 2022-06-30 Method, device, terminal and storage medium for improving starting speed of SSD (solid State disk) system

Country Status (1)

Country Link
CN (1) CN115098190A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114327652A (en) * 2021-12-24 2022-04-12 杭州荣旗科技有限公司 Rapid starting method based on Android industrial application
CN115309347A (en) * 2022-10-10 2022-11-08 苏州浪潮智能科技有限公司 Time management method, device, equipment and medium based on SSD master control frequency conversion
CN115543467A (en) * 2022-11-30 2022-12-30 天津聚芯光禾科技有限公司 Method for accelerating starting speed of switch
CN117251216A (en) * 2023-09-15 2023-12-19 上海合芯数字科技有限公司 Server firmware starting optimization method, system, server and storage medium
CN117971552A (en) * 2024-03-28 2024-05-03 深圳市赛元微电子股份有限公司 Data processing method and device based on verification algorithm and computer equipment

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114327652A (en) * 2021-12-24 2022-04-12 杭州荣旗科技有限公司 Rapid starting method based on Android industrial application
CN114327652B (en) * 2021-12-24 2023-11-10 杭州荣旗科技有限公司 Quick starting method based on Android industrial application
CN115309347A (en) * 2022-10-10 2022-11-08 苏州浪潮智能科技有限公司 Time management method, device, equipment and medium based on SSD master control frequency conversion
CN115543467A (en) * 2022-11-30 2022-12-30 天津聚芯光禾科技有限公司 Method for accelerating starting speed of switch
CN117251216A (en) * 2023-09-15 2023-12-19 上海合芯数字科技有限公司 Server firmware starting optimization method, system, server and storage medium
CN117251216B (en) * 2023-09-15 2024-04-05 上海合芯数字科技有限公司 Server firmware starting optimization method, system, server and storage medium
CN117971552A (en) * 2024-03-28 2024-05-03 深圳市赛元微电子股份有限公司 Data processing method and device based on verification algorithm and computer equipment

Similar Documents

Publication Publication Date Title
CN115098190A (en) Method, device, terminal and storage medium for improving starting speed of SSD (solid State disk) system
US8719810B2 (en) Program upgrade system and method for over the air-capable mobile terminal
EP3518100B1 (en) Quick loading method for kernel image file, and apparatus
CN110825419B (en) Firmware refreshing method and device, electronic equipment and storage medium
CN109413497B (en) Intelligent television and system starting method thereof
CN110597533A (en) FPGA board card program updating system and method
CN115062307A (en) Open POWER-based program integrity verification method, system, terminal and storage medium
CN113396391B (en) Application program starting method and device, electronic equipment and storage medium
CN117130672A (en) Server start flow control method, system, terminal and storage medium
TW201512989A (en) Method of firmware upgrade
CN110045966A (en) Processing method, device and the equipment of erector
CN111399926A (en) Method and device for downloading starting program
CN112631678B (en) Dynamic loading method based on zynq
CN112564924B (en) Computer expansion card and block chain terminal equipment
CN112269601B (en) BMC (baseboard management controller) and component asset information management method, device and storage medium thereof
CN112667444A (en) System upgrading method, storage medium and terminal equipment
CN115794132A (en) Operating system deployment method, device, equipment and storage medium
CN111857845B (en) Integrity verification method, device and system for TF card software
US11669618B2 (en) Systems and methods for securing and loading bios drivers and dependencies in a predefined and measured load order
CN111176735B (en) Method for accelerating startup of electrocardiograph
CN118034754A (en) Firmware upgrading method, device and storage medium
CN113626092A (en) Embedded system starting method and SOC chip
CN115629925A (en) Method and device for testing data verification in disk, computer equipment and storage medium
CN115629808A (en) BIOS starting method, BMC, electronic device and mainboard thereof
CN117472455A (en) Startup method and device based on embedded equipment

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