Hi bodhi, > The behavior is similar to the case when a > conficting HW address is being used for the > Iomega. So I guess we should look closely at the > stock u-boot boot log and compare it with the Pogo > V3 log. If it could be of any help, I removed the usb drive and switched the HDD back to the original one with stock u-boot and olderzeus's 2.6 kernel. Donby Miclaud - uBoot
> So, try booting with uImage only: > > setenv usb_set_bootargs 'setenv bootargs > console=ttyS0,115200 root=LABEL=rootfs > rootdelay=10 earlyprintk=serial' > setenv dt_load_dtb 'echo Not loading uInitrd" > setenv dt_load_initrd 'echo Not loading uInitrd' > setenv dt_load_uimage ''echo Loading uImage from > USB; ext2loadby Miclaud - uBoot
bodhi Wrote: ------------------------------------------------------- > Strange that the kernel did not even start > (earlyprintk did not print out anything). > > Try: > > Temporarily take out the uInird loading > Ok, here we go: U-Boot SPL 2013.10-ga72eb8f (Apr 12 2021 - 03:23:10) Boot device: SATA Attempting to set PLLA to 800 MHz ... plla_ctrl0 :by Miclaud - uBoot
Hi, if we eventually succeed to boot mine I'd be pleased to open a thread with a walkthrough. Sobir was able to install buster by debootstrapping, starting from olderzeus's setup, which for now is the only one 100% working (this one). Unfortunately, olderzeus's setup is based on a 2.6 kernel older than 2.6.32, which is required by udev from Squeeze and forth. I don't knoby Miclaud - uBoot
Hi bodhi, I had to make 3 tries because first time kernel loading gave me "Bad Data CRC", next was initrd time. The third was the good one. I think it should not depend on any possible usb drive problem because I even tried to use a different usb drive receiving the same (apparently) random crashes. Anyway, here's the console: U-Boot SPL 2013.10-ga72eb8f (Apr 12 2021 -by Miclaud - uBoot
Hi bodhi, I used the "boot" command after the two instructions you gave me, was it ok? So, here's my console print: U-Boot SPL 2013.10-ga72eb8f (Apr 12 2021 - 03:23:10) Boot device: SATA Attempting to set PLLA to 800 MHz ... plla_ctrl0 : 0000030a plla_ctrl1 : 00400000 plla_ctrl2 : 007f0068 plla_ctrl3 : 00000193 PLLA Set Bus 0: OK Device 0: readiby Miclaud - uBoot
Sorry bodhi, maybe I've made some mess by doing some experiments. My first aim was to boot entirely from HDD, so I have a disk partitioned in this way: /dev/sda1 : FAT partition (labelled "BOOT") with only u-boot.bin /dev/sda2 : ext3 partitions (labelled "rootfs") with your Debian-4.4.54 rootfs (including kernel) I flashed on my HDD the kref's SPL. This splby Miclaud - uBoot
Ok bodhi, I've tried once again to compile u-boot from your repo and I succeded in creating u-boot.img file! I had to give the following command before launching make: make ox820_defconfig Anyway, I still have problems while compiling SPL: make[1]: *** No rule to make target `checkarmreloc', needed by `all'. Stop. make: *** Error 2 But I can still use kref's SPLby Miclaud - uBoot
> Interrupt serial console at count down > > printenv > > and then > > > boot > > Please post the entire serial boot log, from the > u-boot banner. Hi bodhi, meanwhile, I got so close! I succeded in installing a newer u-boot (2013.10) by compiling this one: https://github.com/kref/u-boot-oxnas/tree/oxnas following these compilation instructionby Miclaud - uBoot
> Possible alternatives are: > > a. Build a new scaled down kernel using my latest > release > (https://forum.doozan.com/read.php?2,16044). The > kernel config needs to be trimmed down until it > will produce a uImage that is smaller than 4GB. > The uInitrd can also be trimmed down at the same > time with the new kernel config. > > b. Rebuild my u-bootby Miclaud - uBoot
Meanwhile, I've tried to flash a newer kernel taken from here: https://forum.doozan.com/read.php?2,16044 Because of this warning, I tried this version: linux-3.18.5-oxnas-tld-1.bodhi Quotebodhi Warning: This kernel has grown too big, so it will not work for stock u-boot or its Arch u-boot variant. Stock u-boot has a limitation of 4M uImage, so it will not boot. Please stay with kernel 3.by Miclaud - uBoot
> You could try booting my kernel and rootfs > Debian-4.14.180-oxnas-tld-1-rootfs-bodhi.tar.bz2 > from old u-boot like olderzeus's. > > The version 1.1.2 sounds like stock u-boot. So you > will need to append the DTB to uImage. The problem > is we don't have a DTB for Iomega Home Media, so > you would have to use the Pogo Classic V3 DTB to > see if iby Miclaud - uBoot
bodhi Wrote: ------------------------------------------------------- > mari8b Wrote: > ------------------------------------------------------- > > I think, I'm starting to understand... > > > > There's no NAND flash on the Iomega Home Media > CE > > (HMNHDCE). Everything (including U-boot) is > > written on the HDD. So if I understand itby Miclaud - uBoot