Skip to content

gesftpserver is missing on STM32MP157 #71

@m-eigen

Description

@m-eigen

OS on PC: Debian trixie 13, Kernel 6.12.73+deb13-amd64
Defconfig: st_stm32mp157f_dk2_demo_defconfig / st_stm32mp157f_dk2_defconfig
Target: STM32MP157C-DK2

Good Afternoon,
it seems that compiling the external Demos doesn't include the gesftpserver.

Terminal:

sftp root@192.168.42.2
-sh: sftp: not found
# ipaddr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: sit0@NONE: <NOARP> mtu 1480 qdisc noop qlen 1000
    link/sit 0.0.0.0 brd 0.0.0.0
3: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop qlen 1000
    link/ether 00:80:e1:42:56:3b brd ff:ff:ff:ff:ff:ff

# which gesftpserver
# cd ..
# which gesftpserver
# which crond
/usr/sbin/crond

In the .config the gesftpserver is set:

# BR2_PACKAGE_FREESWITCH is not set
# BR2_PACKAGE_FRR is not set
# BR2_PACKAGE_GERBERA is not set
BR2_PACKAGE_GESFTPSERVER=y
# BR2_PACKAGE_GLOOX is not set
# BR2_PACKAGE_GLORYTUN is not set

/home/me/buildroot2/buildroot/output/build/gesftpserver-2/gesftpserver

The st_stm32mp157f_dk2_demo_defconfig is unchanged, the st_stm32mp157f_dk2_defconfig includes QT5 OpenGL.

The "interfaces" file is in /home/me/buildroot-external-st/board/stmicroelectronics/stm32mp1/overlay-demo/etc/network and in buildroot/board/stmicroelectronics...

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions