mirror of https://github.com/OpenIPC/firmware.git
env modify
parent
402955e0be
commit
6eadcd7c78
|
@ -29,3 +29,6 @@ blinux=ext4load mmc ${mmc_boot_dev_num}:1 0x3000000 /fw_jump_add_uboot_head.bin
|
|||
blinuxilp32= setenv k Image_ilp32 && run blinux;
|
||||
bnuttx=ext4load mmc ${mmc_boot_dev_num}:1 0x7000000 /${nuttex} && boot_baremetal 0 0x${fileaddr} 0x${filesize};
|
||||
ethaddr=22:22:22:22:22:22
|
||||
wlandev=rtl8189fs-generic
|
||||
wlanssid=H3C_wjx
|
||||
wlanpass=123456789
|
||||
|
|
Loading…
Reference in New Issue