View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001314 | UBoot | General | public | 2012-09-12 09:59 | 2012-09-26 10:20 |
| Reporter | Assigned To | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | assigned | Resolution | open | ||
| Product Version | armStoneA8-V1.2 | ||||
| Target Version | V1.3 | ||||
| Summary | 0001314: PicoCOM4: Correct bootnfs environment variable | ||||
| Description | Correct bootnfs environment variable. Use ${serverip}: right now: bootnfs=setenv bootargs console=ttySAC1,38400 ${mtdparts} init=linuxrc root=/dev/nfs rw nfsroot=/rootfs ip=${ipaddr}:10.0.0.47:${gatewayip}:${netmask} ethaddr=${ethaddr} change to: bootnfs=setenv bootargs console=ttySAC1,38400 ${mtdparts} init=linuxrc root=/dev/nfs rw nfsroot=/rootfs ip=${ipaddr}:${serverip}:${gatewayip}:${netmask} ethaddr=${ethaddr} | ||||
| Forum Link | |||||