hi,
can someone point out if this order is correct if i want to make a
foxserve fimage with custom kernel options? Basically I want to change
Port G to output and add some drivers.
I somehow can't get it right... honestly i don't exactly understand
everything what these steps do, it's just what i combined reading the
different tutorials/faqs.
1. make menuconfig
edit/save
2. ./configure
3. ./init_env
4. make
5. make kernelconfig
edit/save
6. make busybox
edit/save
7. make
8. patch the sdk acording to the tutorial on the foxserve website
9. make
10. flash to the board
any ideas what's wrong here?