Changes between Version 32 and Version 33 of newport/firmware


Ignore:
Timestamp:
02/01/2023 04:52:17 PM (15 months ago)
Author:
Ryan Erbstoesser
Comment:

update bionic to jammy

Legend:

Unmodified
Added
Removed
Modified
  • newport/firmware

    v32 v33  
    135135setenv dev 0 # sets MMC device to be flashed
    136136
    137 setenv image bionic-newport.img.gz # or whatever filename is used, with any directories in front of the filename
     137setenv image jammy-newport.img.gz # or whatever filename is used, with any directories in front of the filename
    138138
    139139run update_all
     
    161161TFTP from server 192.168.1.1; our IP address is 192.168.1.55
    162162
    163 Filename 'bionic-newport.img'.
     163Filename 'jammy-newport.img'.
    164164
    165165Load address: 0x2000000
     
    176176setenv dev 0 # sets MMC device to be flashed
    177177
    178 tftpboot ${loadaddr} bionic-newport.img.gz && gzwrite mmc ${dev} ${loadaddr} ${filesize} # will flash bionic-newport.img.gz which resides in the top most directory of the TFTP server 
     178tftpboot ${loadaddr} jammy-newport.img.gz && gzwrite mmc ${dev} ${loadaddr} ${filesize} # will flash jammy-newport.img.gz which resides in the top most directory of the TFTP server 
    179179}}}
    180180
     
    230230
    231231{{{#!bash
    232 ext4load mmc 1:1 ${loadaddr} bionic-newport.img.gz && gzwrite mmc 0 ${loadaddr} ${filesize} #mmc 1 is microSD, mmc 0 is eMMC
     232ext4load mmc 1:1 ${loadaddr} jammy-newport.img.gz && gzwrite mmc 0 ${loadaddr} ${filesize} #mmc 1 is microSD, mmc 0 is eMMC
    233233}}}
    234234