

going
Members-
Posts
806 -
Joined
-
Last visited
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Everything posted by going
-
I did not immediately notice (drew attention to) the fact that in the logs posted in both topics you can find messages about the missing Internet. The voltage was applied to the device. When booting, system services try to reach the time server and set the current date and time. They can't do it and the system ends up in the past. A system failure is occurring. And as a result, a reboot. You and I cannot know on which images the system services are working correctly, and in which cases a failure occurs. In my memory, this part of the functionality has changed. I remember that there was a script that remembered the current time before shutdown and restored it by adding one hour.
-
It seems that the reason is the lack of Internet access. It's like air. While he is there, he is not noticed. It's gone and the "coffee makers" are starting to glitch in different corners
-
@dd5xl Igor, what kind of kernel is working at the same time? I don't see any temperature readings. What is the value of the CONFIG_DRAM_CLK parameter ?
-
None of the images work.. OrangePi Zero2
going replied to highlander0681's topic in Orange Pi Zero 2
You won't believe it, but sometimes it seems to me that artificial intelligence begins to mock my messages. I apologize. -
None of the images work.. OrangePi Zero2
going replied to highlander0681's topic in Orange Pi Zero 2
A search for Ali on the FTDI232 line yielded 216 results. Is that not enough? -
A short comment on the discussion. I never use armbian-config. It doesn't help me figure out the essence of the problem. I am considering the overlays that are provided by Armbian as a template for possible use. A script that switches something can be harmful. I'm just turning it off. Next, I pull out the DTB from the working system, which was actually applied. I open the schematic diagram of the printed circuit board and the schematic diagram of the device that I want to attach to the board. I write out the available pin numbers in the table that I could use. I take an overlay file found on the Internet or an existing one as a basis and rewrite it to suit my needs. Next, compile this file, add it to the download and check its operability. This algorithm ensures that nothing superfluous appears in the applied device tree. We can add a lot of automation. We can even connect neural networks to recognize circuit diagrams.😁 But an experienced user will still try to get around (ignore) all this. And an inexperienced user will not understand why something is not working for him. He just did not extract the DTB from the running OS and he does not see the real state of things. It seems to me that helping the user to start thinking with his own head is the best solution.
-
When the maintainer regularly updates the kernel configuration file in the source repository, you can rely on the correctness of this file. Unfortunately, I did not do this. Until now, this repository was only my personal one and I didn't need to follow some rules to publish. My pbs-master branch was created from the master branch, which is now abandoned and not being developed. I just continued to develop it and added 118 commits on top. There are no mistakes in this. This download script sets up the carl program to be very chatty.
-
Sometimes there may be large files in the root (/*). sometimes a lot of files can accumulate in the /var folder, for example, in the apt cache. Just go through them all. Run the 'mc' command. Go to the root of the file system. - find "show size" in the menu. Find the folder with the maximum size. Go to it. Repeat "show size"
-
du -hs /home ls -al / 😄 🤣 😁
-
@bahtiyar57 _________________ FTDI232 BPI | _________________ | | 3.3v |_____ ____ UART GND o|---------------|o GND o| | || | | Linux TX o|---------------|o RX o| | USB|| |====USB cable===| console RX o|---------------|o TX o |____||____| | "minicom" _________________| |________5v______| o| 3.3v o| This is the jumper on the device. I use this scheme. Everyone uses this scheme. It's safe.
-
If you downloaded a banana from the SD card and a failure occurred, simply turn off the device, take out the SD card and connect it to a Linux computer via the adapter. Find the latest system logs and review them.
-
du -hs /mnt/m4v20/home ls -al /mnt/m4v20/
-
Does not seem to build for me on Ubuntu-22.04.3 LTS git pull cp config/templates/config-test.conf userpatches/ ./compile.sh test BUILD_ONLY=default
-
As far as I know, the default system cross compiler is used today. Try using the key SKIP_EXTERNAL_TOOLCHAINS=no What is the difference? You can check it out: ${prefix}-gcc -v In this particular case, it's my human eye and pressing the mouse button. If the eye has noticed the difference, it is already significant. Switching the processor frequency with increasing load (when a resource-intensive process is started) is faster.
-
I have a question. If it works well, why switch to another interface (Ethernet)? This device does not have a battery-powered clock and it requires the Internet to get an accurate time stamp from the time server and set the SOC's internal clock in real time. You have disabled WI-FI and connected Ethernet. Do the settings in the connection management system look correct now? Is the network cable working? Does the banana receive the DHCP settings from the router? Did the router have Internet access at the time of banana connection? You didn't write anything about it. Just for reference. There has been a strong magnetic storm on our planet for the last two days. My Internet went down several times for one hour or more.
-
Boot the system in the case when it is stable, i.e. with wi-fi. Look at the system logs and post the one when the Ethernet connection failed.
-
Maybe yes, maybe not if there are smart devices on both ends. I have all the cables full. The device itself decides how many lines to use. dwmac-sun8i 1c30000.ethernet end0: Link is Up - 100Mbps/Full - flow control rx/tx There is an inscription on the switch: 10/100 Fast Ethernet switch
-
All my boards are connected by cable to an Ethernet switch. And it is connected to the router accordingly The switch is old and it is 10mbit slow. I did not perform a health check at a speed of 1 Gbit.
-
Almost all of these little rafts won't work without the internet. The reason is the lack of a watch with a battery. The OS finds itself in the past and thinks that the file system is corrupted because the timestamps of the files are from the future.
-
set command: > ls /usr/sbin | grep fsck > sudo fsck --help > man fsck dmesg | tail ..... [29283.479644] sdf: sdf1 [29283.482102] sd 4:0:0:0: [sdf] Attached SCSI removable disk [29283.882104] EXT4-fs (sdf1): mounted filesystem with writeback data mode. Opts: errors=remount-ro. Quota mode: none. fs is mounted!! > df -h .... /dev/sdf1 7,2G 1004M 6,1G 14% /run/media/leo/armbi_root > sudo umount /run/media/leo/armbi_root > sudo fsck.ext4 /dev/sdf1 e2fsck 1.46.4 (18-Aug-2021) armbi_root: clean, 28006/470112 files, 295400/1907712 blocks it is good The first three lines are for reference dmesg | tail - Get information where the SD card was mounted The disk with the SD card file system must be unmounted. If the fsck team finds bad blocks, it will ask questions. They must be answered in the affirmative. Sometimes it takes a long time. > sudo fsck.ext4 -fcy /dev/sdf1 e2fsck 1.46.4 (18-Aug-2021) Checking for bad blocks (read-only test): done armbi_root: Updating bad block inode. Pass 1: Checking inodes, blocks, and sizes Pass 2: Checking directory structure Pass 3: Checking directory connectivity Pass 4: Checking reference counts Pass 5: Checking group summary information armbi_root: ***** FILE SYSTEM WAS MODIFIED ***** armbi_root: 28006/470112 files (0.1% non-contiguous), 295400/1907712 blocks fsck.ext4 -fcy - it is forced to check and fix (It took about 7 minutes).
-
Remove the SD card and use the SD-USB adapter. Use another computer with a Linux OS. Check the file system on the sections of the SD card. This is a common Linux issue. There are a lot of instructions on the Internet.
-
People read the documentation. When they don't find something in it or.... they look at the code. You and I are among the latter. Unfortunately, it's hard for me to read the source code today. I became inattentive due to the deterioration of my eyesight. If you want to know my opinion, we can communicate in a personal conversation on the site.
-
@Tu Hu @AaronNGray I tested this image on my board: Armbian_23.10_Bananapim3_bookworm_edge_6.4.16_minimal.img Please confirm that the OS is loaded and working properly. If you have problems downloading, please the output in the UART console and post it here.
-
@Gunjan Gupta I apologize. The machine translator wrote changing the meaning. It should be tested by someone who has these boards. First of all, it's me. Yes. I'm not suggesting anything. I'm just thinking. I will not make the decisions to do this or that. My thoughts on the code: function post_config_uboot_target__extra_configs_for_bananapipro() { display_alert "$BOARD" "set dram clock" "info" run_host_command_logged scripts/config --set-val CONFIG_DRAM_CLK "384" } I didn't see the difference in the names bananapipro and bananapim3. I'm sorry, the glasses are on my nose. But that doesn't change the point. The user will only see the message: bananapipro set dram clock What if he added his own custom patch? Does the build system allow the user to add patches today? Maybe give the user the opportunity to set the value of this variable? For example: UBOOT_CONFIG_DRAM_CLK="${UBOOT_CONFIG_DRAM_CLK:-384}" function post_config_uboot_target__extra_configs_for_bananapipro() { display_alert "$BOARD" "set dram clock to $UBOOT_CONFIG_DRAM_CLK" "info" run_host_command_logged scripts/config --set-val CONFIG_DRAM_CLK "$UBOOT_CONFIG_DRAM_CLK" } Please don't listen to my grumbling, but do as you see fit.
-
____ ____ _ __ __ _____ | __ )| _ \(_) | \/ |___ / | _ \| |_) | | | |\/| | |_ \ | |_) | __/| | | | | |___) | |____/|_| |_| |_| |_|____/ Welcome to Armbian 23.10 Bookworm with Linux 6.4.16 No end-user support: built from trunk & unsupported (bookworm) userspace! System load: 11% Up time: 0 min Memory usage: 5% of 1.96G IP: 192.168.100.101 CPU temp: 45�°C Usage of /: 14% of 7.2G The system has become more responsive. For my board, changes are good.