Changes between Version 7 and Version 8 of newport/bootloader


Ignore:
Timestamp:
09/06/2018 06:08:46 PM (6 years ago)
Author:
Tim Harvey
Comment:

fix bootargs for booting from network example

Legend:

Unmodified
Added
Removed
Modified
  • newport/bootloader

    v7 v8  
    235235 * boot the default configuration from U-Boot:
    236236{{{#!bash
    237 tftpboot $loadaddr kernel.itb && setenv bootargs 'console=ttyAMA0,115200n8 earlycon=pl011,0x87e028000000 coherent_poll=64M root=/dev/mmcblk2 rootfstype=f2fs' && bootm $loadaddr - $fdtcontroladdr
     237tftpboot $loadaddr kernel.itb && setenv bootargs 'console=ttyAMA0,115200n8 earlycon=pl011,0x87e028000000 coherent_poll=64M root=/dev/mmcblk0p2 rootfstype=ext4' && bootm $loadaddr - $fdtcontroladdr
    238238}}}
    239239