Giter VIP home page Giter VIP logo

buildroot-webkit's People

Contributors

hlev avatar toldotechnik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

buildroot-webkit's Issues

Compute Module 3 - usb hub problem

We want to run wpe on cm3 and with usb wifi dongle.
I have built with all wifi drivers buildroot have and run on cm3 but couldnt achive to connect to the wifi router.
However it is ok on raspi3.

Have you ever confronts with any problem on cm3?

add or install new packages

Is possible to add other packages ?
I would like to make a small system with lighttpd and wiringPI ...

Is the system derived by debian ? I cannot find apt ...

Emilio Defranco
Trieste IT

RPI 4 Support

Could you make rpi4 image or provide config for building it)
Thanks

Rpi zero gpio access

Hi, first wanted to say thank you, the rpi zero image works great.

I am looking to add a motion sensor to the setup using gpio and not sure what the right way to do that as there isn't any python and the node version doesn't support onoff. Do you have any recommendations?

RPI Zero 2W Support

Could you make rpi zero 2w image or provide config for building it)
Thanks

Custom Splash Image.

Hello, can you provide me custom boot splash image files for the psplash folder so i can use it in my custom builds? or Walk me through how to use psplash to change the image myself, thank you!

error while building

Hello. I encountered some error while building the image for my rpi3b+. I am using Ubuntu 18.04.5LTS on VirtualBox to build the image. I followed the instructions as described in the documentation. Here is the screenshot of the error message. Can you suggest what might be causing this error ??
image

Custom Splash

Hello friends, thank you very much for your great work, I am interested in changing the boot image (Splash) in a prebuild image, I know that this service has a cost of $ 50 usd, how can I get this?

Thank you.

Fixing missing terminal info

https://github.com/TOLDOTECHNIK/buildroot-webkit#osx-terminal-error-when-using-nano

This issue is caused by missing Terminfo data from the build.
The ncurses package installs a couple of them, but not for all the common terminal emulators. See https://github.com/WebPlatformForEmbedded/buildroot/blob/b67092fc5c92b3c09ad845296b3dc2734b91a66c/package/ncurses/ncurses.mk#L52

An easy fix, without introducing a new package or patching ncurses.mk is to create a filesystem overlay for /usr/share/terminfo and place the files such as /usr/share/terminfo/x/xterm-256color there. The files are architecture independent binaries, they can be taken from any Linux distribution or machine, or from here http://invisible-island.net/ncurses/ncurses.faq.html#which_terminfo

Change resolution

Hi,

I added
"hdmi_mode=2"
to the end of /boot/config.txt but it has not adjusted the default resolution of the system.

Can you offer any other pointers on how I can configure resolution?

My screen accepts a 1080p signal and samples it down but it leads to very small text on a 4 inch screen. I'd like to lock the pi at native resolution of the my output device so text is readable.

thanks

Portrait mode

Hi,
first thanks for a nice job.

I wanted to ask if is possible to rotate the screen, i.e. set up an accelerated portrait mode.

display_rotate in config.txt is not what I am looking for, this will result in very poor performance of the whole stack. I would like to rotate the WPE browser instead.

Any suggestions?

error while building

I am building this image for rpi3b+ and have encountered this error. What could be the issue ?
image
edit: i think it was some network issue or something. it worked fine after 7-8 retries. sorry for bothering you :)

Utility of S20urandom ?

I'm adjusting the init scripts to work with systemd and I was wondering about the relevance of S20urandom.
I understand what the script does, I'm just not sure why it was included (doesn't seem documented) ?

Thanks ;)

Overscan settings

Is it possible to configure over-/underscan settings with an prebuild image?
Are there settings to be set in the config.txt or elsewhere?

Build Image and own logo

