How to Understand Firmware Package Naming and Configuration for WizarPOS Devices: Difference between revisions

From wizarPOS
No edit summary
(Replaced content with "{{Migrating|https://smartpossdk.gitbook.io/cloudpossdk/faq/firmware/understand-firmware-naming}}")
Tag: Replaced
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
== Firmware Package Naming Convention ==
{{Migrating|https://smartpossdk.gitbook.io/cloudpossdk/faq/firmware/understand-firmware-naming}}
Each part of the firmware package name provides specific information about the package.
For example: 20200702-Q2-wizarpos-B404140184041K402040354036S4018W57M20191217-eng-mid.zip
# '''Date and Time:''' '20200702' indicates the date of the package creation.
# '''Device Type:''' '-Q2' denotes the type of WizarPOS device.
# '''Firmware Standard''': '-wizarpos' indicates it's a standard firmware from Wizarpos.
# '''Bootloader Version''': 'B...' represents the bootloader version, which varies with different mainboards.
# '''Kernel Version:''' 'K...' signifies the kernel version, also varying with different mainboards.
# '''System Build Number''': 'S...' indicates the system build number.
# '''Secure Processor Version''': 'W...' refers to the secure processor version.
# '''Modem Version:''' 'M...' denotes the modem version.
# '''Firmware Mode:''' '-eng' for Engineer mode, '-user' for User mode.
# '''Version Standard:''' '-mid' indicates the standard version of the firmware.
== Configuration File Properties ==
Each configuration file within the firmware package has a version number and is specific to different hardware components:
 
# bootloader=bootloader-PCBB-2014.07_wp1.0.0-'''4041'''-g0037474-Q2x-sc-wizarpos-mid.v2.img
#
# altbootloader=bootloader-PCBC-2014.07_wp1.0.0-'''4018'''-g7ac1ea1-Q2x-sc-wizarpos-mid.v2.img
#
# altbootloader=bootloader-PCBE-2014.07_wp1.0.0-'''4041'''-g0037474-Q2x-sc-wizarpos-mid.v2.img
#
# kernel=kernel-PCBB-eng-3.10.49_wp1.0.0-'''4020'''-g8d98149-Q2x-s-wizarpos-mid.v2.img
#
# altkernel=kernel-PCBC-eng-3.10.49_wp1.0.0-'''4035'''-ge45a820-Q2x-s-wizarpos-mid.v2.img
#
# altkernel=kernel-PCBE-eng-3.10.49_wp1.0.0-'''4036'''-g634ab58-Q2x-s-wizarpos-mid.v2.img
#
# system=system-user-MMB29M_wp1.0.0-'''4018'''-g7ac1ea1-Q2x-s-wizarpos-mid.v2.img
#
# WinterSolstice=WinterSolstice_wizarhandq2_PCBB_'''v57'''-q2.dat
#
# modem=modem-NON-HLOS-pcbb-0.2-'''20191217'''-q2.bin
#
# altmodem=modem-NON-HLOS-pcbc-0.3-'''20191217'''-q2.bin
#
# altmodem=modem-NON-HLOS-pcbe-0.7-'''20191217'''-q2.bin

Latest revision as of 08:31, 7 April 2024

Please visit new link of same subject:

https://smartpossdk.gitbook.io/cloudpossdk/faq/firmware/understand-firmware-naming

We're making a move! Our site's content is migrating to a new URL, to provide you with an enhanced browsing experience. Please update your bookmarks accordingly. Thank you for your continuous support!