Keyboard Shortcuts
Likes
- BITX20
- Messages
Search
On Mon, Jan 22, 2024 at 09:33 AM, JJ - W9JES wrote:
I intentionally used capitalization to avoid public confusion during the installation, management, or removal of the apps. This was to prevent accidental modification or deletion of files in the sbitx folder. Additionally, I selected a unique naming convention to clearly indicate that these apps are not part of the official release and are not supported by the HF Signals team.I think that is sound reasoning. One thing: is the standalone Telnet app now super-ceded? I ask because I've updated our sBITX HowTo's page to point to this thread and list the programs:
... and I don't know if the first line should be retained. ? -- Regards, Dave, N1AI |
Re: sBIT USB boot
On Mon, Jan 22, 2024 at 05:27 AM, Gerald Sherman wrote:
Apparently it is possible to boot the Pi from a USB stick instead of the uSD card.? How is this done?? Sorry for my ignorance.?is a user-friendly guide. These instructions show you how to use Imager (from the Pi itself or another computer) to write a bootable program to a spare sdcard that will update the Pi 4's firmware (in particular, its Bootloader) and its configuration so it can support USB boot, then boot that sdcard and it will silently update the firmware. Then you return to booting from the original Pi sdcard and get back to the Desktop which will take a bit longer because the Pi now searches for USB drives (which you have not yet added). Next, attach the new USB drive then use SD Card Copier to copy the contents of the sdcard onto the USB drive.? It will use all available space on the USB drive, which is what you typically want. Then when it finishes, shut down the Pi, take out the sdcard so it isn't used for booting, power up, and you should be running from the USB drive. Some important warnings first: 1) Make a backup of the sdcard first and put that backup aside.? You definitely want a way to go back to the old system if something goes wrong!? I typically use SD Card Copier to do this. 2) Be aware that many USB storage adapters (like USB-to-SATA and USB-to-NVMe devices) draw more power than the Pi can reliably provide.? When a Pi doesn't get enough power it just crashes and reboots with no warning at all and no log file entry to help you figure out what happened.? In the case of sbitx I find that it is worse than other Pi boards I've used because the Pi is drawing power from the sbitx motherboard via GPIO pins and the regulator on the sbitx seems to be limited.? Maybe this is because it doesn't want to abuse the GPIO pins by delivering too much current, I don't know.? Bottom line: if the sbitx Pi crashes a lot when booting from USB storage, make sure to use a powered USB hub between the Pi and the device.?? ? In general I've had to use a powered hub for any USB storage adapter other than a USB-to-sdcard adapter, because sooner or later it gets crashy, especially under load such as installing OS upgrades or building software.? Random crashes can corrupt the data on the device(s) so it really should be avoided.? In short I recommend you use a powered hub if you have any doubts. Having said all this, IMO using a USB to NVMe adapter with powered hub for sbitx makes so many things go much faster and is worth the effort.? I have a Pi 5 setup (which I'm not using in sbitx, yet) and am getting a PCIe to NVMe board today according to the delivery status updates, and I bet that thing will fly!? Unfortunately Pi 5 only has one lane PCIe.? Hopefully the next Pi will have more lanes for external PCIe devices. -- Regards, Dave, N1AI |
Just a thought about the naming.Thank you for your feedback. I intentionally used capitalization to avoid public confusion during the installation, management, or removal of the apps. This was to prevent accidental modification or deletion of files in the sbitx folder. Additionally, I selected a unique naming convention to clearly indicate that these apps are not part of the official release and are not supported by the HF Signals team. |
toggle quoted message
Show quoted text
|
People would like to see functionality of a program before they download and install it. For graphical programs, there is really no substitute for how easily people understand the usage of a program. Convincing people to download a program is a challenge. Watching a video is the easiest way to decide of you need or don't need a piece of software. - f On Mon, Jan 22, 2024, 1:12 PM JJ - W9JES <w9jes@...> wrote: JJ,I don't stream or publish videos anymore on major platforms. I may show the install on my website at some point. I guess I am not sure why a video needs to be created since it is fairly simple to install and use the apps. |
I agree that in many cases it is unnecessary to make a video.
I have also made many videos about the errors I have experienced. I spent a lot of time on this. In the end, no one even responded. Here, they say that it's a lot of ado about nothing. Just a thought about the naming. When I want to launch it from the terminal, I always have a problem with where the CAPITAL LETTER is. Finally, I renamed them all to small and use them like this :-) -- Gyula HA3HZ |
Re: ubitx audio amp problem discovered
¿ªÔÆÌåÓýAndy, You are talking about a hard to get audio transformer! Raj On 22/01/2024 8:21 AM, AndyH wrote:
Could this be fixed with a 9T:2T transformer between C63 and the mixer pad, and rebiasing Q6 for a gain of 2-3? |
Re: #sBitx Using Raspberry OS ARM64-bit (Debian 12)
#sBitx
On Tue, Jan 9, 2024 at 11:44 PM, JerryP wrote:
I couldn't get dual HDMI monitors to work so I had to comment out the dtoverlay=vc4-kms-v3d line in config.txt. Otherwise, sbitx would not run because of the dreaded simple.c error from alsa sound. It probably has to do with HDMI audio being available on the monitor but I don't know enough about the alsa sound system to fix it.On Wed, Jan 10, 2024 at 08:13 AM, Rafael Diniz wrote: Use this, Jerry:I believe the problem is that the sbitx_sound.c code uses the generic device name 'hw:0,0' assuming that it is the sound card for the radio data input/output.? This means you can't let other sound devices that may appear earlier claim that name.? The video stack loads incredibly early so it wins.? The simple.c assertion happens because the sbitx code is trying to set up a mixer device on top of HDMI audio instead of our codec and that doesn't work.? The change Rafael gave tell the video stack to not enable HDMI audio so it doesn't claim that name.? I have some code that uses specific names so we don't have to disable HDMI audio in the future.? I'll do a PR at some point in the future when things quiet down.? If someone else fixes it first, that's fine by me. My /boot/config.txt also comments out?dtparam=audio=on which disables the headphone jack audio.? I forget if this is mandatory or if it is something I did when I was trying out various other things.? I believe that what Rafael says is correct, these issues aren't specific to Bookworm.? -- Regards, Dave, N1AI |
Re: ubitx audio amp problem discovered
Could this be fixed with a 9T:2T transformer between C63 and the mixer pad, and rebiasing Q6 for a gain of 2-3?
toggle quoted message
Show quoted text
And/or, could someone flesh out the emitter follower and specify which parts from the emitter of Q6 should be removed? (Just C62 and R64?) ? ?Thanks! ? ? ?73, Andy, KG5RKP/MM On Sat, Jul 15, 2023 at 09:18 PM, Ashhar Farhan wrote:
|
JJ, Do you think you could make a video about it? - f On Mon, Jan 22, 2024, 4:34 AM JJ - W9JES <w9jes@...> wrote: Thanks Peter. I am glad you are enjoying it. |
Re: An update to the sbitx software - v 3.02
With all this talk about pull requests and stable versions and so on, I want to offer the following. I have my original v2 card that came with my radio, then I made a spare of that and now a spare of the v3.01. The card currently in my radio is also version 3.01 at this time so all these in the photo are my spares.? If anyone needs any of these versions let me know and for the cost of the memory card and mailing it to you, I will copy any one of these for you. Cards seem to ran about 8$ and it will fit in an envelope so freight will be cheap.? All of these are tested cards so I know they all work and they are made with the disk copy program on the sBitx. You will get my custom macro I made for POTA and it will have my callsign and grid by default since I copied my radio (these are easy to change).? Just wanted to offer it upto the group.? de WK4DS David On Sun, Jan 21, 2024 at 17:28 Jeff Duce <jefe_de_estado@...> wrote: I tried to run an update by running ./update and ran into this error: |
Thanks Peter. I am glad you are enjoying it.
I also forgot to update the screen size for sBITX-Scanner from the Windows version. I fixed it on the repo. if you have it installed already, then go to the home/pi/sBITX-Scanner folder and rerun the installer. It will grab the changes and push them down.? -JJ |