Jump to content

kotc

Members
  • Posts

    15
  • Joined

  • Last visited

Everything posted by kotc

  1. @mlevistm: uboot works even without boot env. 1/ stop autoboot by pressing any key early 2/ set bootargs variable with cmdline (assuming you want to boot to sdcard): setenv bootargs "console=ttyMV0,115200 earlycon=ar3700_uart,0xd0012000 root=/dev/mmcblk0p1 rootwait" 3/ load kernel and dt (your paths might be different): load mmc 0 0x7000000 boot/Image load mmc 0 0x6000000 boot/armada-3720-espressobin.dtb 4/ if above went without errrors, boot: booti 0x7000000 - 0x6000000 5/ once you are in linux, add missing spi flash description and recompile flashimage/uboot, then write it to spi using flash tools (in my case plain dd to mtdblock0 worked),or: 5b/ use the newest image from parallel thread. 6/ once it's written, you should continue with normal armbian first time setup as seen on downloads page (ie. clear env etc). disclaimer: untested and might contain some typos
  2. umkay, uboot fixed, didnt even need to do uart rescue (as i was able to boot armbian kernel and write uboot from there to spi). for future reference changes to spi_flash_ids.c: {"is25wp032", INFO(0x9d7016, 0x0, 64 * 1024, 64, SECT_4K) }, i also had to hack around uboot to enable issi flash. but now i have working uboot booting my armbian-ascii (devuan).
  3. on amazon it stated 'v5', so i guess that's that. and confirming on the board is v5_0_1
  4. @ebin-dev could you contact me on freenode (irc) ?
  5. so on 2018-11-20 i've ordered an espressobin and tried armbian. and i probably got bitten by "yet another spi chip". using: U-Boot 2017.03-armada-18.09.1-ga92bd86-armbian (Sep 05 2018 - 21:49:34 +0200) i get: SF: unrecognized JEDEC id bytes: 9d, 70, 16. from the chip lookup (U10): IS25WP032 - UNSUPPORTED by armbian as of 2018-11-29 so i will try to gather already seen spi chips and their status with corresponding armbian uboots/kernels. since i'm new in the espressobin land, i ask other owners to post their chips and status.
  6. well, i've just found that adding iomem=relaxed makes things work for my case (own uboot with compat flag set when built), thanks jernej! now i need someone with full armbian install to check
  7. @MX_Master: so, did you find what was off in armbian's uboot/kernel? because right now you are only sidestepping problem by loading via uboot
  8. or not. if i understand schematics correctly, on opi0+2h3 both csi_en and csi_pwr_en are connected to pa08
  9. now that i look at it, i enabled PG13 on opi0+2h3, which probably also supplied power and made camera powered. ho hum. funny those little boards, stealing power from any source they can ;). and yeah, i agree camera driver should handle all powering. not to mention it would be nice if it didnt segfault on rmmod
  10. hi guys, it looks like mainline uboot doesnt set PG11 (CSI_EN) on opipc etc anymore. i was lucky to have it enabled on my opi0+2h3. so to make camera work on opipc/opipc+/opilite/opi1 you have to: sunxi-pio -m "PG11<1><0><1><1>" then load modules (or create uboot which enables it at boot time). and PA17 is CSI_PWR_EN which is already set correctly in fex as vip_dev0_power_en. (btw. on opi0+2 CSI_PWR_EN is PA08).
  11. on my tests i got camera working with: sunxi-pio -m "PG11<1><0><1><1>" before loading modules (opipc+)
  12. @Orfait: i can confirm it works for me too (opi0+2h3), you have saved me quite a lot of pdf browsing, thanks again!
  13. opi0+2H3 8GB emmc: random random kB reclen write rewrite read reread read write 102400 4 5350 5923 12191 12233 9453 5861 102400 16 17258 19735 28225 27445 24999 18945 102400 512 36332 34508 59980 60008 59936 33483 102400 1024 34079 35472 61459 61508 61546 33952 102400 16384 36899 36954 67638 67631 67605 36413
  14. test setup: opi+2e, 3.4.113, ondemand governor, running from ramdisk. header: card was bought from xunlong's store. white, red logo, black text, 8GB U1 C10 HCI, "made in china" sandisk-industrial-8gb-opip2e-internal: random random kB reclen write rewrite read reread read write 102400 4 1907 1998 6985 6813 6093 832 102400 16 6830 7020 13507 13420 13316 47 102400 512 9996 11927 20052 20040 20004 1549 102400 1024 10655 12051 20906 20930 20937 2958 102400 16384 11725 12421 22239 22235 22179 11776 sandisk-industrial-8gb-opip2e-usbreader: random random kB reclen write rewrite read reread read write 102400 4 1995 2017 4495 4497 4462 863 102400 16 7085 7147 10656 10669 10284 47 102400 512 10271 10989 17790 17763 17745 1523 102400 1024 10724 11145 18054 18050 18007 2937 102400 16384 10873 11120 18679 18640 18671 9767
  15. hello, here is an updated patch for 4.7.0-rc1: http://pastebin.com/raw/U0uWE0Yi
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines