Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- |Tbootdelay=0
- bootcmd=run setargs_nand boot_normal
- console=ttyS0,115200
- nand_root=/dev/block/system
- mmc_root=/dev/block/mmcblk0p7
- init=/init
- loglevel=4
- mac=
- wifi_mac=
- bt_mac=
- specialstr=
- setargs_nand=setenv bootargs console=${console} root=${nand_root} init=${init} loglevel=${loglevel} vmalloc=384M partitions=${partitions} mac_addr=${mac} wifi_mac=${wifi_mac} bt_mac=${bt_mac} specialstr=${specialstr} serialno=${serialno}
- setargs_mmc=setenv bootargs console=${console} root=${mmc_root} init=${init} loglevel=${loglevel} vmalloc=384Mpartitions=${partitions} mac_addr=${mac} wifi_mac=${wifi_mac} bt_mac=${bt_mac} specialstr=${specialstr} serialno=${serialno}
- boot_normal=sunxi_flash read 40007800 boot;boota 40007800 boot
- boot_recovery=sunxi_flash read 40007800 recovery;boota 40007800 recovery
- boot_fastboot=fastboot
- recovery_key_value_max=0x13
- recovery_key_value_min=0x10
- fastboot_key_value_max=0x8
- fastboot_key_value_min=0x2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement