Jump to content

markbirss

Members
  • Posts

    72
  • Joined

  • Last visited

Recent Profile Visitors

3089 profile views
  1. markbirss

    Odroid M1

    @usual user Thanks for testing 5.19.0-rc2 kernel support I am using the remote i got with my Odroid-C2 for Android on my Odroid-M1 https://www.odroid.nl/odroid-ir-remote
  2. @guidol ok, I see Did you also copy modules.dep ? I have not yet tired this new kernel.
  3. @guidol simply copy all the kernel module files from the "out" folder to /lib/modules/kernelversion folder
  4. @sfx2000 those GL-iNet devices are not bad. But not always cheap At around $ 3.39 used not bad as OpenWRT support was added earlier this year. I use my own mesh firmware on them https://openwrt.org/toh/aruba/aruba_ap-105 Hardware CPU Atheros AR7161-8C1A 680 MHz Flash size 16 MiB RAM 128MiB Wireless Atheros AR9220-AC1A, Atheros AR9223-AC1A Ethernet Atheros AR8021-BL1E 10/100/1000 PoE USB No Serial Yes Power: POE or dc jack or Used Cisco Meraki MR24 between $ 10-20 https://openwrt.org/toh/meraki/mr24?s[]=mr24
  5. @tpc010 also had Armbian running some time ago sadly my attempts on a similar tablet did not work, video output only at u-boot stage not when Armbian boots up I found it difficult to get my hands on such a A33 tablet
  6. sun8i-h3-I2S-out.dts is not the correct dts for this board, it should be a sun7i-a20 file if it exists
  7. @gaston1980 replace your kernel image and modules with this below ( i used the dock dtb also) git clone https://github.com/Lichee-Pi/linux.git -b zero-4.13.y cd linux make ARCH=arm licheepi_zero_defconfig make ARCH=arm menuconfig #add bluethooth, etc. make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- -j16 make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- -j16 INSTALL_MOD_PATH=out modules make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- -j16 INSTALL_MOD_PATH=out modules_install https://whycan.cn/t_336.html https://lore.kernel.org/patchwork/patch/884654/ Note: /* The LEDs use PG0~2 pins, which conflict with MMC1 */ The NIC leds dont light up but it works
  8. @guidol check in your 'out' folder if any modules were built, you also need to copy them to your Lichee Pi INSTALL crypto/echainiv.ko INSTALL drivers/video/backlight/lcd.ko INSTALL drivers/staging/rtl8723bs/r8723bs.ko
  9. @guidol are there any modules in /lib/modules/'uname -r' folder ?
  10. @guidol also do a /sbin/dhclient eth0 you can use the existing u-boot if you dont need a new one
  11. No the dock dtb files i found in one of the images in the boot folder
  12. @guidol sure the led on the dock board will come on when using the dock dtb file (change it from the zero to the dock file) i had to compile another kernel 4.13 and replace the sdcard kernel with the new vmlinuz/initrd and kernel modules and add ifconfig ethx up Remember that the Ethernet leds dont light up !!! but the Ethernet still works Here are another Chinese forum and the notes
  13. I will check this out also as I had to make changes for the Zero Dock to get Ethernet working. (the leds on the NIC don't light up as the GPIO pins are shared with the 2nd MMC slot !!!) I also wanted to get U-Boot working on 1024x600
  14. @guidol here is for reference the minimal buildroot guide for the Lichee Pi Zero for comparison https://github.com/Squonk42/buildroot-licheepi-zero-old/wiki/Build-system-–-Installation https://github.com/Squonk42/buildroot-licheepi-zero https://github.com/Squonk42/buildroot-licheepi-zero-old/wiki/Fresh-image-–-Booting https://hackaday.io/project/134065-funkey-zero/log/144796-linux-distribution
  15. Your current saved U-Boot parameters need to be changed ? Here are some people also booting Armbian https://forum.openwrt.org/t/installing-openwrt-18-06-on-espressobin/18264/4 AND Refer to more help with "Setting U-Boot parameters" http://wiki.espressobin.net/tiki-index.php?page=Boot+from+removable+storage+-+OpenWrt
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines