Changes between Version 19 and Version 20 of provisioning


Ignore:
Timestamp:
10/29/2021 08:31:44 PM (2 years ago)
Author:
Tim Harvey
Comment:

added env warning

Legend:

Unmodified
Added
Removed
Modified
  • provisioning

    v19 v20  
    424424EOF
    425425}}}
    426 {{{#!bash
    427 cat << EOF >> env.txt
    428 baudrate=115200
    429 loadaddr=0x48200000
    430 ipaddr=192.168.1.1
    431 serverip=192.168.1.146
    432 update_all=tftpboot $loadaddr venice/venice-focal-imx8mm.img.gz && gzwrite mmc 2 $loadaddr $filesize
    433 update_env=tftpboot $loadaddr venice/env.bin && mmc dev 2 && mmc write $loadaddr 0x7f80 $filesize
    434 EOF
    435 }}}
     426  - **Note you need to make sure this is complete and proper for your board - you should do a 'print' of a Gateworks pre-built image as a starting point then remove any variables that are board specific and created by U-Boot at runtime
    436427 2. Use {{{mkenvimage}}}  taking care to specify the env size the bootloader is configured to use and specify '-r' for redundancy if the bootloader is configured for that:
    437428  * Venice / Newport