Using a different SD card (already re-used the previous PNY card). I've also added some steps I believe might be helpful. Boot with microSD card in slot root@debian:~# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS sda 8:0 1 14.9G 0 disk └─sda1 8:1 1 14.9G 0 part / mtdblock0 31:0 0 768K 0 disk mtdblock1 31:1 0by rayknight - Debian
After various attempts to enable the onboard eMMC the attached dts file enables access to the eMMC. There is still an issue with only having access to the SD Card if it is inserted on boot and ejection is still not recognized. @bodhi could use some help in how to resolve that issue! Results when building a DTB with the attached DTS as follows: Booting without card in microSD slot. rootby rayknight - Debian
Following up on my LXD8941 using linux-6.4.11-mvebu-tld-1-bodhi.tar.bz2 from this forum. Booting without card in microSD slot. root@debian:~# dmesg | grep mmc [ 7.926993] mmc0 bounce up to 128 segments into one, max segment size 65536 bytes [ 7.954373] mmc1 bounce up to 128 segments into one, max segment size 65536 bytes [ 7.975303] mmc0: SDHCI controller on f1090000.sdio-hby rayknight - Debian
Recently received an LXD8941 and it appears that the devicetree still needs work. The onboard eMMC is not recognized and the devicetree file has no support for the audio which should be very similar to the HP T5335z. Booting with other DTB files I discovered that the dove-d2plug.dtb enables me to access both the microSD card and the onboard eMMC. I'll try to work on getting an improved deby rayknight - Debian
alf45tar, Where did you get the kernel you are booting? It appears to be an actual Debian built kernel, not one that bodhi supplied on this forum. Debian does not officially support the Lenovo device, so they may not have included necessary drivers when building their kernel. You should try using the kernel supplied by bodhi. Rayby rayknight - Debian
It appears that you did not follow the instructions at Kace M300 U-Boot post. Quoting from the post: 1. Unprotect the SPI flash Note that this is needed to be done only once from stock u-boot. Boot with serial console, interrupt u-boot count down and unprotect the SPI flash. protect off all Expected output Un-Protect Flash Bank # 1 .....................................by rayknight - Debian
dhargens Wrote: ------------------------------------------------------- > Next question: is it stuck at buster, or can I go > to bullseye on this - or did I miss a step yet > again? > root@debian:~# cat /etc/debian_version > 10.13 It appears that you may not have used the latest rootfs image Debian-5.13.6-kirkwood-tld-1-rootfs-bodhi.tar.bz2 to create your boot disk. Usinby rayknight - Debian
Have you confirmed that your power supply is actually providing adequate power (12V/2A or 24W)? I've experienced USB recognition problems when using questionable power supplies in the past.by rayknight - uBoot
thebitmaster Wrote: ------------------------------------------------------- > Hi Bodhi! > > I'm running into similar problems on a Netgear > Stora with a large number of different USB flash > drives/SD card in adapters. I have the > uboot.2017.07-tld-1.netgear_ms2110.mtd0.kwb, which > has this version output: > > > U-Boot 2016.05-tld-1 (Jun 12 2016by rayknight - uBoot
Gravelrash Wrote: ------------------------------------------------------- > Does anyone have a link to documentation on the > wloader? particularly on what can be passed via > the wloader.cfg? > . > Id be very interested in reading this and seeing > what i can make it do - my inexperience > with this kind of loader has not allowed me to > boot from the mmc. ive trby rayknight - Debian
thisismosi Wrote: ------------------------------------------------------- > Hi everyone, > > I'm a newbie looking for some guidance on how to > install Ubuntu on my NSA325v2 device. You will be unable to install Ubuntu as the distribution does not support the armel architecture of the NSA325v2 device.by rayknight - Debian
mrc333777 Wrote: ------------------------------------------------------- > wow, how to get these things apart without > breaking something? > > https://www.ebay.com/itm/275499744420 Remove two visible screws on back side (side with DVI connectors). Press against edge of top and it will now flip up (take care to not break speaker wire as speaker is taped to top). If furtherby rayknight - Debian
Is the processor in question an MindSpeed Concerto 1000 series or 2000 series? The Concerto 1000 is dual-core ARM 6, so will suffer the same issues as the Oxnas based devices in that it appears that code will be dropped from the mainline kernel. The Concerto 2000 series on the other hand was re-labeled as the Freescale LS1024A SoC after Freescale purchased MindSpeed, so there is already some codby rayknight - uBoot
Were can the code for the 2023.04 rebase be found? Your github repository still appears to be at 2017.07by rayknight - uBoot
Mischif Wrote: ------------------------------------------------------- > bodhi, > > I assume yours has twin DVI ports on the back as > well. If it doesn't have twin DVI ports then it isn't a Dell Wyse 3020 it is more likely a Dell Wyse 3010.by rayknight - Debian
bodhi Wrote: ------------------------------------------------------- > The Lexar 128G SSD read speed in this M300 box is > slow, but not too bad. Yes the Lexar NS100 SSD is not really meant for speed, it was designed as a cheap replacement for spinning disks. The controller is an embedded DRAM-less design which means it was designed for cost not speed. The Lexar NQ100 SSD is only sligby rayknight - Debian
bodhi Wrote: ------------------------------------------------------- > Ray, > > > I recently purchased some Lexar 128GB SSD from > > > Amazon > > for $10.49 that are a perfect fit after removal > > from case to mount in replacement of the stock > > 16GB device. Pictures attached. > > I suspect the 256GB, 512GB and 1TB versions > wouldby rayknight - Debian
I recently purchased some Lexar 128GB SSD from Amazon for $10.49 that are a perfect fit after removal from case to mount in replacement of the stock 16GB device. Pictures attached. I suspect the 256GB, 512GB and 1TB versions would fit as well. Rayby rayknight - Debian
The kernel is likely missing the smsc75xx driver if you are not getting Ethernet. It appears that USB is identifying it but not loading the driver. Rayby rayknight - Debian
The DTB file enables power for the Expresscard 34 slot so it should be functional. I'm not aware of any reports of anyone actually testing yet and my 3 versions are currently buried underneath more recent acquisitions. I'll try to make time to dig them out this weekend and test the slot as I have an eSATA card and a 2-port USB 3 card I can test with. Rayby rayknight - Debian
mass-storage@1 { compatible = "usb424,4040"; reg = <0x01>; status = "okay"; }; Is what gets the internal 4GB flash enabled as it is hanging off the SMSC USB4640 USB Hub and Flash Media Controller. There is also a Genesis Logic GL850G 4-port Hub Controller on board as well.by rayknight - Debian
If I find some time this weekend I'll grab the OpenWrt U-Boot patches and update them to include support for mmc and post the results here. Or bodhi would you prefer I add a pull request to your u-boot on GitHub? Rayby rayknight - Debian
@bodhi are you sure your kernel builds will support the Wyse 3020? It isn't a dove device it is an mmp based device. Rayby rayknight - Debian
I have 3 different versions of the L-50, but they are currently buried under a bunch of switches in my closet! The L-50W and L-50WD both have the mPCIe slot while the L-50 does not. I have a high res picture of the L-50WD board bottom at https://wikidevi.wi-cat.ru/images/0/0e/Check_Point_L-50WD_Bottom.jpeg and inspecting that it appears you are correct in that there are no line going to pins 36by rayknight - Debian
4 usb lines go to 2x USB ports, 1 x Expresscard Slot and 1 x Mini-PCIe slot. Rayby rayknight - Debian
BillyIT Wrote: > > > > Reset IDE: ide_preinit failed > device ide 0:1 > ** Bad device ide 0 ** > device ide 1:1 > ** Bad device ide 1 ** > device ide 2:1 > ** Bad device ide 2 ** > device ide 3:1 > ** Bad device ide 3 ** > loading uImage ... > ** Bad device usb 0 ** > loading uInitrd ... > ** Bad device usb 0 ** > loading DTBby rayknight - Debian
Perhaps you should try the kernel images hosted at Natisbad (where support for the device was first introduced) to see if the issue has been present from the introduction of support for this device.by rayknight - Debian
For remote serial access I have heard that one of these makes a great solution. I've ordered a few to try and will post results when I've been able to test.by rayknight - Debian
Gravelrash Wrote: ------------------------------------------------------- > @rayknight > Are you aware of any pinout/connector on the board > that will allow direct access to the uboot output > on the standard firmware setup? Serial access is available from RJ-45 Console port at 115200, 8N1. I just used a Cisco rollover to USB cable that I've used with many other devices wby rayknight - Debian
DTS was submitted to mainline kernel. You can also find high res photos of it I submitted at WikiDevi.by rayknight - Debian