Changes between Version 49 and Version 50 of newport


Ignore:
Timestamp:
04/06/2018 10:10:31 PM (6 years ago)
Author:
Cale Collins
Comment:

removed myimage.img from firmware example

Legend:

Unmodified
Added
Removed
Modified
  • newport

    v49 v50  
    188188
    189189Updating the [wiki:newport/boot 'Boot firmware'] (everything up to and including the Bootloader):
    190  * on a Newport booted to the bootloader:
    191 {{{#!bash
    192 setenv dev 0 # use 'mmc list' to show which device to use for eMMC vs microSD
    193 tftpboot ${loadaddr} myimage.img && mmc write ${loadaddr} 0 8000 # update first 16MB
     190On a Newport booted to the bootloader:
     191{{{#!bash
     192mmc dev 0 # use 'mmc list' to show which device to use for eMMC vs microSD
     193tftpboot ${loadaddr} firmware-newport.img && mmc write ${loadaddr} 0 8000 # update first 16MB
    194194mmc rescan # re-scan the mmc devices in case the partition table changed
    195195}}}
     
    208208{{{#!bash
    209209cd /tmp
    210 wget http://dev.gateworks.com/newport/myimage.img
    211 dd if=myimage.img of=/dev/mmcblk0
     210wget http://dev.gateworks.com/newport/boot_firmware/firmware-newport.img
     211dd if=firmware-newport.img of=/dev/mmcblk0
    212212}}}
    213213 * Note above we are writing to {{{/dev/mmcblk0}}} and not a partition