找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
楼主: king***

[k2p] K2P挂卡中继版本自编译Openwrt 9.12.03 for K2P-USB-32+512 By lean

 火.. [复制链接]
来自手机 | 显示全部楼层
如果有16m版本就好了
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

感谢大佬无私分享。??,
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

点评

kmod-usb-core kmod-usb-ohci kmod-usb-uhci kmod-usb-storage kmod-usb-storage-extras kmod-usb2 kmod-usb3 kmod-scsi-core kmod-fs-ext4 kmod-fs-vfat kmod-fs-ntfs kmod-fuse ntfs-3g usbutils fdisk badblock  详情 回复 发表于 2020-2-4 15:05
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| | 显示全部楼层
kio 发表于 2020-2-4 00:11
https://www.right.com.cn/FORUM/thread-2571800-1-1.html
能帮忙下吗?楼主谢先

kmod-usb-core kmod-usb-ohci kmod-usb-uhci kmod-usb-storage kmod-usb-storage-extras kmod-usb2 kmod-usb3 kmod-scsi-core kmod-fs-ext4  kmod-fs-vfat kmod-fs-ntfs kmod-fuse ntfs-3g usbutils fdisk badblocks

点评

kio
是不是要支持USB扩展,tds需要修改? tds应该怎么修改?  详情 回复 发表于 2020-2-5 15:49
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

king0774 发表于 2020-2-4 15:05
kmod-usb-core kmod-usb-ohci kmod-usb-uhci kmod-usb-storage kmod-usb-storage-extras kmod-usb2 kmod ...

是不是要支持USB扩展,tds需要修改?
tds应该怎么修改?

点评

不用改,选择上面的启动编译后插上u盘就能看到,如果不行就换u盘  详情 回复 发表于 2020-2-5 18:28
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| | 显示全部楼层
kio 发表于 2020-2-5 15:49
是不是要支持USB扩展,tds需要修改?
tds应该怎么修改?

不用改,选择上面的驱动编译后插上u盘就能看到,如果不行就换u盘

点评

kio
好像还是挂载不上呢  详情 回复 发表于 2020-2-5 18:41
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

king0774 发表于 2020-2-5 18:28
不用改,选择上面的驱动编译后插上u盘就能看到,如果不行就换u盘

好像还是挂载不上呢

点评

kio
mt7621_phicomm_k2p.dts 我看了此文件,好像里面没有USB相关的信息  详情 回复 发表于 2020-2-5 18:46
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

kio 发表于 2020-2-5 18:41
好像还是挂载不上呢

mt7621_phicomm_k2p.dts
我看了此文件,好像里面没有USB相关的信息
  1. /dts-v1/;

  2. #include "mt7621.dtsi"

  3. #include <dt-bindings/gpio/gpio.h>
  4. #include <dt-bindings/input/input.h>

  5. / {
  6.         compatible = "phicomm,k2p", "mediatek,mt7621-soc";
  7.         model = "Phicomm K2P";

  8.         aliases {
  9.                 led-boot = &led_blue;
  10.                 led-failsafe = &led_blue;
  11.                 led-running = &led_blue;
  12.                 led-upgrade = &led_blue;
  13.         };

  14.         chosen {
  15.                 bootargs = "console=ttyS0,57600";
  16.         };

  17.         leds {
  18.                 compatible = "gpio-leds";

  19.                 stat_r {
  20.                         label = "k2p:red:status";
  21.                         gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
  22.                 };

  23.                 stat_y {
  24.                         label = "k2p:yellow:status";
  25.                         gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
  26.                 };

  27.                 led_blue: stat_b {
  28.                         label = "k2p:blue:status";
  29.                         gpios = <&gpio0 15 GPIO_ACTIVE_LOW>;
  30.                 };
  31.         };

  32.         keys {
  33.                 compatible = "gpio-keys";

  34.                 reset {
  35.                         label = "reset";
  36.                         gpios = <&gpio0 3 GPIO_ACTIVE_LOW>;
  37.                         linux,code = <KEY_RESTART>;
  38.                 };
  39.         };
  40. };

  41. &spi0 {
  42.         status = "okay";

  43.         m25p80@0 {
  44.                 compatible = "jedec,spi-nor";
  45.                 reg = <0>;
  46.                 spi-max-frequency = <10000000>;

  47.                 partitions {
  48.                         compatible = "fixed-partitions";
  49.                         #address-cells = <1>;
  50.                         #size-cells = <1>;

  51.                         partition@0 {
  52.                                 label = "u-boot";
  53.                                 reg = <0x0 0x30000>;
  54.                                 read-only;
  55.                         };

  56.                         partition@30000 {
  57.                                 label = "u-boot-env";
  58.                                 reg = <0x30000 0x10000>;
  59.                                 read-only;
  60.                         };

  61.                         factory: partition@40000 {
  62.                                 label = "factory";
  63.                                 reg = <0x40000 0x10000>;
  64.                                 read-only;
  65.                         };

  66.                         partition[url=home.php?mod=space&uid=485662]@50000[/url] {
  67.                                 label = "permanent_config";
  68.                                 reg = <0x50000 0x50000>;
  69.                                 read-only;
  70.                         };

  71.                         partition@a0000 {
  72.                                 compatible = "denx,uimage";
  73.                                 label = "firmware";
  74.                                 reg = <0xa0000 0xf60000>;
  75.                         };
  76.                 };
  77.         };
  78. };

  79. &pcie {
  80.         status = "okay";
  81. };

  82. &pcie0 {
  83.         mt76@0,0 {
  84.                 reg = <0x0000 0 0 0 0>;
  85.                 mediatek,mtd-eeprom = <&factory 0x0>;
  86.         };
  87. };

  88. eernet {
  89.         mtd-mac-address = <&factory 0xe000>;
  90. };

  91. &pinctrl {
  92.         state_default: pinctrl0 {
  93.                 gpio {
  94.                         ralink,group = "i2c", "jtag";
  95.                         ralink,function = "gpio";
  96.                 };
  97.         };
  98. };
复制代码


我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

多谢大神 一直在找32+512 带usb  感谢
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

本帖最后由 hpx9797 于 2020-2-15 18:41 编辑

感谢分享 谢谢 希望可以加上ipv6
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

不知道能不能刷到其他机器
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

哦哈哟zsbd
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

谢谢分享。。。。。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

来自手机 | 显示全部楼层
这个可以有,下载个存着
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

支持支持
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-4-27 14:18

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

快速回复 返回顶部 返回列表