REL 1.0
Page 56 of 59
iWave Systems Technologies Pvt. Ltd.
iW-RainboW-G15M Android User Manual
6.8
Optional features settings
By default Quad core will be in active state. To limit the no of processors add the below string in the boot
arguments
maxcpus=<maximum no of cpu to be active>
Example
iWave-G15>
setenv maxcpus 2
iWave-G15>
saveenv
By default CPU LDO regulator will be bypassed. To activate the LDO regulator, add the below string in the
boot arguments
uboot_ldo_bypass=<1/0>
1 - activate the LDO regulator in SOC
0 - disable the LDO regulator in SOC
Example
iWave-G15>
setenv uboot_ldo_bypass 1
iWave-G15>
saveenv
6.8.1
Permanent MAC address
This section will have the information to set permanent MAC address for the iW-RainboW-G15M-Q7 platform in u-
boot level.
Note: This is one time programmable. Not possible to revert back.
To list out the options, execute the below command
iWave-G15>
fuse
To blow the MAC address permanently, execute the below command
iWave-G15>
fuse prog <bank> <word> <lower 32 bit hex value>
iWave-G15>
fuse prog <bank> <word> <upper 16 bit hex value>
Example
Assume a MAC address “AA:BB:CC:DD:EE:FF”
iWave-G15>
fuse prog 4 2 0xCCDDEEFF
iWave-G15>
fuse prog 4 3 0xAABB
To read the MAC address, execute the below command
iWave-G15>
fuse read <bank> <word> <cnt>
Example
iWave-G15>
fuse read 4 2 2