Changes between Version 17 and Version 18 of PXEboot
- Timestamp:
- 11/15/07 22:11:48 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PXEboot
v17 v18 1 = = Goal ==1 = Goal = 2 2 3 3 Installing [wiki:TinyBSD TinyBSD] ([http://freebsd.org FreeBSD]) on embedded machines with onboard flashcards. … … 5 5 I am using FreeBSD 7.0 as host. 6 6 7 = How to read=7 == How to read == 8 8 9 9 text … … 22 22 }}} 23 23 24 = Disclaimer=25 26 read License 27 28 = Precautions=24 == Disclaimer == 25 26 Please read '''License''' at the end of this document. 27 28 == Precautions == 29 29 30 30 '''DON'T''' do this on a network where there are other people working. Running dhpcd might confuse other users and upset adminstrators. Tftp is not safe by design. I am not putting any effort to make this setup secure. If would would like to so I suggest to use an extra ethernetcard for this network. Use a ipnat(4) or pf(4) to protect the pxeboot network. 31 31 32 32 33 = Installation=33 == Installation == 34 34 35 35 In the howto [wiki:TinyBSD TinyBSD] is described how to install and update 7.0 … … 38 38 39 39 40 = Packages=40 == Packages == 41 41 42 42 I need some additional packages: … … 48 48 }}} 49 49 50 = Configs=50 == Configs == 51 51 52 52 … … 114 114 115 115 116 = Creating a file tree=116 == Extracting the file tree == 117 117 118 118 Since this is written in the scope of TinyBSD I use this image. See [wiki:TinyBSD TinyBSD] for: 119 119 * building an image 120 * mount it121 * create a backup ~/image_tree.tgz120 * mounting it 121 * create a backup in ~/image_tree.tgz 122 122 123 123 {{{ … … 215 215 }}} 216 216 217 = Debugging = 218 219 1. Does not get an ipnumber: 217 == Debugging == 218 219 220 0. usage of tcpdump(1) that provides critacal information in most stages of debugging. 221 222 {{{ 223 sudo tcpdump -i rl0 -vvvv 224 }}} 225 226 1. The board gets no ipnumber: 220 227 * network (interfaces cables) check led's on interfaces 221 228 * ifconfig for 10.1.1.1/24 222 229 * ps ax | grep dhcpd 223 230 224 usage of tcpdump(1) 225 226 {{{ 227 sudo tcpdump -i rl0 -vvvv 228 }}} 231 229 232 230 233 2. no bootloader
