CN112492064A - Multi-network-port MAC address allocation method and terminal for embedded equipment - Google Patents

Multi-network-port MAC address allocation method and terminal for embedded equipment Download PDF

Info

Publication number
CN112492064A
CN112492064A CN202011451052.2A CN202011451052A CN112492064A CN 112492064 A CN112492064 A CN 112492064A CN 202011451052 A CN202011451052 A CN 202011451052A CN 112492064 A CN112492064 A CN 112492064A
Authority
CN
China
Prior art keywords
mac address
mac
address
partition
network
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.)
Granted
Application number
CN202011451052.2A
Other languages
Chinese (zh)
Other versions
CN112492064B (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.)
Fuzhou Chuangshi Xunlian Information Technology Co ltd
Original Assignee
Fuzhou Chuangshi Xunlian Information 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 Fuzhou Chuangshi Xunlian Information Technology Co ltd filed Critical Fuzhou Chuangshi Xunlian Information Technology Co ltd
Priority to CN202310737362.8A priority Critical patent/CN116781671A/en
Priority to CN202011451052.2A priority patent/CN112492064B/en
Publication of CN112492064A publication Critical patent/CN112492064A/en
Application granted granted Critical
Publication of CN112492064B publication Critical patent/CN112492064B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/50Address allocation
    • H04L61/5046Resolving address allocation conflicts; Testing of addresses
    • 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
    • G06F9/4411Configuring for operating with peripheral devices; Loading of device drivers
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L2101/00Indexing scheme associated with group H04L61/00
    • H04L2101/60Types of network addresses
    • H04L2101/618Details of network addresses
    • H04L2101/622Layer-2 addresses, e.g. medium access control [MAC] addresses
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/50Reducing energy consumption in communication networks in wire-line communication networks, e.g. low power modes or reduced link rate

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Small-Scale Networks (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a multi-network port MAC address allocation method and a terminal of embedded equipment; the method starts a boot loader of the embedded system, reads a pre-stored MAC address, and writes the MAC address into a dtb file; starting a kernel, when dsa drivers are loaded, acquiring MAC addresses in the dtb files as MAC base addresses, performing preset processing on the MAC base addresses to obtain continuous and different network port MAC addresses with the same number as the network ports, writing each network port MAC address into a structure body of the corresponding network port, and initializing the network ports; starting a file system; the MAC base address is transmitted into the kernel through the bootstrap loader of the embedded system, and the kernel processes the base address, so that the MAC addresses distributed to the network ports are different, address distribution is carried out on the network ports in the kernel state, subsequent network port initialization is carried out, the network ports are ensured to be in a normal state, and service processing can be carried out normally.

Description

Multi-network-port MAC address allocation method and terminal for embedded equipment
Technical Field
The invention relates to the technical field of computers, in particular to a multi-network-port MAC address allocation method and a terminal for embedded equipment.
Background
In a VPN (Virtual Private Network), a Network security device, etc., a lot of Network ports are supported, because the CPU resources are limited, a switch chip (switch chip) is used to expand the number of the Network ports, and because the switch chip uses a dsa driver (a driving framework that materializes each interface of the switch chip) to change the Network ports of the switch chip into Network ports of independent entities, but in this process, MAC addresses (Media Access Control addresses, also called local area Network addresses, ethernet addresses, and physical addresses) of all the Network ports are all the same as the MAC addresses of the uplink ports, which do not meet the product requirements, and if a user mode program is used to manually set the MAC addresses to each Network port, there may be individual service anomalies.
Disclosure of Invention
The technical problem to be solved by the invention is as follows: a method and a terminal for distributing multi-network-port MAC addresses of embedded equipment are provided, so that the multi-network-port MAC addresses of the embedded equipment are different, and meanwhile, stable service is ensured.
In order to solve the technical problems, the invention adopts the technical scheme that:
a multi-network port MAC address allocation method of embedded equipment comprises the following steps:
s1, starting a boot loader of the embedded system, reading a pre-stored MAC address, and writing the MAC address into a dtb file;
s2, starting a kernel, acquiring the MAC address in the dtb file as an MAC base address when dsa drive is loaded, presetting the MAC base address to obtain continuous and different network port MAC addresses with the same number as the network ports, writing each network port MAC address into a structure body of the corresponding network port respectively, and initializing the network ports;
and S3, starting the file system.
In order to solve the technical problem, the invention adopts another technical scheme as follows:
an embedded device multi-port MAC address allocation terminal comprises a processor, a memory and a computer program which is stored on the memory and can run on the processor, wherein the processor executes the computer program to realize the following steps:
s1, starting a boot loader of the embedded system, reading a pre-stored MAC address, and writing the MAC address into a dtb file;
s2, starting a kernel, acquiring the MAC address in the dtb file as an MAC base address when dsa drive is loaded, presetting the MAC base address to obtain continuous and different network port MAC addresses with the same number as the network ports, writing each network port MAC address into a structure body of the corresponding network port respectively, and initializing the network ports;
and S3, starting the file system.
The invention has the beneficial effects that: the MAC base address is transmitted into the kernel through the boot loader of the embedded system, the kernel processes the base address, the MAC addresses allocated to the network ports are ensured to be different, and the MAC addresses are written into the structural bodies of the network ports in the kernel, namely, the addresses are allocated to the network ports in the kernel mode to carry out subsequent network port initialization, so that the network ports are ensured to be in a normal state, and service processing can be normally carried out.
Drawings
Fig. 1 is a flowchart of an embedded device multi-port MAC address allocation method according to an embodiment of the present invention;
fig. 2 is a structural diagram of an embedded device multi-port MAC address allocation terminal according to an embodiment of the present invention;
fig. 3 is a detailed flowchart of a method for allocating MAC addresses of multiple network ports of an embedded device according to an embodiment of the present invention;
fig. 4 is a diagram illustrating a result of a step of a method for allocating a multi-port MAC address of an embedded device according to an embodiment of the present invention;
fig. 5 is a schematic diagram illustrating an operation result of a method for allocating a multi-port MAC address of an embedded device according to an embodiment of the present invention;
description of reference numerals:
1. a multi-network port MAC address distribution terminal of embedded equipment; 2. a processor; 3. a memory.
Detailed Description
In order to explain technical contents, achieved objects, and effects of the present invention in detail, the following description is made with reference to the accompanying drawings in combination with the embodiments.
Referring to fig. 1 and fig. 3, a method for allocating a multi-port MAC address of an embedded device includes:
s1, starting a boot loader of the embedded system, reading a pre-stored MAC address, and writing the MAC address into a dtb file;
s2, starting a kernel, acquiring the MAC address in the dtb file as an MAC base address when dsa drive is loaded, presetting the MAC base address to obtain continuous and different network port MAC addresses with the same number as the network ports, writing each network port MAC address into a structure body of the corresponding network port respectively, and initializing the network ports;
and S3, starting the file system.
From the above description, the beneficial effects of the present invention are: the MAC base address is transmitted into the kernel through the boot loader of the embedded system, the kernel processes the base address, the MAC addresses allocated to the network ports are ensured to be different, and the MAC addresses are written into the structural bodies of the network ports in the kernel, namely, the addresses are allocated to the network ports in the kernel mode to carry out subsequent network port initialization, so that the network ports are ensured to be in a normal state, and service processing can be normally carried out.
Further, step S1 is preceded by:
and S01, acquiring the MAC address of the current equipment network card, and storing the environment variable written into the boot1 partition.
As can be seen from the above description, since the MAC address is stored in a location that is not easy to be operated and lost by the user, and is easy to be read, the MAC address is stored in the boot1 partition, because the boot loader of the embedded system uses the boot0 partition, and an environment variable tool for reading the boot in a user state is also provided below the boot loader source code of the embedded system, which facilitates accurate writing, and writes the MAC address into the environment variable of the boot1 partition as an optimal location.
Further, the step S1 is specifically:
s11, starting a boot loader of the embedded system, respectively reading a first MAC address of a boot1 partition and a second MAC address of the boot0 partition, comparing whether the first MAC address and the second MAC address are the same, if not, overwriting the first MAC address of the boot1 partition as the second MAC address into an environment variable of the boot0 partition, and entering S12, otherwise, directly entering S12;
s12, when the boot loader analyzes the dtb file, writing the second MAC address in the boot0 partition into the dtb file.
From the above description, before writing the second MAC address in the boot0 partition into the dtb file, the present invention needs to compare the second MAC address with the MAC address in the boot1, so as to ensure that the second MAC address in the boot0 is real-time and correct.
Further, the step S2 of presetting the MAC base address specifically includes:
and self-adding the MAC base address.
The above description shows that the present invention performs self-addition on the MAC addresses, and the operation is simple, so that continuous and different MAC addresses can be allocated as fast as possible.
Further, in the step S1, the boot loader for starting the embedded system is uboot.
As can be seen from the above description, the bootloader for starting the embedded system is uboot as a specific embodiment of the present invention.
Referring to fig. 2, an embedded device multi-port MAC address assignment terminal includes a processor, a memory, and a computer program stored in the memory and running on the processor, where the processor executes the computer program to implement the following steps:
s1, starting a boot loader of the embedded system, reading a pre-stored MAC address, and writing the MAC address into a dtb file;
s2, starting a kernel, acquiring the MAC address in the dtb file as an MAC base address when dsa drive is loaded, presetting the MAC base address to obtain continuous and different network port MAC addresses with the same number as the network ports, writing each network port MAC address into a structure body of the corresponding network port respectively, and initializing the network ports;
and S3, starting the file system.
From the above description, the beneficial effects of the present invention are: the MAC base address is transmitted into the kernel through the boot loader of the embedded system, the kernel processes the base address, the MAC addresses allocated to the network ports are ensured to be different, and the MAC addresses are written into the structural bodies of the network ports in the kernel, namely, the addresses are allocated to the network ports in the kernel mode to carry out subsequent network port initialization, so that the network ports are ensured to be in a normal state, and service processing can be normally carried out.
Further, the processor before executing the step S1 when the computer program further includes:
and S01, acquiring the MAC address of the current equipment network card, and storing the environment variable written into the boot1 partition.
As can be seen from the above description, since the MAC address is stored in a location that is not easy to be operated and lost by the user, and is easy to be read, the MAC address is stored in the boot1 partition, because the boot loader of the embedded system uses the boot0 partition, and an environment variable tool for reading the boot in a user state is also provided below the boot loader source code of the embedded system, which facilitates accurate writing, and writes the MAC address into the environment variable of the boot1 partition as an optimal location.
Further, the step S1 is specifically:
s11, starting a boot loader of the embedded system, respectively reading a first MAC address of a boot1 partition and a second MAC address of the boot0 partition, comparing whether the first MAC address and the second MAC address are the same, if not, overwriting the first MAC address of the boot1 partition as the second MAC address into an environment variable of the boot0 partition, and entering S12, otherwise, directly entering S12;
s12, when the boot loader analyzes the dtb file, writing the second MAC address in the boot0 partition into the dtb file.
From the above description, before writing the second MAC address in the boot0 partition into the dtb file, the present invention needs to compare the second MAC address with the MAC address in the boot1, so as to ensure that the second MAC address in the boot0 is real-time and correct.
Further, the step S2 of presetting the MAC base address specifically includes:
and self-adding the MAC base address.
The above description shows that the present invention performs self-addition on the MAC addresses, and the operation is simple, so that continuous and different MAC addresses can be allocated as fast as possible.
Further, in the step S1, the boot loader for starting the embedded system is uboot.
As can be seen from the above description, the bootloader for starting the embedded system is uboot as a specific embodiment of the present invention.
Referring to fig. 1, fig. 3, fig. 4 and fig. 5, a first embodiment of the present invention is:
a multi-network port MAC address allocation method of embedded equipment comprises the following steps:
s01, obtaining the MAC address of the current equipment network card, and storing the environment variable written into the boot1 partition;
in this embodiment, since the MAC address is stored in a location that is not easy to operate and lose by a user, and is easy to read, the MAC address is stored in a boot1 partition, because the uboot uses a boot0 partition, an environment variable tool for reading the boot in a user state is also provided below the uboot source code, which facilitates accurate writing, and the MAC address is written into an environment variable of the boot1 partition, which is an optimal location.
S1, starting a boot loader of the embedded system, reading a pre-stored MAC address, and writing the MAC address into a dtb file;
the step S1 specifically includes:
s11, starting a boot loader of the embedded system, respectively reading a first MAC address of a boot1 partition and a second MAC address of the boot0 partition, comparing whether the first MAC address and the second MAC address are the same, if not, overwriting the first MAC address of the boot1 partition as the second MAC address into an environment variable of the boot0 partition, and entering S12, otherwise, directly entering S12;
s12, when the bootstrap loader analyzes the dtb file, writing a second MAC address in the boot0 partition into the dtb file;
the boot loader for starting the embedded system in the step S1 is uboot;
in this embodiment, as shown in fig. 4, uboot is automatically executed each time when booting, after reading the MAC address in the boot1, the MAC address in the boot0 is read, the two MAC addresses are compared, if the two MAC addresses are the same, the return is directly made, and if the two MAC addresses are different, the MAC address in the boot1 is overwritten and written into the boot0 environment variable, and at this time, the MAC address in the boot0 partition is the MAC address in the boot1 partition.
After the MAC address is written into the boot0 environment, when the uboot parses the dtb file, the MAC address needs to be set and written into the dtb file so as to be transmitted to the kernel, and generally, the MAC base address is written into an upper connection port position where a switch chip used by a device in the dtb file is connected with a cpu, and the dtb file is a device tree file.
S2, starting a kernel, acquiring the MAC address in the dtb file as an MAC base address when dsa drive is loaded, presetting the MAC base address to obtain continuous and different network port MAC addresses with the same number as the network ports, writing each network port MAC address into a structure body of the corresponding network port respectively, and initializing the network ports;
the step S2 of presetting the MAC base address specifically includes:
performing self-adding on the MAC base address;
and S3, starting the file system.
In this embodiment, when the kernel is started and loaded into the dsa driver, the kernel obtains the MAC address transmitted by the dtb file, and copies the MAC address to the corresponding socket when the driver instantiates each switch socket through the dsa driver. The final result after system start-up is shown in fig. 5.
Referring to fig. 2, the second embodiment of the present invention is:
an embedded device multi-port MAC address allocation terminal 1 comprises a processor 2, a memory 3 and a computer program stored on the memory 3 and capable of running on the processor 2, wherein the processor 2 realizes the steps in the first embodiment when executing the computer program.
In summary, according to the method and the terminal for distributing MAC addresses of multiple network ports of an embedded device provided by the present invention, the MAC base address is transmitted to the kernel through the bootstrap loader of the embedded system, and the kernel processes the base address, so that it is ensured that the MAC addresses distributed to the network ports are different, and the MAC addresses are written into the structure body of each network port in the kernel, that is, address distribution is performed on each network port in the kernel state to perform subsequent network port initialization, so that each network port is ensured to be in a normal state, and service processing can be performed normally; and the invention verifies the MAC address when reading in the MAC address, thereby ensuring the correctness of the MAC address.
The above description is only an embodiment of the present invention, and not intended to limit the scope of the present invention, and all equivalent changes made by using the contents of the present specification and the drawings, or applied directly or indirectly to the related technical fields, are included in the scope of the present invention.

Claims (10)

1. A multi-network port MAC address allocation method of an embedded device is characterized by comprising the following steps:
s1, starting a boot loader of the embedded system, reading a pre-stored MAC address, and writing the MAC address into a dtb file;
s2, starting a kernel, acquiring the MAC address in the dtb file as an MAC base address when dsa drive is loaded, presetting the MAC base address to obtain continuous and different network port MAC addresses with the same number as the network ports, writing each network port MAC address into a structure body of the corresponding network port respectively, and initializing the network ports;
and S3, starting the file system.
2. The embedded device multi-port MAC address allocation method according to claim 1, wherein the step S1 is preceded by:
and S01, acquiring the MAC address of the current equipment network card, and storing the environment variable written into the boot1 partition.
3. The method according to claim 2, wherein the step S1 specifically includes:
s11, starting a boot loader of the embedded system, respectively reading a first MAC address of a boot1 partition and a second MAC address of the boot0 partition, comparing whether the first MAC address and the second MAC address are the same, if not, overwriting the first MAC address of the boot1 partition as the second MAC address into an environment variable of the boot0 partition, and entering S12, otherwise, directly entering S12;
s12, when the boot loader analyzes the dtb file, writing the second MAC address in the boot0 partition into the dtb file.
4. The method according to claim 1, wherein the step S2 of presetting the MAC base address specifically comprises:
and self-adding the MAC base address.
5. The method according to claim 1, wherein the boot loader for starting the embedded system in step S1 is uboot.
6. An embedded device multi-network port MAC address allocation terminal comprises a processor, a memory and a computer program which is stored on the memory and can run on the processor, and is characterized in that the processor executes the computer program to realize the following steps:
s1, starting a boot loader of the embedded system, reading a pre-stored MAC address, and writing the MAC address into a dtb file;
s2, starting a kernel, acquiring the MAC address in the dtb file as an MAC base address when dsa drive is loaded, presetting the MAC base address to obtain continuous and different network port MAC addresses with the same number as the network ports, writing each network port MAC address into a structure body of the corresponding network port respectively, and initializing the network ports;
and S3, starting the file system.
7. The embedded device multi-port MAC address assignment terminal of claim 6, wherein the processor executes the computer program and before step S1, further comprising:
and S01, acquiring the MAC address of the current equipment network card, and storing the environment variable written into the boot1 partition.
8. The embedded device multi-port MAC address assignment terminal of claim 7, wherein the step S1 specifically is:
s11, starting a boot loader of the embedded system, respectively reading a first MAC address of a boot1 partition and a second MAC address of the boot0 partition, comparing whether the first MAC address and the second MAC address are the same, if not, overwriting the first MAC address of the boot1 partition as the second MAC address into an environment variable of the boot0 partition, and entering S12, otherwise, directly entering S12;
s12, when the boot loader analyzes the dtb file, writing the second MAC address in the boot0 partition into the dtb file.
9. The embedded device multi-port MAC address allocation terminal of claim 6, wherein the step S2 of presetting the MAC base address specifically includes:
and self-adding the MAC base address.
10. The embedded device multi-port MAC address assignment terminal of claim 6, wherein the boot loader that starts the embedded system in step S1 is uboot.
CN202011451052.2A 2020-12-10 2020-12-10 Multi-network-port MAC address allocation method of embedded equipment and terminal Active CN112492064B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202310737362.8A CN116781671A (en) 2020-12-10 2020-12-10 Multi-network port initialization method and terminal for embedded equipment
CN202011451052.2A CN112492064B (en) 2020-12-10 2020-12-10 Multi-network-port MAC address allocation method of embedded equipment and terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011451052.2A CN112492064B (en) 2020-12-10 2020-12-10 Multi-network-port MAC address allocation method of embedded equipment and terminal

Related Child Applications (1)

Application Number Title Priority Date Filing Date
CN202310737362.8A Division CN116781671A (en) 2020-12-10 2020-12-10 Multi-network port initialization method and terminal for embedded equipment

Publications (2)

Publication Number Publication Date
CN112492064A true CN112492064A (en) 2021-03-12
CN112492064B CN112492064B (en) 2023-05-09

Family

ID=74941391

Family Applications (2)

Application Number Title Priority Date Filing Date
CN202011451052.2A Active CN112492064B (en) 2020-12-10 2020-12-10 Multi-network-port MAC address allocation method of embedded equipment and terminal
CN202310737362.8A Pending CN116781671A (en) 2020-12-10 2020-12-10 Multi-network port initialization method and terminal for embedded equipment

Family Applications After (1)

Application Number Title Priority Date Filing Date
CN202310737362.8A Pending CN116781671A (en) 2020-12-10 2020-12-10 Multi-network port initialization method and terminal for embedded equipment

Country Status (1)

Country Link
CN (2) CN112492064B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115314471A (en) * 2022-08-08 2022-11-08 福州创实讯联信息技术有限公司 MAC address allocation method and terminal

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1558640A (en) * 2004-01-15 2004-12-29 中兴通讯股份有限公司 A system and method for providing multiple network interfaces with MAC address on processor
US20100250717A1 (en) * 2009-03-27 2010-09-30 Nec Corporation Server system, collective server apparatus, and mac address management method
CN103533090A (en) * 2013-10-23 2014-01-22 中国科学院声学研究所 Mapping method and device for simulating single physical network port into multiple logical network ports
CN109254932A (en) * 2018-09-18 2019-01-22 北京无线电测量研究所 Multi-netmouth driving method, device and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1558640A (en) * 2004-01-15 2004-12-29 中兴通讯股份有限公司 A system and method for providing multiple network interfaces with MAC address on processor
US20100250717A1 (en) * 2009-03-27 2010-09-30 Nec Corporation Server system, collective server apparatus, and mac address management method
CN103533090A (en) * 2013-10-23 2014-01-22 中国科学院声学研究所 Mapping method and device for simulating single physical network port into multiple logical network ports
CN109254932A (en) * 2018-09-18 2019-01-22 北京无线电测量研究所 Multi-netmouth driving method, device and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115314471A (en) * 2022-08-08 2022-11-08 福州创实讯联信息技术有限公司 MAC address allocation method and terminal

Also Published As

Publication number Publication date
CN116781671A (en) 2023-09-19
CN112492064B (en) 2023-05-09

Similar Documents

Publication Publication Date Title
US7363480B1 (en) Method, system, and computer-readable medium for updating the firmware of a computing device via a communications network
US5978862A (en) PCMCIA card dynamically configured in first mode to program FPGA controlling application specific circuit and in second mode to operate as an I/O device
US7360072B1 (en) iSCSI system OS boot configuration modification
US20020169950A1 (en) Computer operating system using compressed ROM image in RAM
EP2951705A1 (en) Assigning processors to memory mapped configuration
US8972989B2 (en) Computer system having a virtualization mechanism that executes a judgment upon receiving a request for activation of a virtual computer
CN110244983B (en) Method for fixing serial port number, terminal equipment and storage medium
WO1996038784A1 (en) Digital data processing method and apparatus for peripheral device control
US10620963B2 (en) Providing fallback drivers for IO devices in a computing system
CN113326105B (en) Hardware equipment configuration method, device and equipment based on host migration
US7386711B1 (en) Method and apparatus for redirecting the boot operations of one or more systems
CN112068892A (en) Diskless workstation starting method based on UEFI technology
US8463951B1 (en) Unified driver architecture device identifier strategy
CN112492064B (en) Multi-network-port MAC address allocation method of embedded equipment and terminal
US20100043006A1 (en) Systems and methods for a configurable deployment platform with virtualization of processing resource specific persistent settings
US20130030568A1 (en) Robot system control method and a device therefor
US7757012B2 (en) Configurable mapping of devices to bus functions
US7827333B1 (en) System and method for determining a bus address on an add-in card
CN113485756A (en) Hardware equipment configuration method, device, equipment and storage medium
US9223697B2 (en) Computer reprogramming method, data storage medium and motor vehicle computer
US20020083226A1 (en) Configuring computer components
US7757030B2 (en) Simulating hardware dynamic partitioning capabilities
CN107766122B (en) Method and device for setting available memory space of host machine
TWI293413B (en) Method for allocating main memory, computer system and chipset
CN113111025B (en) PCI equipment mapping method, device, equipment and 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