[OpenWrt-Devel] [PATCH 0/4] omap 4.4, ehci, sdcard

Alexander Couzens lynxis at fe80.eu
Mon Apr 25 21:17:21 EDT 2016


I'm using the beaglebone black as development tool for coreboot.
The bbb can receive debug output via ehci debug and flash
spi chips via spi-omap-24xx.
I'm not quite sure about the config-4.4 config. I copied over the omap config-4.1
and did make kernel_oldconfig. Is there a better way to create the config for a kernel?

Everthing was tested with kernel 4.4 on a bbb. The sdcard image can
be used as stand-alone image or flashed to the eMMC. If the image was
flashed to the eMMC, don't use a sdcard, because the kernel tries
to boot the external sdcard. Aka floppy inserted bug ;).

Alexander Couzens (4):
  omap: add sdcard creation script
  [RFC] omap: switch to 4.4
  kernel/spi: add kernel package for spi-omap-24xx
  add usb gadget ehci debug driver

 package/kernel/linux/modules/spi.mk            |  17 +
 package/kernel/linux/modules/usb.mk            |  17 +
 target/linux/omap/Makefile                     |   2 +-
 target/linux/omap/config-4.4                   | 525 ++++++++-----------------
 target/linux/omap/image/Config.in              |   5 +
 target/linux/omap/image/Makefile               |  34 +-
 target/linux/omap/image/gen_omap_sdcard_img.sh |  33 ++
 target/linux/omap/image/uEnv.txt               |   6 +
 tools/Makefile                                 |   2 +-
 9 files changed, 283 insertions(+), 358 deletions(-)
 create mode 100644 target/linux/omap/image/Config.in
 create mode 100755 target/linux/omap/image/gen_omap_sdcard_img.sh
 create mode 100644 target/linux/omap/image/uEnv.txt

-- 
2.8.0
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list