zoukankan      html  css  js  c++  java
  • uboot boot args

    TFTP-uImage-NFS-rootfs :

    FL2440 # printenv
    baudrate=115200
    ethaddr=08:00:3e:26:0a:5b
    bootdelay=1
    bootfile="uImage"
    filesize=23A08
    fileaddr=30000000
    netmask=255.255.255.0
    ipaddr=192.168.2.211
    serverip=192.168.2.212
    bootcmd=tftp 30008000 uImage;bootm 30008000
    gateway=192.168.2.1
    bootargs=mem=128M console=ttySAC0 115200 root=/dev/nfs nfsroot=192.168.2.212:/home/nfs/root rw nolock rsize=1024 wsize=1024 ip=192.168.2.211:192.168.2.212:192.168.2.1:255.255.255.0::eth0:off
    stdin=serial
    stdout=serial
    stderr=serial

    Environment size: 467/262140 bytes

  • 相关阅读:
    缓存Cache
    RDD的行动操作
    redis数据库的配置
    requests的封装(user-agent,proxies)
    phantjs
    python多线程
    etree-xpath
    Flask
    Flask
    Flask
  • 原文地址:https://www.cnblogs.com/ganrui/p/3821478.html
Copyright © 2011-2022 走看看