Jump to content

jiapei100

Members
  • Posts

    35
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    BC, Canada
  • Interests
    Computer Vision, Machine Learning, etc.

Contact Methods

  • Website URL
    http://www.visionopen.com

Recent Profile Visitors

5072 profile views
  1. How to build Linux Kernel 6.6.1 for VisionFive2 ? https://www.armbian.com/visionfive2/ comes with a kernel 5.x? And I followed https://rvspace.org/en/project/Building_StarFive_Debian_Image, However, the default kernel provided by is of version 5.15. But, you NEWEST release is of kernel 6.6.0 . So, can you please provide a documentation? And how did you manage to build this out? Can you @balbes150 please help??? Thank you ..
  2. My ESWIN 6600U is detected but nmcli device show doesn't show anything related to wireless, say wlan0 ??? % ip link set dev wlan0 up gave me an output: Cannot find device "wlan0" Does Armbian_23.09_Starfive2_sid_edge_6.6.0.img.xz working already build in the driver for ESWIN 6600U? Cheers
  3. @SteeMan @jock @Igor Hi, Sorry about my previous unclear description... Sorry, my bad... Actually, I'm not more interested in this particular board https://respeaker.io/rk3229_core/ than others. It's just because I happen to have this board in hand. I used to play with it long time ago .... I just don't put it aside and waste it.... And I happen to have some time these days and was trying to re-flash it again and have some fun, at least, make it work again... Recent u-boot, there is a board support directly, https://github.com/u-boot/u-boot/tree/master/board/rockchip/evb_rk3229 , I guess this u-boot board support is suitable for https://respeaker.io/rk3229_core/ . Recent kernel, I can see the support under https://github.com/torvalds/linux/tree/master/arch/arm/boot/dts , there are rk3229.dtsi and rk3229-evb.dts . What I'm asking, it looks Armbian build has been supporting this board, https://github.com/paolosabatino/armbian-build/tree/master/config/kernel . There are 3 configs under there, as follows. For my simplicity, I think it's better I build Armbian directly for this rk3229 board ?? But, which one should I select ? linux-rk322x-current.config linux-rk322x-edge.config linux-rk322x-legacy.config So, can you please give me some more suggestions anyway?? Thank you ....
  4. Hey @Igor: Which one should I select for https://respeaker.io/rk3229_core/ ??? - linux-rk322x-current.config - linux-rk322x-edge.config - linux-rk322x-legacy.config
  5. Particularly, the linux.config file is expected, better to enable kernel 6.0 ? Cheers
  6. Hi, Igor: I noticed that you upgraded the kernel to 5.1.0 via armbian-config? However, after I tried to use this Other Kernel 5.1.0, NOT ONLY the Wifi, BUT ALSO the wired is gone... That is to say: now, I cannot even ssh into Banana Pi M3... crying... Did you ever successfully upgrade the kernel to 5.1.0 on M3? Cheers Pei
  7. It's weird that I do NOT have WIFI enabled for Banana Pi M3 now. I'm NOW connected to Banana Pi M3 with WIRED cable. I EVEN tried the command nmtui-connect SSID on this page https://docs.armbian.com/User-Guide_Getting-Started/#how-to-connect-to-wireless . but obtained a dialog with the following TEXT: No such connection 'SSID' Any suggestions? Thank you Pei
  8. Thank you Igor... I noticed sun8i-a83t-bananapi-m3 is supported by kernel 5.0.9 ? sky@bananapim3:~/Downloads/kernel/linux-5.0.9/arch/arm/boot/dts$ ll sun8i-a83t* -rw-rw-r-- 1 sky sky 6724 Apr 20 15:17 sun8i-a83t-allwinner-h8homlet-v2.dts -rw-rw-r-- 1 sky sky 8944 Apr 20 15:17 sun8i-a83t-bananapi-m3.dts -rw-rw-r-- 1 sky sky 9913 Apr 20 15:17 sun8i-a83t-cubietruck-plus.dts -rw-rw-r-- 1 sky sky 9438 Apr 20 15:17 sun8i-a83t-tbs-a711.dts -rw-rw-r-- 1 sky sky 26406 Apr 20 15:17 sun8i-a83t.dtsi However, when I tried to convert from .dts to .dtb, I obtained the following ERROR message: sky@bananapim3:~/Downloads/kernel/linux-5.0.9/arch/arm/boot/dts$ dtc -I dts -O dtb -f ./sun8i-a83t-bananapi-m3.dts -o ./sun8i-a83t-bananapi-m3.dtb Error: ./sun8i-a83t-bananapi-m3.dts:46.1-9 syntax error FATAL ERROR: Unable to parse input tree It looks it's reporting an ERROR from the following lines: 45 /dts-v1/; 46 #include "sun8i-a83t.dtsi" Is /dts-v1/; buggy??? BTW, I'm NOT using cross compiling... Sorry for my NAIVE question, is it possible to specify my DTS and build a particular .dtbs for a particular board (banana pi M3) ? Thank you Pei
  9. Hi, all: I wonder if there is a manual to DIRECTLY build Linux Kernel (Say, current version 5.0.9) against any board, as far as uname -a is known ? For instance, current Armbian for Banana Pi M3 is of the following uname -a value: sky@bananapim3:~/Downloads/sunxi$ uname -a Linux bananapim3 4.19.25-sunxi #5.78 SMP Mon Apr 8 07:46:22 CEST 2019 armv7l armv7l armv7l GNU/Linux Anyway, I'm trying to test it out... Cheers Pei
  10. Hi, I'm back to China and got the NEWEST Orange Pi 3 at hand. But, it looks this new SBC has NOT been supported yet (please refer to https://www.armbian.com/download/?tx_maker=xunlong) ? Just expecting when will the armbian support for Orange Pi 3 out? Cheers Pei
  11. I created the user bananapipro at the 1st run script. And, service nodm status gives me
  12. @Igor Successfully installed by following your command. However, after a reboot, it still enters TEXT mode by default. What's more, startx brings me the following ERROR message: Failed to load module "fbdev" Any further suggestions? Cheers Pei
  13. Does Armbian_5.59_Bananapipro_Ubuntu_bionic_next_4.14.65 come with X Window? I've been working under Text Mode for 2 days...Some times, I still need to use X Window ... Thank you Pei
  14. Hi, xenpac: I wonder if you have a manual on how to build your driver at https://github.com/xenpac/OV5640-Sunxi-A20 ? And, how can I compile your driver with the installed linux kernel, which is also successfully booted? Cheers Pei
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines