|
|
|
||||||||||||||||
![]() |
||||||||||||||||||
|
||||||||||||||||||
Booting Methods for LinuxTable of ContentsIntroduction
IntroductionThis document describes only how to setup for each booting method for Linux environment. Command line argumentsThe BurnFlash4Linux_61.bat tool creates the flash image data and burns it to Flash memory.
booter type
firmware registration type
kernel loading addressPlease set the hex value whitch added
ROM loader bootingMethod 1: External Solution[Setting and Command] ---- menu config Device Drivers ---> Multimedia devices ---> <M> Fujitsu DTV/STB solution Fujitsu DTV/STB extension module configuration ---> Fujitsu DTV/STB extension module functional configuration ---> : <M> Function Driver of WFE : Audio Decoder [ ] Reboot the Audio firmware : <M> Fujitsu DTV/STB core device driver Fujitsu DTV/STB core module configuration ---> <M> FAPI Core Driver Layer and FAPI Register Access Layer [ ] Firmware Booting Method : [*] Embedded Solution / [ ] External Solution [*] FAPI Register Access Layer is build as inline function. BurnFlash4Linux_61.bat -boot=rom -firm=external Method 2: Embedded Solution[Setting and Command]
---- menu config
Device Drivers --->
Multimedia devices --->
<M> Fujitsu DTV/STB solution
<M> Fujitsu DTV/STB core device driver
Fujitsu DTV/STB core module configuration --->
<M> FAPI Core Driver Layer and FAPI Register Access Layer
[*] Firmware Booting Method : [*] Embedded Solution / [ ] External Solution
[*] FAPI Register Access Layer is build as inline function.
BurnFlash4Linux_61.bat -boot=rom -firm=embedded
2nd level 'booter' bootingThe example of slot parameter is described in BurnFlash4Linux_61.bat file as follows: rem //////////////////////////////////////////////////////////////////////////// rem // rem // slot parameters (It is necessary if booter type is "slot") rem // rem //////////////////////////////////////////////////////////////////////////// set BOOTER_SLOT_NAME="fapex_Linux_demo" set BOOTER_SLOT_0=1 set BOOTER_SLOT_1=2 set BOOTER_IMGVENDOR="fmc" set BOOTER_SLOT_VERSION=1 set BOOTER_SLOT_COMPRESS=off set BOOTER_SLOT_OFFSETS=0x00140000 0x00800000 set BOOTER_SLOT_INDEX=%BOOTER_SLOT_0% for /f "tokens=1,2 delims= " %%a in ("%BOOTER_SLOT_OFFSETS%") do ( if "%BOOTER_SLOT_INDEX%"=="%BOOTER_SLOT_0%" ( set BOOTER_SLOT_OFFSET=%%a ) else ( set BOOTER_SLOT_OFFSET=%%b ) ) :SLOT_PARAM_END Method 1: External Solution[Setting and Command] ---- menu config Device Drivers ---> Multimedia devices ---> <M> Fujitsu DTV/STB solution Fujitsu DTV/STB extension module configuration ---> Fujitsu DTV/STB extension module functional configuration ---> : <M> Function Driver of WFE : Audio Decoder [*] Reboot the Audio firmware : <M> Fujitsu DTV/STB core device driver Fujitsu DTV/STB core module configuration ---> <M> FAPI Core Driver Layer and FAPI Register Access Layer [ ] Firmware Booting Method : [*] Embedded Solution / [ ] External Solution [*] FAPI Register Access Layer is build as inline function. BurnFlash4Linux.bat -boot=slot -firm=external Method 2: Embedded Solution[Setting and Command]
---- menu config
Device Drivers --->
Multimedia devices --->
<M> Fujitsu DTV/STB solution
<M> Fujitsu DTV/STB core device driver
Fujitsu DTV/STB core module configuration --->
<M> FAPI Core Driver Layer and FAPI Register Access Layer
[*] Firmware Booting Method : [*] Embedded Solution / [ ] External Solution
[*] FAPI Register Access Layer is build as inline function.
BurnFlash4Linux_61.bat -boot=slot -firm=embedded
References
Disclaimer: Please note that the use of this has been based on the terms and conditions of "DK Consent Letter (For Linux)" agreement between you and Fujitsu Semiconductor Limited. The contents of this document may be revised without prior notice. Contact our sales department for confirmation. The information in this document are presented as is, no license is granted by implication or otherwise. More... FUJITSU sales representatives |
||||||||||||||||||