0
0
mirror of https://github.com/Doodle3D/doodle3d-firmware.git synced 2024-09-19 02:00:07 +02:00

Add link to uhttpd issue; fix bold text.

Wouter R 2013-04-24 16:30:35 +02:00
parent 888322184d
commit 659b066020
3 changed files with 5 additions and 3 deletions

@ -1,6 +1,6 @@
# Building OpenWRT for the WifiBox
_TODO_: add steps to clone openwrt, install required software, create an image (on OSX) and fetch package feeds
__TODO__: add steps to clone openwrt, install required software, create an image (on OSX) and fetch package feeds
When changing enabled packages, make sure the image has been created (check the timestamp). If not, the contents were probably too large to fit on the device.
Luci and Python (even mini) are notable for causing this.

@ -1,6 +1,6 @@
## Update mechanism
_TODO_: make this document intelligable
__TODO__: make this document intelligable
- create a rigid versioning system
- server-side script to report available versions (scans directory and reports back versions available in xml/json/plain)

@ -1,6 +1,6 @@
# Analyzing uhttpd crashes
_TODO_: describe when this happens (sometimes in portal mode and always when webroot does not exist?).
__TODO__: describe when this happens (sometimes in portal mode and always when webroot does not exist?).
- First, enable debug support in the binary by modifying package/network/services/uhttpd/Makefile: add `TARGET_CFLAGS += -ggdb3 -O0` below `TARGET_LDFLAGS`.
- Next, enable building the toolchain (we need a gdb which understands mips images).
@ -23,4 +23,6 @@ From [here](http://stackoverflow.com/questions/5115613/core-dump-file-analysis).
- print v
## Further notes
- The connected issue: <<issue 3>>
- [posts about uhttpd on openwrt](https://dev.openwrt.org/search?q=uhttpd)