Lantronix EDS2100 Linux SDK - User Guide - Page 22

dBug Configuration Window, Display the dBUG configuration using the 'show' command.

Page 22 highlights

3 dBUG Boot loader 4. At the dBUG> console prompt, configure the dBUG settings. Use the following instructions for configuring dBUG to boot an image containing the kernel and a ROMFS root file system over the network. NOTE A TFTP server with the image.bin file must be configured on the server with the specified address. dBUG> set watchdog off dBUG> set base hex dBUG> set baud 115200 dBUG> set autoboot net dBUG> set server dBUG> set client dBUG> set gateway dBUG> set netmask dBUG> set filename image.bin dBUG> set filetype image dBUG> set ethaddr default dBUG> set dns dBUG> set kcl rootfstype=romfs 5. Display the dBUG configuration using the 'show' command. Figure 3-6. dBug Configuration Window Linux Software Developers Kit (SDK) User Guide 22

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76

3 dBUG Boot loader
Linux Software Developers Kit (SDK) User Guide
22
4.
At the
dBUG>
console prompt, configure the dBUG settings. Use the following instructions for
configuring dBUG to boot an image containing the kernel and a ROMFS root file system over
the network.
NOTE
A TFTP server with the image.bin file must be configured on the server with the specified
address.
dBUG> set watchdog off
dBUG> set base hex
dBUG> set baud 115200
dBUG> set autoboot net
dBUG> set server <TFTP server address(e.g. 192.168.0.10)>
dBUG> set client <target IP address(e.g. 192.168.0.1)>
dBUG> set gateway <gateway address(e.g. 0.0.0.0)>
dBUG> set netmask <network mask(e.g. 255.255.255.0]>
dBUG> set filename image.bin
dBUG> set filetype image
dBUG> set ethaddr default
dBUG> set dns <DNS server address(e.g. 0.0.0.0)>
dBUG> set kcl rootfstype=romfs
5.
Display the dBUG configuration using the ‘show’ command.
Figure 3-6. dBug Configuration Window