Jump to content

markbirss

Members
  • Posts

    72
  • Joined

  • Last visited

Everything posted by markbirss

  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
  16. Oh my ATOMIC Pi arrived, bit tricky to get power to it since it requires 5V (minimum 2.5A recommended) and supplied via the GPIO header pin. They charged extra for a break-out board. Also since Im not using the break-out board i dont have a power led... It came with a Lubuntu. Im busy installing Pop OS instead.
  17. I just recently backed the ATOMIC PI (Kickstarter) @ $34, but they will retail for $79 after backers got them Just waiting for it to be shipped to me, as it was only available for backers in the US Genuine Intel Atom x5-Z8350, 2GB DDR3L-1600, 16GB eMMC, slot for SD expansion,USB 3.0 and USB 2.0 ports, Fast dual band WiFI b/g/n 2.4 & 5GHz WiFi RT5572 IPX connectors on board,Bluetooth 4.0 CR8510 and Gigabit hardwired RJ45 Ethernet RTL8111G It comes with a Kubuntu Linux Image.
  18. I checked with the author to see if we could really increase the 80x25 terminal size. He said at the time he set the 80x25 limit it was due to the limited available ram of the ESP8266 devices My attempts to try 80x30 was not yet successful
  19. a ESP-01 (1mb version) is enough for espterm the ESP-01 (512kb version) can work but the source has to be modified
  20. Yes, Im going to try add a 32mb spi flash myself https://www.aliexpress.com/item/5pcs-MX25L25645-SOP8-MX25L25645GM2I-10G-W25Q256/32954479081.html?spm=a2g0s.9042311.0.0.27424c4dxgXvFR I want just a basic ssh capable terminal nothing more
  21. Looks like you only using serial console for output? No screen I used the zero-4.13.y kernel to get the Ethernet on the Dock working and want to also use a 1024x600 screen. It looks like the 40.20.2-sunxi kernel is missing the dts changes for to enable the Ethernet on the Dock
  22. Armbian_5.69_Nanopineo4_Ubuntu_bionic_default_4.4.167_desktop.7z Image seems all ok except for WIFI which is not working.
  23. Here the Lichee Pi Zero Dock that I got Ethernet port working that I will use
  24. Here is the Lichee Pi Zero with 4.3inch 800x480, keyboard and Li-Po battery. (also using a ESP8266 ESP-01 for Serial console over wifi)
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines