mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-12-22 02:53:49 +01:00
Add link to uhttpd issue; fix bold text.
parent
888322184d
commit
659b066020
@ -1,6 +1,6 @@
|
|||||||
# Building OpenWRT for the WifiBox
|
# 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.
|
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.
|
Luci and Python (even mini) are notable for causing this.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
## Update mechanism
|
## Update mechanism
|
||||||
|
|
||||||
_TODO_: make this document intelligable
|
__TODO__: make this document intelligable
|
||||||
|
|
||||||
- create a rigid versioning system
|
- create a rigid versioning system
|
||||||
- server-side script to report available versions (scans directory and reports back versions available in xml/json/plain)
|
- 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
|
# 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`.
|
- 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).
|
- 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
|
- print v
|
||||||
|
|
||||||
## Further notes
|
## Further notes
|
||||||
|
|
||||||
|
- The connected issue: <<issue 3>>
|
||||||
- [posts about uhttpd on openwrt](https://dev.openwrt.org/search?q=uhttpd)
|
- [posts about uhttpd on openwrt](https://dev.openwrt.org/search?q=uhttpd)
|
||||||
|
Loading…
Reference in New Issue
Block a user