Jump to content

gerotmf

Members
  • Posts

    10
  • Joined

  • Last visited

Recent Profile Visitors

1109 profile views
  1. Change usb cable first. Had similar problems with one of my pi4s .. and it was new cheap chinese cable. Also check dmesg and see if there is something with usb logged there lile recconect or disconnect msgs. Sent from my SM-S901B using Tapatalk
  2. Yes, that's why i think it's gone. It was finicky from the box. The other one - i have 2- is ok. So far. Sent from my SM-S901B using Tapatalk
  3. @jock well tv box was acting up from the start (had to reflash original android rom from the start) , i've also tried 333Mhz idbloaders from the link you posted (sd boot into clean armbian, backed up original, dd to sd card, erased flash beforehand so that it will boot it).. but that killed the box .. like completely, now it doesn't even go into maskrom mode (av port button and usb a/a cable in usb2 port). I guess i can close this case it is weird though, the second box i bought for a friend, works ok.. although i must recheck that now, maybe under load it will also crap on me.
  4. @jock Thanks for the answer, i did catch this at some point, but it's not the same every time
  5. Hi, I have a rk3318_v.14 box, which has kingston emmc and some micron ddr memory which should be brand new but looks tired ... well i've installed armbian (minimal/cli, 23.02) on it (emmc), it boots up and i have wifi, eth, usb, hdmi working, i can even apt install amrbian-config, configure it and everything seems to work ok, until there is some serious load, like f.e. apt install gcc-arm-none-eabi .. that will start gunziping and just freezes, i can log into other ssh session, but any command i issue is blocked. I'm trying to find uart on this board but no luck so far. I've also extracted dtb/dts from original android firmware, under which it looks like box is working ok (tried copying 4GB files to emmc and such, no problems) which is located here https://drive.google.com/drive/folders/1a_lbHo4umDN56KeOWw0elDGhz6VE1LGF?usp=share_link but since my dtc guru is nonexistent i really can't make anything out of it. I've tried diffing with armbian's rk318-box.dtb but like i wrote, can't figure out what to look for... my first suspect was emmc so i also tried running from sd card with similar results. second guess is cpu power supply, where there are some diffs in dtb, Anyone has any suggestions, or can check that dtb if there is something obvious Tnx,
  6. Hi, I Would like to connect orangepi PC to 1280x1024 dvi monitor, as I used to with few years old armbian before. Tried h3disp but it reports that board/kernel is not supported. Is there some new method for that?
  7. Hi, I Would like to connect orangepi PC to 1280x1024 dvi monitor, as I used to with few years old armbian before. Tried h3disp but it reports that board/kernel is not supported. Is there some new method for that? Also it looks like armbianmonitor can't upload system info anymore.
  8. Well i've finally found time to fiddle with emmc storage. Upgrade did corrupt boot script, so what i did is basically just copied everything from my usb flash to /dev/mmcblk1p1 including /boot .. then fixed /boot/armbianEnv.txt so that root points to correct uuid and also /etc/fstab so that root fs can be mounted rw.. I also removed usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u line from armbianEnv.txt (not sure what that does, but it was not on sd card and i guess emmc isn't usb so .. ). so basically, boot up with sd card or usb flash (i had running system on flash drive) do blkid .. /dev/mmcblk1p1: UUID="c93833b4-8c9a-46b2-ad43-46d286ba9a10" TYPE="ext4" PARTUUID="e0788fc1-01" .. to get UUID of mmcblk1p1 mkdir /tmp/mmc mount /dev/mmcblk1p1 /tmp/mmc rsync -avx / /tmp/mmc vi /tmp/mmc/boot/armbianEnv.txt change root UUID to the one of /dev/mmcblk1p1 from blkid command save changes vi /tmp/mmc/etc/fstab change first line, use same UUID as above save changes umount /mnt/tmp poweroff then remove usb flash (for me) i guess sd card for you, and press reset button .. I can confirm that 5.59 works on orangepi pc plus from emmc.
  9. Yep i have very old distribution (Armbian_5.30_Orangepipcplus_Debian_jessie_default_3.4.113), so i've just installed new one on usb and i'm booting from there (needed to print with OctoPrint asap, so i just left it as is), will play with it later, Thanks for reply.
  10. Hi, Is there a way to fix emmc booting problem from uboot itself, i've updated armbian and now orangepi pc+ doesn't boot, i've connected uart and i see that it reads /boot/boot.scr from mmc 1, but then tries to load stuff from mmc 0, so i guess my boot.scr got overwritten by default one .. or something. boot shows this => boot switch to partitions #0, OK mmc1(part 0) is current device Scanning mmc 1:1... Found U-Boot script /boot/boot.scr 3565 bytes read in 6 ms (580.1 KiB/s) ## Executing script at 43100000 U-boot loaded from eMMC or secondary SD Boot script loaded from mmc MMC: no card present ** Bad device mmc 0 ** MMC: no card present ... and then BOOTP load If it's possible to fix from uart console, it would be nice, but i guess i'll have to go search for some sd card or usb key to boot
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines