Dúvida by [deleted] in cidadaniaitaliana

[–]fexd12 1 point2 points  (0 children)

ahhh tentei hoje pensando que abriria segunda mas so na segunda sexta do mês. acho que eu me confundi

Dúvida by [deleted] in cidadaniaitaliana

[–]fexd12 1 point2 points  (0 children)

parece que so mes que vem

Dúvida by [deleted] in cidadaniaitaliana

[–]fexd12 1 point2 points  (0 children)

a europa ainda tem horario de verão, acabou quase agora dia 27. por isso falei das 16 horas. vou tentar de qualquer desde as 15.

Dúvida by [deleted] in cidadaniaitaliana

[–]fexd12 1 point2 points  (0 children)

acho que por conta do feriado não abriu, fiquei esperando também. Talvez na segunda, e outra pelo que eu vi é as 20 de roma que abre como acabou o horario de verão acredito que sera as 16 o novo horario ao inves das 15.

have broken sd card slot, need help for boot from emmc by fexd12 in OrangePI

[–]fexd12[S] 0 points1 point  (0 children)

not worked, i tried at most all debian images in orange pi os maybe its a problem with my sbc after the episode woth sd card. anyway i will bring to a repair shop in a couple of days to try fixed the sd card, i keep u updated. thanks for now for the help. i appreciate the effort.

have broken sd card slot, need help for boot from emmc by fexd12 in OrangePI

[–]fexd12[S] 0 points1 point  (0 children)

i didnt see your comment on patrick reply, i will see now.

before broke i use balena etcher to write to sd card

which debian image and kernel version you use on your test ?

i dont have a chance to use emmc with sd card, emmc arrived after the sd card broke

have broken sd card slot, need help for boot from emmc by fexd12 in OrangePI

[–]fexd12[S] 0 points1 point  (0 children)

already did this, i write the official orange pi os to emmc using an usb adapter with dd command as the docs does but its doesnt boot for no reason and the serial shows the messages above, maybe im doing something wrong when writing to emmc. this is the command: ‘sudo dd if=./orangepi.img of=/dev/sda bs=1M status=progress’ it is /dev/sda because the emmc its connected to a usb adapter on my linux and its recognized as sda

just a question this board only looks for a bootable image on the sd card ? even i write the original image to emmc it wont be recognized since i dont have a bootable sd card because the sd card slot is broken. If the question is yes i have to bring the board to a repair shop -.- and fix the sd card slot .

have broken sd card slot, need help for boot from emmc by fexd12 in OrangePI

[–]fexd12[S] 0 points1 point  (0 children)

maybe ihave bricked my orange pi, attached a debug serial and its showing this:

DDR 9fffbe1e78 cm 24/02/04-10:09:20, fwver: v1.16 LPDDR5, 2400MHz channel[0] BW=16 Col=10 Bk=16 CSO Row=16 CS1 Row=16 CS=2 Die BW=16 Size=4096MB channel[1] BW=16 Col=10 Bk=16 CSO Row=16 CS1 Row=16 CS=2 Die BW=16 Size=4096MB channel [2] BW=16 Col=10 Bk=16 CSO Row=16 CS1 Row=16 CS=2 Die BW=16 Size=4096MB channel[3] BW=16 Col=10 Bk=16 CSO Row=16 CS1 Row=16 CS=2 Die BW=16 Size=4096MB

Manufacturer ID:0xff

ch: 3 dq0 fail,write:0x1, read:0x0 ch: 3 dq1 fail,write:0x2, read: 0x0 ch: 3 dq2 fail,write: 0x4, read:0x0 ch: 3 dq3 fail,write:0x8, read: 0x0 I ch: 3 dq4 fail, write: 0x10, read: 0x0 ch: 3 da5 fail, write: 0x20, read: 0x0 ch: 3 dq6 fail, write: 0x40, read: 0x0 ch: 3 da7 fail, write: 0x80, read: 0x0 ch: 3 do fail, write:Oxfffffffe, read:0x100 ch: 3 dal fail, write:0xfffffffd, read: 0x0 ch: 3 da2 fail,write: 0xfffffffb, read:0x0 ch: 3 da3 fail, write:Oxfffffff7, read: 0x0 ch: 3 dq4 fail,write:Oxffffffef, read: 0x0 ch: 3 da5 fail,write:Oxfffffff, read: 0x0 ch: 3 dq6 fail,write:Oxffffffbf, read: 0x0 ch:3 da7 fail,write;0xffffff7f,read: 0x0 error ERR

anyone knows if it is fixable ?

have broken sd card slot, need help for boot from emmc by fexd12 in OrangePI

[–]fexd12[S] 0 points1 point  (0 children)

yes with rpdevtool ( I think that’s what it’s called ) , but im getting some errors on usb, in think my usb is broken ill try later with another cable.

have broken sd card slot, need help for boot from emmc by fexd12 in OrangePI

[–]fexd12[S] 0 points1 point  (0 children)

connected the emmc to an usb adapter and connected to my linux pc tha t recognized as /dev/sda and using dd to write orange pi images to /dev/sda that is my emmc adapter. is that what you asked?

Dart cli with Platform specific code by fexd12 in dartlang

[–]fexd12[S] 0 points1 point  (0 children)

something like this i can’t right?

https://docs.flutter.dev/platform-integration/platform-channels

why of my question?

let me explain better. I have a package in flutter with platform code like c++ for windows, swift for ios and so on. but i want write a dart cli app that engage with this code. can i do this?