learntore.blogg.se

Android u boot source
Android u boot source






android u boot source

#Android u boot source Bluetooth#

socket dbus stream 660 bluetooth bluetooth service dbus /system/bin/dbus-daemon -system -nofork service bootanim /system/bin/bootanimation group system audio camera graphics inet net_bt net_bt_admin onrestart write /sys/android_power/request_state wake service zygote /system/bin/app_process -Xzygote /system/bin -zygote -start-system-server socket rild-debug stream 660 radio system service ril-daemon /system/bin/rild -l /system/lib/libreference-ril.so -d /dev/ttyUSB3 -u /dev/ttyUSB0 #service ril-daemon /system/bin/rild -l /system/lib/libreference-ril.so -d /dev/ttymxc2 -u /dev/ttyUSB0 service servicemanager /system/bin/servicemanager write /sys/class/rfkill/rfkill0/state 0 chown bluetooth bluetooth /sys/class/rfkill/rfkill0/state chmod 666 /sys/class/rfkill/rfkill0/state

android u boot source

mkdir /data/misc/wifi/sockets 0770 wifi wifi # mkdir /data/misc/wifi 0770 system system #write /sys/class/graphics/fb0/fsl_disp_property 1-layer-fb # Define UI to TVOUT,change this setting to 1 and uncomment below write commands # Define fsl avi/aac/asf/rm/flv format support export GST_PLUGIN_PATH /system/lib/gst_plugins export VPU_FW_PATH /system/etc/vpu/vpu_fw export VPU_SHM_PATH /sqlite_stmt_journals export LIGHTSENSOR_PATH /sys/class/i2c-adapter/i2c-3/3-0044 export MAX_BACKLIGHT_PATH "/sys/class/backlight/mxc_mc13892_bl.0/max_brightness" export BACKLIGHT_PATH /sys/class/backlight/mxc_mc13892_bl.0/brightness # below setting was removed for i.MX28 support * Change environment location to Nand flash*/Ĭopy elf2sb files “boot_prep, power_prep, uboot.db, elftosb2” to “uboot-imx” directory. * iMX28 Nand flash share pins with secondary SSP interface, we need set SSP num as only one.*/ "nand_read_kernel=nand read $ init=/init nsole=ttyAM0\0" \ #define CONFIG_BOOTCOMMAND "run bootcmd_nand" * boot area, Default size is 20MB, it cannot keep android_root.img. * will divide Nand flash into 2 partitions when Nand flash size smaller than 2GB.








Android u boot source