Changes between Version 33 and Version 34 of buildroot


Ignore:
Timestamp:
11/04/2020 07:35:52 PM (3 years ago)
Author:
Tim Harvey
Comment:

fix ptgen example userdata partition start block

Legend:

Unmodified
Added
Removed
Modified
  • buildroot

    v33 v34  
    592592# 2: 65536:4194304 (2GiB) LinuxA
    593593# 3: 4259840:4194304 (2GiB) LinuxB
    594 # 4: 19103744:4194304 (2GiB) userdata
     594# 4: 8454144:4194304 (2GiB) userdata
    595595wget -q https://raw.githubusercontent.com/Gateworks/bsp-newport/sdk-10.1.1.0-newport/ptgen
    596596/bin/bash ptgen \
     
    598598        -p 0x83:65536:4194304 \
    599599        -p 0x83:4259840:4194304 \
    600         -p 0x83:19103744:4194304 \
     600        -p 0x83:8454144:4194304 \
    601601        > $BUILDROOT/output/images/mbr.bin
    602602}}}