Hello, can you help us, not for free. We can`t build src by ourselfs, can you give us VmWare Virtual Machine file, or OVA which we can use for building it via our CI? And We need other logo and cyryllic fonts.
Please help us, we waiting for cost reply.

Greek language support

I try to load a website that is in Greek. But, instead of the greek letters, i see squares. Can it be fixed?

Web inspector encountered an internal error

Im testing this build (actually the release image) in a RPI3.
When using the legacy inspector (http) i always get this errors 24/7 on almost every action on it, making it unusable.
Is this not functional with toldotechnik?
Also, there is no way to enable the not-legacy web inspector? it opens the port but midori cant connect to it, doesnt show anything to inspect

Read Only FileSystem

Hi, I was testing this out on a Raspberry pi zero W and wanted to set things like the timezone and disable nodejs, but the filesystem says its read only. Is there a way to temporarily remove the read only so I can make changes and reset it?

Thanks!

RPI 2 Support

Some configurations for the RPi 2 would be great. I have an old one sitting around and it would be nice to put it to use. I have no idea what I'm doing, but I think I made one in my fork. I'm building it now but I have no idea if it will actually work.
For reference (feel free to use, although I'm sure you guys would know far better than me): itsmeowForks@445f4a2

i get this error when i am compiling

I am doing the make from a server in azure

CC libgio_2_0_la-thumbnail-verify.lo
gdbusauth.c: In function ‘_g_dbus_auth_run_server’:
gdbusauth.c:1304:11: error: ‘%s’ directive argument is null [-Werror=format-overflow=]
1304 | debug_print ("SERVER: WaitingForBegin, read '%s'", line);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
make[5]: *** [Makefile:3547: libgio_2_0_la-gdbusauth.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
gdbusmessage.c: In function ‘parse_value_from_blob’:
gdbusmessage.c:1706:29: warning: variable ‘item’ set but not used [-Wunused-but-set-variable]
1706 | GVariant *item;
| ^~~~
gdbusmessage.c: In function ‘append_value_to_blob’:
gdbusmessage.c:2322:24: warning: unused variable ‘end’ [-Wunused-variable]
2322 | const gchar *end;
| ^~~
gdbusmessage.c: In function ‘g_dbus_message_to_blob’:
gdbusmessage.c:2698:30: error: ‘%s’ directive argument is null [-Werror=format-overflow=]
2698 | tupled_signature_str = g_strdup_printf ("(%s)", signature_str);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
make[5]: *** [Makefile:3596: libgio_2_0_la-gdbusmessage.lo] Error 1
make[5]: Leaving directory '/home/azureuser/buildroot/output/build/host-libglib2-2.50.3/gio'
make[4]: *** [Makefile:4370: all-recursive] Error 1
make[4]: Leaving directory '/home/azureuser/buildroot/output/build/host-libglib2-2.50.3/gio'
make[3]: *** [Makefile:1994: all] Error 2
make[3]: Leaving directory '/home/azureuser/buildroot/output/build/host-libglib2-2.50.3/gio'
make[2]: *** [Makefile:1213: all-recursive] Error 1
make[2]: Leaving directory '/home/azureuser/buildroot/output/build/host-libglib2-2.50.3'
make[1]: *** [Makefile:855: all] Error 2
make[1]: Leaving directory '/home/azureuser/buildroot/output/build/host-libglib2-2.50.3'
make: *** [package/pkg-generic.mk:219: /home/azureuser/buildroot/output/build/host-libglib2-2.50.3/.stamp_built] Error 2

WPE started earlier of boot

Hi,
I changed init script order S90WPE to S03WPE. Even WPE started after 6 - 7 seconds only. But i wanted to start this much earlier than other scripts.

Cron job

Is it possible to set up a cron job for rebooting the pi?

I get the error message "can't change directory to '/var/spool/cron/crontabs'" when I try to set it up by "crontab -e".

url.txt not loading

I have used your prebuilt image RPi 3 B (2018-12-01) on a Pi3B+, I added the WIFI config and also added a file /boot/url.txt 777. But cannot get it to load the webpage? In the url.txt I added the URL (http://www.mysiteexample.com/index.php) on the first line but the Pi always boots to the orange screen with the moving squares every time? I can access the web inspector so i know the Pi is online.

Any help would be appreciated.
Thanks
And great work on this software!!

Enable touch

Hi guys,
Great work!
Just wondering if you have a solution for getting touch to work with the Raspberry Pi Zero W image. The display/touchscreen is an Adafruit ADA-2260. Already tried to uncomment export WPE_BCMRPI_TOUCH=1 in /usr/bin/WPE but no results so far. Any assistance would be very kind.
Thanks in advance.

RPI2

Hi, I'm having issue with compiled image for pi 2 B, first boot works fine, but second boot always getting blank screen on boot.
tried to build my own image but when making it getting fallowing error:

`--2022-09-19 14:46:01-- http://sources.buildroot.net/linux-be97febf4aa42b1d019ad24e7948739da8557f66.tar.gz
Resolving sources.buildroot.net (sources.buildroot.net)... 172.67.72.56, 104.26.0.37, 104.26.1.37, ...
Connecting to sources.buildroot.net (sources.buildroot.net)|172.67.72.56|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2022-09-19 14:46:01 ERROR 404: Not Found.

