mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
config: bk4: Update u-boot envs to support NOR memories initial setup
Signed-off-by: Lukasz Majewski <lukma@denx.de>
This commit is contained in:
parent
32c160ef59
commit
b3d28ace14
1 changed files with 18 additions and 0 deletions
|
@ -200,6 +200,24 @@
|
|||
"ubi create rootfs2 15E15000 d; " \
|
||||
"ubi create userdata; " \
|
||||
"ubi detach\0" \
|
||||
"setup_nor1=" BK4_NET_INIT \
|
||||
"if tftp ${sys_addr} ${tftpdir}ubinor1.img; " \
|
||||
"then sf probe 0:0; " \
|
||||
"sf erase 0 01000000; " \
|
||||
"mtdparts default; " \
|
||||
"ubi part nor; " \
|
||||
"ubi create nor1fs; " \
|
||||
"ubi write ${sys_addr} nor1fs ${filesize}; " \
|
||||
"ubi detach; fi\0" \
|
||||
"setup_nor2=" BK4_NET_INIT \
|
||||
"if tftp ${sys_addr} ${tftpdir}ubinor2.img; " \
|
||||
"then sf probe 0:1; " \
|
||||
"sf erase 0 01000000; " \
|
||||
"mtdparts default; " \
|
||||
"ubi part nor; " \
|
||||
"ubi create nor2fs; " \
|
||||
"ubi write ${sys_addr} nor2fs ${filesize}; " \
|
||||
"ubi detach; fi\0" \
|
||||
"prepare_install_bk4r1_envs=" \
|
||||
"echo 'Preparing envs for SD card recovery!';" \
|
||||
"setenv ipaddr 192.168.0.99;" \
|
||||
|
|
Loading…
Reference in a new issue