Advertisement
Ripple0147

strings env.img

May 30th, 2024
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. |Tbootdelay=0
  2. bootcmd=run setargs_nand boot_normal
  3. console=ttyS0,115200
  4. nand_root=/dev/block/system
  5. mmc_root=/dev/block/mmcblk0p7
  6. init=/init
  7. loglevel=4
  8. mac=
  9. wifi_mac=
  10. bt_mac=
  11. specialstr=
  12. 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}
  13. 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}
  14. boot_normal=sunxi_flash read 40007800 boot;boota 40007800 boot
  15. boot_recovery=sunxi_flash read 40007800 recovery;boota 40007800 recovery
  16. boot_fastboot=fastboot
  17. recovery_key_value_max=0x13
  18. recovery_key_value_min=0x10
  19. fastboot_key_value_max=0x8
  20. fastboot_key_value_min=0x2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement