Search results

  1. S

    Error: Task do_populate_sdk in .... rdepends upon non-existent task do_package_write_deb

    Hello I am trying to build an Image based on the Yocto Project for my stm32mp157c-DK2 according to st-wiki. When I try to build the image I get the following error. ERROR: Task do_populate_sdk in...
  2. S

    How to clean shell when sourcing this environment script

    Hello I am using OpenSTLinux based on the Yocto project and I wanted to configure my Distribution according to this link. When I get to the step where I: DISTRO=openstlinux-weston MACHINE=stm32mp1-disco source layers/meta-st/scripts/envsetup.sh I get the following error [source...
  3. S

    Yocto -

    Hello I am using OpenSTLinux based on the Yocto project and I wanted to configure my Distribution according to this link. When I get to the step where I: DISTRO=openstlinux-weston MACHINE=stm32mp1-disco source layers/meta-st/scripts/envsetup.sh I get the following error [source...
  4. S

    How To apply patches when installing the kernel? (Developer Package)

    Yep The patches directory as you stated it was moved (my bad maybe). I used a lot of copy and access commands that's why I got confused and didn't notice that the main diretory where to run the command was the directory to kernel source code. Thank you
  5. S

    How To apply patches when installing the kernel? (Developer Package)

    Hello Everyone I am trying to install the Developer Package from ST. It uses OpenSTLinux which is based on Yocto. I am using the README.HOW_TO.txt (Provided under) file to install the kernel. In section 3 it is stated that I must apply some patches: Here is what it says: if there is some...
  6. S

    Running a skript automatically at boot

    I honestly didn't understand what you meant. I am a beginner that's why. 1- Can I write a script let's say "boot_test" and place it in /etc/init.d file so that it will be run when I reboot my system ? 2- Every time I reboot the date is falsely displayed when I used the "date" or "hwclock"...
  7. S

    Running a skript automatically at boot

    Hello Everyone, Is it possible to run a script automatically with every boot? There are some command line that I have to enter every time I want to update the date and time and every time I want to connect my device to Wifi. Thank you
  8. S

    wlan0: Unsupported driver 'nl80211'

    This what I figured out and itworked: 1) Invoke the Kernel configuration utility using make linux-menuconfig in your Buildroot directory on your host machine. 2) Enable Wireless Networking support under Networking support 3) Enable cfg80211 - wireless configuration API, and Generic IEEE 802.11...
  9. S

    Error: maybe you need to increase the filesystem size (BR2_TARGET_ROOTFS_EXT2_SIZE)

    Hello I am usin Buildroot as distro. I have a problem. I wanted to update my build with adding some packages for my embedded system(stm32mp157). In menuconfig --> Filesystem images I chose an exact size of 270M which generated the above error. I tested the exact size and I for exact file...
  10. S

    Hardware Security

    Thank you are right this more adequate :D
  11. S

    Hardware Security

    Hello, My goal is to harden my Hardware security. I am using an STM32MP157C and buildroot as main distro. What exactly do I need to know when it comes to security? I am dealing with the hardware part and I am working on an IoT project. My colleague takes care of the server Tel. We have already...
  12. S

    wlan0: Unsupported driver 'nl80211'

    Maybe my specific model does. it's an STM32MP157C-DK2
  13. S

    curl: (7) Failed to connect

    Hello I am using Buildroot as distro on my STM32MP1. A colleague created a rest point to test if the MPU connects with the server: when I: curl -i -k -X POST -H "Content-Type: application/json" "URL" I get : HTTP/1.1 502 Bad Gateway Date: Fri, 06 Nov 2020 14:05:01 GMT Content-Type...
  14. S

    wlan0: Unsupported driver 'nl80211'

    I am using a physical laptop but I m not using Buildroot for my Laptop. Just a remote control software to access my STM32MP1 after building Buildroot and flashing it.
  15. S

    wlan0: Unsupported driver 'nl80211'

    Hey :) I still coldn't find a solution and when I I get: *-network description: Ethernet interface physical id: 1 logical name: eth0 serial: 00:80:e1:42:6b:16 size: 1Gbit/s capacity: 1Gbit/s capabilities: ethernet physical tp aui bnc mii fibre...
  16. S

    wlan0: Unsupported driver 'nl80211'

    Yeah but I am not alone in this project, and they want to go further with buildroot indeed I don't know maybe sharing these with you may help First one ist system config and second one is kernel config
  17. S

    wlan0: Unsupported driver 'nl80211'

    yeah lswh is a package that I have to install before building the system. Gonna try it
  18. S

    wlan0: Unsupported driver 'nl80211'

    How can I know that ? your command lsmod | grep 802 does not show anything in my case ( no error but simply nothing) I talked to someone and he told me this but I didn't understand:
  19. S

    wlan0: Unsupported driver 'nl80211'

    # lspci lspci: /sys/bus/pci/devices: No such file or directory
  20. S

    wlan0: Unsupported driver 'nl80211'

    I am working with Buildroot, to flash an image on my STM32MP157C-DK2 I wanted to have Wi-Fi working it but I got this error: Successfully initialized wpa_supplicant nl80211: 'nl80211' generic netlink not found Failed to initialize driver 'nl80211' wlan0: Unsupported driver 'nl80211' FAIL I...
Top