package/pkg-generic.mk:128: recipe for target '/home/ubuntu/buildroot/output/build/linux-headers-be97febf4aa42b1d019ad24e7948739da8557f66/.stamp_downloaded' failed
make[1]: *** [/home/ubuntu/buildroot/output/build/linux-headers-be97febf4aa42b1d019ad24e7948739da8557f66/.stamp_downloaded] Error 1
Makefile:79: recipe for target '_all' failed
make: *** [_all] Error 2
`

Magic Mirror

Hi - Sorry for the newbie question, but can Magic Mirror for Raspberry Pi be installed on this? I like the lightweight of this since I'm running a Pi zero w.

not connecting to the wifi network

Hello. I am using RPi3B+ image as given by you guys. I have filled my wifi credentials in the wpa_supplicant.conf file but it doesn't seem to be connecting. I also tried adding the country=IN and keeping the network open but it doesn't work. Here is screenshot of my wpa file.
image

HDMI CEC not working

Hello,

for me, HDMI-CEC isn't working, cec-client -l only lists Raspberry Pi, even after killing the existing cec-client. The demo doesn't work, of course.

However, on a regular Raspbian image, not this buildroot one, it works, as in I can receive key presses from this TV over this HDMI cable on this Pi, by running cec-client and watching the console output.

missing python

I would need python to install onoff node module to control gpio

there seems to be no way to install or build from source anything from within the pre-built images.

Unable to ssh in prebuilt PiZero image

Using Win10 command prompt ssh command or Putty

Unable to connect using ssh in prebuilt image RPi Zero / Zero W (2019-06-24)

Mouse and Keyboard combo not working unable to check if Mouse support in the browser window is enabled by uncommenting the export WPE_BCMRPI_CURSOR=1 line in /usr/bin/wpe

since no ssh connection

How to disable the startup logo

Hello team TOLDOTECHNIK. Great job in making this tutorial. I want to disable the logo that is shown on the boot i.e your company's logo. Can you guide me how I can do it ? I am using the image for the RPi3B+.
Thanks and regards

Page not found solution

Hello, in the event that the network drops and the page is not found... is there some kind of custom "page not found" that can be used? Or perhaps switch over to the local webserver to display a custom page?

I am new to Raspberry Pi and I would love to use this amazing creation of yours to show my PLC eHMI touchscreen interface for a home automation system I am building. For instance, I would like to have a touchscreen on each floor of the house to control things like lights etc. The master PLC with the eHMI webserver would be in a cabinet in the basement. Therefore the touchscreens would point to the IP address of this webpage from the master PLC to boot to on start up.

However, in the event that my local network goes down, I would like to have an error screen / page, something that provides the user with some notice such as "network issue detected. Press button to override and turn off all local devices."

Therefore, the onscreen button that could be pressed could perhaps switch one of the GPIO pins on the raspberry pi which would be directly connected to the local DIO relays which are in the same physical location. This would give the local relay board the command to then kill all active local relays and shut everything down locally. Therefore my relays could at least still be deactivated and not rely on the network connection through the network interface.

Do you think something like this is possible to achieve?

Thank you

Cannot deactivate wifi and activate ethernet

I am unable to activate the eth0 connection by uncommenting eth0-settings as described in the readme. Would you mind writing a more elaborate description on how to enable a wired network setup? Thanks!

Browser refresh

First of all: Thank you for your great work!

How can I set the browser to "F5" in a defined interval?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.